1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-06 22:12:32 +00:00

Merge pull request #68 from imjasonh/dependabot/cargo/reqwest-0.13

chore(deps): Update reqwest requirement from 0.12 to 0.13
This commit is contained in:
Jason Hall 2026-03-17 15:45:38 -04:00 committed by GitHub
commit bd5d27014e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ sha256 = "1.5"
chrono = "0.4"
tar = "0.4"
flate2 = "1.0"
reqwest = { version = "0.12", features = ["json", "stream"] }
reqwest = { version = "0.13", features = ["json", "stream"] }
bytes = "1.0"
yaml-rust2 = "0.10"
tracing = "0.1"