Skip to content

Commit 9cbaab9

Browse files
build(deps): bump reqwest from 0.12.24 to 0.13.1 (#453)
1 parent cc4caf4 commit 9cbaab9

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

Cargo.lock

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

picky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ zeroize = "1.8"
3939

4040
# FIXME: either use ureq, or even better: do not require this kind of dependency at all to let user decide which lib to use.
4141
# (currently users should *really* not forget to use `spawn_blocking` when calling associated functions from async context)
42-
reqwest = { version = "0.12", default-features = false, features = ["blocking"], optional = true }
42+
reqwest = { version = "0.13", default-features = false, features = ["blocking"], optional = true }
4343

4444
# /!\ ===== cryptography dependencies ===== /!\
4545
# These should be updated as soon as possible.

0 commit comments

Comments
 (0)