Skip to content

Commit 667ac6e

Browse files
authored
Merge pull request #69 from tuananh/renovate/rust-dependencies
rust Update Rust crate reqwest to v0.12.20
2 parents ae74f1d + 098d576 commit 667ac6e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 4 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
@@ -16,7 +16,7 @@ documentation = "https://github.com/tuananh/hyper-mcp"
1616
tokio = { version = "=1.45.1", features = ["full"] }
1717
serde = { version = "=1.0.219", features = ["derive"] }
1818
serde_json = "=1.0.140"
19-
reqwest = { version = "=0.12.19", features = ["json"] }
19+
reqwest = { version = "=0.12.20", features = ["json"] }
2020
anyhow = "=1.0.98"
2121
extism = "=1.11.1"
2222
sha2 = "=0.10.9"

0 commit comments

Comments
 (0)