Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 8a38c4c commit 94c5474
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
34 changes: 32 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 @@ -28,7 +28,7 @@ lapin = "2.1.1"
lazy_static = "1.4.0"
phf = { version = "0.11.1", features = ["macros"] }
redis = { version = "0.22", default-features = false, features = ["bytes"] }
reqwest = { version = "0.11.12", features = ["json"] }
reqwest = { version = "0.11.27", features = ["json"] }
# rocket = { version = "0.5.0-rc.2", features = ["json", "uuid"] }
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", branch = "master", features = ["json", "uuid"] }
serde = { version = "1.0.147", features = ["derive"] }
Expand Down

0 comments on commit 94c5474

Please sign in to comment.