pullrequests Search Results · repo:salvo-rs/salvo language:Rust
Filter by
922 results
insalvo-rs/salvo (press backspace or delete to remove)rustls 0.23+ requires an explicit CryptoProvider to be installed before building a ServerConfig. Currently, salvo users
who enable the rustls feature hit a panic unless they manually call CryptoProvider::install_default() ...
Summary
- update opentelemetry, opentelemetry-http, and opentelemetry-semantic-conventions from 0.31 to 0.32
- replace the separate Dependabot PRs #1469, #1470, and #1471 with one consolidated dependency ...
Updates the requirements on opentelemetry-semantic-conventions to permit the latest version. details summary Release
notes /summary p em Sourced from a href= https://github.com/open-telemetry/opentelemetry-rust/releases ...
dependencies
rust
Updates the requirements on opentelemetry-http to permit the latest version. details summary Release notes /summary p em
Sourced from a href= https://github.com/open-telemetry/opentelemetry-rust/releases ...
dependencies
rust
Updates the requirements on opentelemetry to permit the latest version. details summary Release notes /summary p em
Sourced from a href= https://github.com/open-telemetry/opentelemetry-rust/releases opentelemetry ...
dependencies
rust
Summary
- The scheduled fuzz workflow has been failing on the Install cargo-fuzz step.
- Root cause: cargo install cargo-fuzz --locked uses cargo-fuzz s bundled Cargo.lock, which pins rustix 0.36.5. ...
Summary
inline(Type) is documented for body = ..., request_body = ... and parameter attributes as the schema will be inlined
instead of a referenced . In practice it still went through Type as ToSchema ...
Updates the requirements on certon to permit the latest version. details summary Commits /summary ul li a href=
https://github.com/salvo-rs/certon/commit/a499bbb5c4ad7450bb596b6152a4febcf5fc79b5 code a499bbb ...
dependencies
rust
Summary
SessionHandler::verify_signature split the cookie value at byte 44 (BASE64_DIGEST_LEN) with str::split_at. If that byte
falls inside a multi-byte UTF-8 codepoint, split_at panics. The cookie crate ...
Summary
Two small allocations per row in the auto-generated directory listing:
- Each entry called encode_url_path( entry.name) twice — once for the href, once for the visible label — encoding (and ...