diff --git a/Cargo.lock b/Cargo.lock index 7c83ff29..d0572363 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,15 +2,6 @@ # It is not intended for manual editing. version = 4 -[[package]] -name = "addr2line" -version = "0.25.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" -dependencies = [ - "gimli", -] - [[package]] name = "adler2" version = "2.0.1" @@ -93,12 +84,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" -dependencies = [ - "backtrace", -] +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "arc-swap" @@ -187,21 +175,6 @@ dependencies = [ "fs_extra", ] -[[package]] -name = "backtrace" -version = "0.3.76" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" -dependencies = [ - "addr2line", - "cfg-if", - "libc", - "miniz_oxide", - "object", - "rustc-demangle", - "windows-link", -] - [[package]] name = "base16ct" version = "0.2.0" @@ -421,9 +394,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.58" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806" +checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" dependencies = [ "clap_builder", "clap_derive", @@ -431,9 +404,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.58" +version = "4.5.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2" +checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" dependencies = [ "anstream", "anstyle", @@ -954,7 +927,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1204,12 +1177,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "gimli" -version = "0.32.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" - [[package]] name = "gix" version = "0.77.0" @@ -3107,7 +3074,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "serde_core", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3425,15 +3392,6 @@ dependencies = [ "libm", ] -[[package]] -name = "object" -version = "0.37.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" -dependencies = [ - "memchr", -] - [[package]] name = "octocrab" version = "0.49.5" @@ -3836,7 +3794,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -4113,12 +4071,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "rustc-demangle" -version = "0.1.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" - [[package]] name = "rustc-hash" version = "2.1.1" @@ -4150,7 +4102,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4209,7 +4161,7 @@ dependencies = [ "security-framework 3.5.1", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4728,7 +4680,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -5309,7 +5261,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/ci/supply_chain.json b/ci/supply_chain.json index e862a5f5..c65e39e4 100644 --- a/ci/supply_chain.json +++ b/ci/supply_chain.json @@ -1,19 +1,5 @@ { "crates_io_crates": { - "addr2line": [ - { - "id": 696, - "kind": "user", - "login": "fitzgen", - "name": "Nick Fitzgerald" - }, - { - "id": 4415, - "kind": "user", - "login": "philipc", - "name": "Philip Craig" - } - ], "adler2": [ { "id": 4968, @@ -258,14 +244,6 @@ "name": null } ], - "backtrace": [ - { - "id": 55123, - "kind": "user", - "login": "rust-lang-owner", - "name": null - } - ], "base64": [ { "id": 3027, @@ -1292,20 +1270,6 @@ "name": "Diggory Hardy" } ], - "gimli": [ - { - "id": 696, - "kind": "user", - "login": "fitzgen", - "name": "Nick Fitzgerald" - }, - { - "id": 4415, - "kind": "user", - "login": "philipc", - "name": "Philip Craig" - } - ], "gix": [ { "id": 980, @@ -2542,20 +2506,6 @@ "name": "Josh Stone" } ], - "object": [ - { - "id": 696, - "kind": "user", - "login": "fitzgen", - "name": "Nick Fitzgerald" - }, - { - "id": 4415, - "kind": "user", - "login": "philipc", - "name": "Philip Craig" - } - ], "once_cell": [ { "id": 2699, @@ -2982,26 +2932,6 @@ "name": "Brian Smith" } ], - "rustc-demangle": [ - { - "id": 11, - "kind": "team", - "login": "github:rust-lang:libs", - "name": "libs" - }, - { - "id": 408, - "kind": "team", - "login": "github:rust-lang:compiler", - "name": "compiler" - }, - { - "id": 55123, - "kind": "user", - "login": "rust-lang-owner", - "name": null - } - ], "rustc-hash": [ { "id": 70,