Skip to content

Commit d027c0f

Browse files
Bump the cargo-minor-patch group across 1 directory with 2 updates
Updates the requirements on [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) and [shvbroker](https://github.com/silicon-heaven/shvbroker-rs) to permit the latest version. Updates `rustls-platform-verifier` to 0.7.0 - [Release notes](https://github.com/rustls/rustls-platform-verifier/releases) - [Changelog](https://github.com/rustls/rustls-platform-verifier/blob/main/CHANGELOG) - [Commits](rustls/rustls-platform-verifier@v/0.6.1...v/0.7.0) Updates `shvbroker` to 3.26.5 - [Release notes](https://github.com/silicon-heaven/shvbroker-rs/releases) - [Commits](silicon-heaven/shvbroker-rs@3.25.12...3.26.5) --- updated-dependencies: - dependency-name: rustls-platform-verifier dependency-version: 0.7.0 dependency-type: direct:production dependency-group: cargo-minor-patch - dependency-name: shvbroker dependency-version: 3.26.5 dependency-type: direct:production dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f7acc6 commit d027c0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ path = "tests/ssl.rs"
2828
clap = { version = "4.4", features = ["derive"] }
2929
simple_logger = { version = "5.0.0", features = ["stderr"] }
3030
generics-alias = { git = "https://github.com/j4r0u53k/generics-alias-rs.git", branch = "main" }
31-
shvbroker = "=3.25.12"
31+
shvbroker = "=3.26.5"
3232
rcgen = "0.14.5"
3333
tempfile = "3.23.0"
3434
smol = "2.0.2"
@@ -53,7 +53,7 @@ macro_magic = "0.6.0"
5353

5454
futures-rustls = "0.26.0"
5555
rustls-pemfile = "2.2.0"
56-
rustls-platform-verifier = "0.6.1"
56+
rustls-platform-verifier = "0.7.0"
5757
async-trait = "0.1.89"
5858
futures-timer = "3.0.3"
5959
event-listener = { version = "5.4.1", optional = true }

0 commit comments

Comments
 (0)