Skip to content

Commit 54dcf0c

Browse files
build(deps): bump tokio from 1.12.0 to 1.13.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.12.0...tokio-1.13.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent daf4ffd commit 54dcf0c

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
@@ -69,7 +69,7 @@ systemd = "0.9.0"
6969
tempfile = "3.2.0"
7070
tracing = "0.1"
7171
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
72-
tokio = { version = "1.12.0", features = ["full"] }
72+
tokio = { version = "1.13.0", features = ["full"] }
7373
xmlrpc = "0.15.0"
7474
termcolor = "1.1.2"
7575

0 commit comments

Comments
 (0)