Skip to content

Commit a02f0ec

Browse files
authored
Merge pull request #65 from tuananh/renovate/rust-dependencies
rust Update Rust crate reqwest to v0.12.19
2 parents 570a426 + 9f344bd commit a02f0ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 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.18", features = ["json"] }
19+
reqwest = { version = "=0.12.19", features = ["json"] }
2020
anyhow = "=1.0.98"
2121
extism = "=1.11.1"
2222
sha2 = "=0.10.9"

0 commit comments

Comments
 (0)