diff --git a/Cargo.lock b/Cargo.lock index 4c5cde53b..6f94f6273 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.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" -dependencies = [ - "gimli", -] - [[package]] name = "adler" version = "1.0.2" @@ -1090,7 +1081,7 @@ dependencies = [ "tokio-rustls 0.24.1", "tokio-test", "tokio-util", - "toml 0.8.23", + "toml 0.9.7", "tracing", "usdt", "uuid", @@ -1202,7 +1193,7 @@ dependencies = [ "thiserror 2.0.17", "tokio", "tokio-rustls 0.24.1", - "toml 0.8.23", + "toml 0.9.7", "twox-hash", "uuid", "vergen", @@ -1278,7 +1269,7 @@ dependencies = [ "tokio", "tokio-rustls 0.24.1", "tokio-util", - "toml 0.8.23", + "toml 0.9.7", "tracing", "tracing-opentelemetry", "tracing-subscriber", @@ -1402,7 +1393,7 @@ dependencies = [ "serde_json", "tokio", "tokio-util", - "toml 0.8.23", + "toml 0.9.7", ] [[package]] @@ -1663,7 +1654,7 @@ dependencies = [ "signal-hook-tokio", "tokio", "tokio-util", - "toml 0.8.23", + "toml 0.9.7", ] [[package]] @@ -1702,7 +1693,7 @@ dependencies = [ "statistical", "tokio", "tokio-util", - "toml 0.8.23", + "toml 0.9.7", "uuid", ] @@ -3094,9 +3085,9 @@ checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "hyper" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" +checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" dependencies = [ "atomic-waker", "bytes", @@ -3432,7 +3423,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.15.2", "serde", "serde_core", ] @@ -7349,7 +7340,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix 1.0.7", - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]] @@ -7358,7 +7349,7 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2111ef44dae28680ae9752bb89409e7310ca33a8c621ebe7b106cf5c928b3ac0" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.1", ] [[package]]