Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 28, 2024
1 parent 2ebe383 commit f596e1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ edition = "2021"
[dependencies]
bp7 = {path = "../bp7"}
dtrd_client = {path = "../client"}
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "fs"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "fs"] }
futures-util = "0.3.30"
clap = { version = "4.5.4", features = ["derive"] }
tabular = "0.2.0"
2 changes: 1 addition & 1 deletion dtrd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tcpcl = {path = "../tcpcl"}
log = "0.4"
tonic = "0.11.0"
prost = "0.12.3"
tokio = { version = "1.36.0", features = ["full", "tracing"] }
tokio = { version = "1.37.0", features = ["full", "tracing"] }
tokio-stream = "0.1.15"
tokio-util = "0.7.10"
futures-util = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion tcpcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ edition = "2021"

[dependencies]
bitflags = "2.5.0"
tokio = { version = "1.36.0", features = ["fs", "io-util", "net", "macros", "sync", "rt", "time"] }
tokio = { version = "1.37.0", features = ["fs", "io-util", "net", "macros", "sync", "rt", "time"] }
tokio-openssl = "0.6.4"
openssl = {version = "0.10.64", features = ["vendored"]}
log = "0.4"
Expand Down

0 comments on commit f596e1a

Please sign in to comment.