Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent dfe888e commit 93ec8eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 rocks-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ strum = "0.26.3"
strum_macros = "0.26.4"
termcolor = "1.4.1"
text_trees = "0.1.2"
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }
toml = "0.8.19"
uzers = "0.12.1"
walkdir = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion rocks-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde-enum-str = "0.4.0"
ssri = "9.2.0"
strum = { version = "0.26" }
strum_macros = "0.26"
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }
tempdir = "0.3.7"
vfs = "0.12.0"
walkdir = "2.4.0"
Expand Down

0 comments on commit 93ec8eb

Please sign in to comment.