Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-rustls to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2024
1 parent a501971 commit d5eafe9
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 @@ -53,7 +53,7 @@ rustls-pemfile = { version = "2.1.2", default-features = false }
scopeguard = { version = "1.2.0", default-features = false }
serde_json5 = "0.1.0"
tokio = { version = "1.38.0", features = ["rt-multi-thread", "signal"] }
tokio-rustls = { version = "0.25.0", default-features = false }
tokio-rustls = { version = "0.26.0", default-features = false }
tonic = { version = "0.12.0", default-features = false }
tower = { version = "0.4.13", default-features = false }
tracing = { version = "0.1.40", default-features = false }
Expand Down

0 comments on commit d5eafe9

Please sign in to comment.