Skip to content

Commit 16d8535

Browse files
fix(deps): update rust crate reqwest to 0.12.25
1 parent 481291a commit 16d8535

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ futures = "0.3.31"
1010
indicatif = "0.18.3"
1111
num_cpus = "1.17.0"
1212
redis = { version = "0.32.7", features = ["tokio-comp", "aio", "connection-manager", "tokio-native-tls-comp", "json"] }
13-
reqwest = { version = "0.12.24", features = ["json"] }
13+
reqwest = { version = "0.12.25", features = ["json"] }
1414
serde = { version = "1.0.228", features = ["derive"] }
1515
serde_json = "1.0.145"
1616
tokio = { version = "1.48.0", features = ["fs", "rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)