Skip to content

Commit

Permalink
fix(deps): update rust crate http to 1.1 (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent ee052cd commit b8a02ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ hex = "0.4"
tracing = "0.1"
ring = { version = "0.17", optional = true }
lazy_static = "1.4"
http = "1.0"
http = "1.1"
async-trait = "0.1"
bytes = "1"
rand = "0.8"
Expand Down

0 comments on commit b8a02ff

Please sign in to comment.