Skip to content

Commit

Permalink
build(deps): bump tokio from 1.33.0 to 1.34.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.34.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cgwalters committed Nov 28, 2023
1 parent 394fa06 commit 69deaec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 39 deletions.
51 changes: 13 additions & 38 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ systemd = "0.10.0"
tempfile = "3.8.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tokio = { version = "1.33.0", features = ["time", "process", "rt", "net"] }
tokio = { version = "1.34.0", features = ["time", "process", "rt", "net"] }
xmlrpc = "0.15.1"
termcolor = "1.3.0"

Expand Down

0 comments on commit 69deaec

Please sign in to comment.