Skip to content

Commit

Permalink
Merge pull request #1746 from containers/dependabot/cargo/tokio-1.33.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.32.0 to 1.33.0
  • Loading branch information
openshift-ci[bot] authored Oct 9, 2023
2 parents 95105d1 + e0a5de3 commit d95ca14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 conmon-rs/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ conmon-common = { path = "../common" }
futures = "0.3.28"
log = { version = "0.4.20", features = ["serde", "std"] }
serde = { version = "1.0.188", features = ["derive"] }
tokio = { version = "1.32.0", features = ["fs", "macros", "net", "process", "rt", "signal", "time"] }
tokio = { version = "1.33.0", features = ["fs", "macros", "net", "process", "rt", "signal", "time"] }
tokio-util = { version = "0.7.9", features = ["compat"] }
2 changes: 1 addition & 1 deletion conmon-rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ shadow-rs = "0.24.0"
signal-hook = "0.3.17"
strum = { version = "0.25.0", features = ["derive"] }
tempfile = "3.8.0"
tokio = { version = "1.32.0", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "time"] }
tokio = { version = "1.33.0", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "time"] }
tokio-eventfd = "0.2.1"
tokio-seqpacket = "0.7.0"
tokio-util = { version = "0.7.9", features = ["compat"] }
Expand Down

0 comments on commit d95ca14

Please sign in to comment.