@@ -167,7 +167,7 @@ repository = "https://github.com/BurntSushi/byteorder"
167167
168168[[dependencies ]]
169169name = " bytes"
170- version = " 1.8 .0"
170+ version = " 1.9 .0"
171171description = " Types and traits for working with bytes"
172172license = " MIT"
173173notices = [" Copyright (c) 2018 Carl Lerche" ]
@@ -192,7 +192,7 @@ repository = "https://github.com/camino-rs/camino"
192192
193193[[dependencies ]]
194194name = " cargo-platform"
195- version = " 0.1.8 "
195+ version = " 0.1.9 "
196196description = " Cargo's representation of a target platform."
197197license = " MIT OR Apache-2.0"
198198repository = " https://github.com/rust-lang/cargo"
@@ -207,7 +207,7 @@ repository = "https://github.com/oli-obk/cargo_metadata"
207207
208208[[dependencies ]]
209209name = " cc"
210- version = " 1.2.1 "
210+ version = " 1.2.2 "
211211description = """
212212A build-time dependency for Cargo build scripts to assist in invoking the native
213213C compiler to compile native C code into a static archive to be linked into Rust
@@ -742,7 +742,7 @@ repository = "https://github.com/rust-itertools/itertools"
742742
743743[[dependencies ]]
744744name = " itoa"
745- version = " 1.0.13 "
745+ version = " 1.0.14 "
746746description = " Fast integer primitive to string conversion"
747747license = " MIT OR Apache-2.0"
748748authors = [" David Tolnay <dtolnay@gmail.com>" ]
@@ -763,7 +763,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"
763763
764764[[dependencies ]]
765765name = " libc"
766- version = " 0.2.164 "
766+ version = " 0.2.167 "
767767description = """
768768Raw FFI bindings to platform libraries like libc.
769769"""
@@ -774,7 +774,7 @@ repository = "https://github.com/rust-lang/libc"
774774
775775[[dependencies ]]
776776name = " litemap"
777- version = " 0.7.3 "
777+ version = " 0.7.4 "
778778description = " A key-value Map implementation based on a flat, sorted Vec."
779779license = " Unicode-3.0"
780780notices = [" Copyright © 2020-2024 Unicode, Inc." ]
@@ -1179,7 +1179,7 @@ repository = "https://github.com/rust-lang/rustc-hash"
11791179
11801180[[dependencies ]]
11811181name = " rustls"
1182- version = " 0.23.18 "
1182+ version = " 0.23.19 "
11831183description = " Rustls is a modern TLS library written in Rust."
11841184license = " Apache-2.0 OR ISC OR MIT"
11851185notices = [
@@ -1354,7 +1354,7 @@ repository = "https://github.com/servo/rust-smallvec"
13541354
13551355[[dependencies ]]
13561356name = " socket2"
1357- version = " 0.5.7 "
1357+ version = " 0.5.8 "
13581358description = """
13591359Utilities for handling networking sockets with a maximal amount of configuration
13601360possible intended.
@@ -1671,7 +1671,7 @@ repository = "https://github.com/tower-rs/tower"
16711671
16721672[[dependencies ]]
16731673name = " tracing"
1674- version = " 0.1.40 "
1674+ version = " 0.1.41 "
16751675description = """
16761676Application-level tracing for Rust.
16771677"""
@@ -1686,7 +1686,7 @@ homepage = "https://tokio.rs"
16861686
16871687[[dependencies ]]
16881688name = " tracing-attributes"
1689- version = " 0.1.27 "
1689+ version = " 0.1.28 "
16901690description = """
16911691Procedural macro attributes for automatically instrumenting functions.
16921692"""
@@ -1702,7 +1702,7 @@ homepage = "https://tokio.rs"
17021702
17031703[[dependencies ]]
17041704name = " tracing-core"
1705- version = " 0.1.32 "
1705+ version = " 0.1.33 "
17061706description = """
17071707Core primitives for application-level tracing.
17081708"""
0 commit comments