Skip to content

Commit

Permalink
fix(deps): update rust crate rustls to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed Mar 18, 2024
1 parent 854fdc3 commit 8e19cec
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ 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}
rustls = { version = "0.22", default-features = false }
rustls = { version = "0.23", default-features = false }
rustls-pemfile = { version = "2" }
serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]}
serde_json = {version = "1.0", default-features = false, features = ["alloc"]}
Expand Down

0 comments on commit 8e19cec

Please sign in to comment.