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

Commit

Permalink
Merge pull request #54 from morbatex/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
Update Rust crate reqwest to 0.12.1
  • Loading branch information
morbatex authored Mar 22, 2024
2 parents ab8d854 + 4c40a75 commit 7df070c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.12.0", features = ["json"] }
reqwest = { version = "0.12.1", 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 7df070c

Please sign in to comment.