Skip to content

Commit b8c04bb

Browse files
fix(deps): update rust crate rustls-pki-types to 1.14.0 (#2066)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent acc3522 commit b8c04bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ flate2 = "1.1.8"
7676
tar = "0.4.44"
7777
zip = "7.1.0"
7878
oci-client = { version = "0.15.0", features = ["rustls-tls"], default-features = false }
79-
rustls-pki-types = { version = "1.13.2", features = ["std"] }
79+
rustls-pki-types = { version = "1.14.0", features = ["std"] }
8080

8181
[target.'cfg(target_family = "unix")'.dependencies]
8282
nix = { workspace = true, features = ["signal", "user", "hostname"] }

0 commit comments

Comments
 (0)