Skip to content

Commit 5cb90db

Browse files
fix(deps): update rust crate reqwest to 0.12.4
1 parent f649d25 commit 5cb90db

File tree

2 files changed

+144
-29
lines changed

2 files changed

+144
-29
lines changed

Cargo.lock

+143-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spis-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ md-5 = "0.10"
6262
include_dir = { version = "0.7.3", features = ["glob"], optional = true }
6363

6464
[dev-dependencies]
65-
reqwest = { version = "0.11", features = ["json"] }
65+
reqwest = { version = "0.12.4", features = ["json"] }
6666
tempfile = "3"

0 commit comments

Comments
 (0)