From 5157aa2dfbbe7165a5734943b9c178487dfc9c39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 03:28:13 +0000 Subject: [PATCH] Update Rust crate rustls-pemfile to v2 --- Cargo.lock | 54 +++++++++++++++++++----------------------------------- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dd9cb8a7..a29c87e1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,12 +322,6 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "base64" -version = "0.21.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" - [[package]] name = "base64" version = "0.22.1" @@ -905,7 +899,7 @@ dependencies = [ "anyhow", "async-recursion", "async-trait", - "base64 0.22.1", + "base64", "bincode", "bytes", "cfg-if", @@ -1006,7 +1000,7 @@ dependencies = [ name = "crucible-client-types" version = "0.1.0" dependencies = [ - "base64 0.22.1", + "base64", "crucible-workspace-hack", "schemars", "serde", @@ -1024,7 +1018,7 @@ dependencies = [ "dropshot", "nix", "proptest", - "rustls-pemfile 1.0.4", + "rustls-pemfile", "schemars", "serde", "serde_json", @@ -1145,7 +1139,7 @@ name = "crucible-integration-tests" version = "0.1.0" dependencies = [ "anyhow", - "base64 0.22.1", + "base64", "bytes", "crucible", "crucible-client-types", @@ -1211,7 +1205,7 @@ name = "crucible-pantry" version = "0.0.1" dependencies = [ "anyhow", - "base64 0.22.1", + "base64", "bytes", "chrono", "clap", @@ -1686,7 +1680,7 @@ checksum = "a37c505dad56e0c1fa5ed47e29fab1a1ab2d1a9d93e952024bb47168969705f6" dependencies = [ "async-stream", "async-trait", - "base64 0.22.1", + "base64", "bytes", "camino", "chrono", @@ -1705,7 +1699,7 @@ dependencies = [ "paste", "percent-encoding", "rustls 0.22.4", - "rustls-pemfile 2.1.3", + "rustls-pemfile", "schemars", "scopeguard", "semver 1.0.26", @@ -1868,7 +1862,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2120,7 +2114,7 @@ name = "gateway-client" version = "0.1.0" source = "git+https://github.com/oxidecomputer/omicron?branch=main#52d7df46c6df67cfcbbe9a7cb0a3ae1f72c8a3ae" dependencies = [ - "base64 0.22.1", + "base64", "chrono", "gateway-messages", "omicron-workspace-hack", @@ -3346,7 +3340,7 @@ dependencies = [ "anyhow", "api_identity", "async-trait", - "base64 0.22.1", + "base64", "chrono", "clap", "clickhouse-admin-types", @@ -5026,7 +5020,7 @@ version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ - "base64 0.22.1", + "base64", "bytes", "encoding_rs", "futures-channel", @@ -5050,7 +5044,7 @@ dependencies = [ "pin-project-lite", "quinn", "rustls 0.23.13", - "rustls-pemfile 2.1.3", + "rustls-pemfile", "rustls-pki-types", "serde", "serde_json", @@ -5214,7 +5208,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.3", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -5259,28 +5253,18 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" -dependencies = [ - "base64 0.21.7", -] - -[[package]] -name = "rustls-pemfile" -version = "2.1.3" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" dependencies = [ - "base64 0.22.1", "rustls-pki-types", ] [[package]] name = "rustls-pki-types" -version = "1.8.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" +checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" [[package]] name = "rustls-webpki" @@ -5592,7 +5576,7 @@ version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" dependencies = [ - "base64 0.22.1", + "base64", "chrono", "hex", "indexmap 1.9.3", @@ -6153,7 +6137,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix 1.0.2", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e648a9117..c73ef71f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ rangemap = "1.5.1" reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream"] } ringbuffer = "0.15.0" rusqlite = { version = "0.34" } -rustls-pemfile = { version = "1.0.4" } +rustls-pemfile = { version = "2.2.0" } schemars = { version = "0.8", features = [ "chrono", "uuid1" ] } semver = "1" serde = { version = "1", features = [ "derive" ] }