Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Update Rust crate reqwest to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 8c8cce8 commit f1b76eb
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 20 deletions.
179 changes: 160 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chrono = { version = "0.4.35", default-features = false, features = ["alloc","se
chrono-tz = "0.8.6"
ics = "0.5.8"
lazy_static = "1.4.0"
reqwest = { version = "0.11.27", features = ["json"] }
reqwest = { version = "0.12.0", features = ["json"] }
rocket = { version = "0.5.0", features = ["json"] }
serde = { version = "1.0.197", features = ["derive"] }
time = "0.3.34"
Expand Down

0 comments on commit f1b76eb

Please sign in to comment.