From 51865334e7e53bc88e8aa29fe3fd1206a6c314b3 Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Sat, 7 Dec 2024 02:42:26 -0500 Subject: [PATCH] Update dependencies. --- Cargo.lock | 81 +++++++++++++++++------------------ samply-mac-preload/Cargo.toml | 2 +- samply-symbols/Cargo.toml | 2 +- samply/Cargo.toml | 5 +-- wholesym/Cargo.toml | 2 +- 5 files changed, 45 insertions(+), 47 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b4c4232..88dab373 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,9 +322,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" +checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" dependencies = [ "shlex", ] @@ -656,9 +656,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "filetime" @@ -1257,9 +1257,9 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "js-sys" -version = "0.3.74" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705" +checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" dependencies = [ "once_cell", "wasm-bindgen", @@ -1273,9 +1273,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.167" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libloading" @@ -1412,7 +1412,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb4bdc8b0ce69932332cf76d24af69c3a155242af95c226b2ab6c2e371ed1149" dependencies = [ - "thiserror 2.0.4", + "thiserror 2.0.6", "zerocopy 0.8.13", "zerocopy-derive 0.8.13", ] @@ -1795,7 +1795,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "tracing", ] @@ -1814,7 +1814,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.4", + "thiserror 2.0.6", "tinyvec", "tracing", "web-time", @@ -1822,9 +1822,9 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da" +checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527" dependencies = [ "cfg_aliases", "libc", @@ -2083,15 +2083,15 @@ checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" [[package]] name = "rustix" -version = "0.38.41" +version = "0.38.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" +checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" dependencies = [ "bitflags", "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2217,7 +2217,7 @@ dependencies = [ "shlex", "sysctl", "tempfile", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "tokio-util", "uname", @@ -2240,7 +2240,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "thiserror 2.0.4", + "thiserror 2.0.6", "yaxpeax-arch", "yaxpeax-arm", "yaxpeax-x86", @@ -2285,7 +2285,7 @@ dependencies = [ "rustc-demangle", "scala-native-demangle", "srcsrv", - "thiserror 2.0.4", + "thiserror 2.0.6", "uuid", "yoke", "yoke-derive", @@ -2450,7 +2450,7 @@ dependencies = [ "http", "reqwest", "scopeguard", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", ] @@ -2540,11 +2540,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ - "thiserror-impl 2.0.4", + "thiserror-impl 2.0.6", ] [[package]] @@ -2560,9 +2560,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", @@ -2814,9 +2814,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" dependencies = [ "cfg-if", "once_cell", @@ -2825,13 +2825,12 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", "syn", @@ -2840,9 +2839,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.47" +version = "0.4.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dfaf8f50e5f293737ee323940c7d8b08a66a95a419223d9f41610ca08b0833d" +checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" dependencies = [ "cfg-if", "js-sys", @@ -2853,9 +2852,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -2863,9 +2862,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" dependencies = [ "proc-macro2", "quote", @@ -2876,9 +2875,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "wasm-streams" @@ -2895,9 +2894,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.74" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c" +checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" dependencies = [ "js-sys", "wasm-bindgen", @@ -2966,7 +2965,7 @@ dependencies = [ "samply-symbols", "scopeguard", "symsrv", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "uuid", "yoke", diff --git a/samply-mac-preload/Cargo.toml b/samply-mac-preload/Cargo.toml index 965ca5f2..7b4deab7 100644 --- a/samply-mac-preload/Cargo.toml +++ b/samply-mac-preload/Cargo.toml @@ -19,6 +19,6 @@ lto = true panic = 'abort' [dependencies] -libc = { version = "0.2.70", default-features = false } +libc = { version = "0.2", default-features = false } spin = "0.9.8" diff --git a/samply-symbols/Cargo.toml b/samply-symbols/Cargo.toml index 56bf68ef..9f0199d2 100644 --- a/samply-symbols/Cargo.toml +++ b/samply-symbols/Cargo.toml @@ -33,7 +33,7 @@ version = "0.36" [dependencies] #pdb-addr2line = { path = "../../pdb-addr2line" } pdb-addr2line = "0.11.0" -uuid = "1.10.0" +uuid = "1" thiserror = "2" cpp_demangle = "0.4.0" msvc-demangler = "0.10.1" diff --git a/samply/Cargo.toml b/samply/Cargo.toml index 8f90e946..1098589a 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -31,9 +31,9 @@ memmap2 = "0.9.4" serde_json = "1" thiserror = "2" tempfile = "3.13" -uuid = { version = "1.10.0", features = ["v4"] } +uuid = { version = "1.11", features = ["v4"] } percent-encoding = "2.1.0" -libc = "0.2.155" +libc = "0.2" flate2 = "1.0" opener = { version = "0.7", default-features = false } rand = "0.8.4" @@ -56,7 +56,6 @@ samply-quota-manager = { version = "0.1.0", path = "../samply-quota-manager" } [target.'cfg(any(target_os = "android", target_os = "macos", target_os = "linux"))'.dependencies] -libc = "0.2.155" crossbeam-channel = "0.5.13" [target.'cfg(target_os = "macos")'.dependencies] diff --git a/wholesym/Cargo.toml b/wholesym/Cargo.toml index 622f4e94..44c1ab5a 100644 --- a/wholesym/Cargo.toml +++ b/wholesym/Cargo.toml @@ -24,7 +24,7 @@ samply-symbols = { version = "0.23.0", path = "../samply-symbols", features = [" symsrv = "0.5.2" yoke = "0.7" yoke-derive = "0.7" -libc = "0.2.155" +libc = "0.2" uuid = "1" reqwest = { version = "0.12", default-features = false, features = [ "rustls-tls",