Skip to content

Commit 38c7291

Browse files
committed
chore(deps): update Rust dependencies
- Update serde_json from 1.0.145 to 1.0.146 - Update tracing from 0.1.41 to 0.1.44 - Update bytes from 1.10.1 to 1.11.0 - Update reqwest from 0.12.24 to 0.12.28
1 parent 8ca24d8 commit 38c7291

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ derive_builder = "0.20.2"
1616
reqwest-eventsource = "0.6.0"
1717
thiserror = "2.0.17"
1818
serde = { version = "1.0.228", features = ["derive", "rc"] }
19-
serde_json = "1.0.145"
20-
tracing = "0.1.41"
21-
bytes = "1.10.1"
22-
reqwest = { version = "0.12.24", features = [
19+
serde_json = "1.0.146"
20+
tracing = "0.1.44"
21+
bytes = "1.11.0"
22+
reqwest = { version = "0.12.28", features = [
2323
"json",
2424
"stream",
2525
"multipart",

0 commit comments

Comments
 (0)