Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit b167159

Browse files
chore: bump dependencies (#296)
1 parent 4b7724c commit b167159

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ name = "create_basin"
1818
doc-scrape-examples = true
1919

2020
[dependencies]
21-
async-compression = "0.4.37"
21+
async-compression = "0.4.39"
2222
async-stream = "0.3.6"
2323
bytes = "1.11.0"
2424
futures = "0.3.31"
2525
http = "1.4.0"
2626
hyper = "1.8.1"
2727
prost = "0.14.3"
2828
rand = "0.9.2"
29-
reqwest = { version = "0.13.1", default-features = false, features = [
29+
reqwest = { version = "0.13.2", default-features = false, features = [
3030
"json",
3131
"stream",
3232
"query",
@@ -40,7 +40,7 @@ secrecy = "0.10.3"
4040
serde = { version = "1.0.228" }
4141
serde_json = "1.0.149"
4242
thiserror = "2.0.18"
43-
time = "0.3.46"
43+
time = "0.3.47"
4444
tokio = { version = "1.49.0", features = ["time", "macros", "io-util"] }
4545
tokio-muxt = "0.7.0"
4646
tokio-stream = "0.1.18"

0 commit comments

Comments
 (0)