Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 03b626d commit 73457ec
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 129 deletions.
164 changes: 37 additions & 127 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pretty_env_logger = "0.5"
prettytable-rs = "^0.10"
prost = "0.12"
regex = "1.10"
reqwest = {version = "0.11", features = ["json", "rustls-tls", "brotli", "gzip", "deflate", "stream", "socks"], default-features = false}
reqwest = {version = "0.12.4", features = ["json", "rustls-tls", "brotli", "gzip", "deflate", "stream", "socks"], default-features = false}
rustls = { version = "0.23.5", default-features = false }
rustls-pemfile = { version = "2" }
serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]}
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pki-types = { package = "rustls-pki-types", version = "1" }
pretty_env_logger = "0.5"
prettytable-rs = "^0.10"
prost = "0.12"
reqwest = {version = "0.11", features = ["json", "rustls-tls"], default-features = false}
reqwest = {version = "0.12.4", features = ["json", "rustls-tls"], default-features = false}
rhai = {version = "1.17", features = ["sync", "metadata", "decimal", "no_function", "no_module", "no_closure", "unchecked"]}
rust-embed = {version = "8.3", features = ["mime-guess"]}
rustls-pemfile = { version = "2" }
Expand Down

0 comments on commit 73457ec

Please sign in to comment.