Skip to content

Commit

Permalink
[internals] Bump tokio-rustls from 0.22.0 to 0.23.2 in /src/rust/engi…
Browse files Browse the repository at this point in the history
…ne (#14149)

Bumps [tokio-rustls](https://github.com/tokio-rs/tls) from 0.22.0 to 0.23.2.
  • Loading branch information
dependabot[bot] authored Jan 13, 2022
1 parent 21e0924 commit 0e5d5e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/rust/engine/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 src/rust/engine/fs/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_derive = "1.0"
sharded_lmdb = { path = "../../sharded_lmdb" }
task_executor = { path = "../../task_executor" }
tempfile = "3"
tokio-rustls = "0.22"
tokio-rustls = "0.23"
tokio = { version = "1.4", features = ["fs"] }
tonic = { version = "0.6", features = ["transport", "codegen", "tls", "tls-roots", "prost"] }
tower-service = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/process_execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ task_executor = { path = "../task_executor" }
tempfile = "3"
concrete_time = { path = "../concrete_time" }
tokio = { version = "1.4", features = ["net", "process", "rt-multi-thread", "sync", "time"] }
tokio-rustls = "0.22"
tokio-rustls = "0.23"
tokio-util = { version = "0.6", features = ["codec"] }
uname = "0.1.1"
uuid = { version = "0.8", features = ["v4"] }
Expand Down

0 comments on commit 0e5d5e8

Please sign in to comment.