Skip to content

Commit

Permalink
Bump tokio from 1.32.0 to 1.35.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.35.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 0ce6270 commit 0e8d63f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 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 src/libs/ml2_mods/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3.6"
thiserror = "1.0"
tokio = { version = "1.32", features = [
tokio = { version = "1.35", features = [
"fs",
"macros",
"rt",
Expand Down
2 changes: 1 addition & 1 deletion src/libs/ml2_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hyper = { version = "0.14", features = ["client", "http1", "http2", "tcp"] }
hyper-tls = "0.5"
instant = "0.1"
thiserror = "1.0"
tokio = { version = "1.32", features = [
tokio = { version = "1.35", features = [
"fs",
"macros",
"rt",
Expand Down
2 changes: 1 addition & 1 deletion src/tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rand = "0.8"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.1", features = ["api-all"] }
tokio = { version = "1.32", features = ["macros", "sync"] }
tokio = { version = "1.35", features = ["macros", "sync"] }
tokio-graceful-shutdown = "0.13"
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down

0 comments on commit 0e8d63f

Please sign in to comment.