Skip to content

Commit c55b1b3

Browse files
build(deps): bump tokio from 1.23.0 to 1.24.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.24.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.23.0...tokio-1.24.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cbec77 commit c55b1b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ netlink-packet-core = "0.4.2"
3939
fs2 = "0.4.3"
4040
netlink-sys = "0.8.3"
4141
netavark_proxy = { git = "https://github.com/containers/netavark-dhcp-proxy"}
42-
tokio = { version = "1.0", features = ["rt"] }
42+
tokio = { version = "1.24", features = ["rt"] }
4343

4444
[build-dependencies]
4545
chrono = { version = "0.4.22", default-features = false, features = ["clock"] }

0 commit comments

Comments
 (0)