diff --git a/.changelog/4173.internal.md b/.changelog/4173.internal.md new file mode 100644 index 00000000000..ce960a940aa --- /dev/null +++ b/.changelog/4173.internal.md @@ -0,0 +1 @@ +rust: bump x509-parser from 0.9.2 to 0.10.0 diff --git a/Cargo.lock b/Cargo.lock index 9a91ae7396a..304d1fd6c19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,9 +668,9 @@ dependencies = [ [[package]] name = "der-parser" -version = "5.1.0" +version = "5.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "120842c2385dea19347e2f6e31caa5dced5ba8afdfacaac16c59465fdd1168f2" +checksum = "2d7ededb7525bb4114bc209685ce7894edc2965f4914312a1ea578a645a237f0" dependencies = [ "der-oid-macro", "nom", @@ -2053,12 +2053,6 @@ dependencies = [ "nom", ] -[[package]] -name = "rustversion" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" - [[package]] name = "ryu" version = "1.0.5" @@ -2811,9 +2805,9 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.9.2" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64abca276c58f8341ddc13fd4bd6ae75993cc669043f5b34813c90f7dff04771" +checksum = "9fdb27e60230e9d42a67fc3893ed5273b3dc74b4173e29ac52da8084014778d9" dependencies = [ "base64", "chrono", @@ -2823,7 +2817,6 @@ dependencies = [ "nom", "oid-registry", "rusticata-macros", - "rustversion", "thiserror", ] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a98637559e8..02d37699c1e 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -51,7 +51,7 @@ num-bigint = "0.4" num-traits = "0.2.14" bech32 = "0.8.1" impl-trait-for-tuples = "0.2.1" -x509-parser = "0.9.2" +x509-parser = "0.10.0" oid-registry = "0.1.5" rsa = "0.5.0" base64-serde = "0.6.1"