Skip to content

Commit

Permalink
Bump tokio from 1.39.2 to 1.40.0 (#95)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.40.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.40.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 Sep 7, 2024
1 parent e2eb39d commit 6918afc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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/bin/sdre-hub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ keywords.workspace = true
[dependencies]
sdrehub = { path = "../../libraries/sdrehub" }
sh-config = { path = "../../libraries/sh-config" }
tokio = { version = "1.39.2", features = ["full", "tracing"] }
tokio = { version = "1.40.0", features = ["full", "tracing"] }
2 changes: 1 addition & 1 deletion src/bin/sh-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = { version = "1.0.210", features = ["derive"] }
sdrehub = { path = "../../libraries/sdrehub" }
sh-config = { path = "../../libraries/sh-config" }
tauri = { version = "1.7.2", features = ["api-all"] }
tokio = { version = "1.39.2", features = ["full", "tracing"] }
tokio = { version = "1.40.0", features = ["full", "tracing"] }

[features]
default = ["custom-protocol"]
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/sdrehub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.39.2", features = ["full", "tracing"] }
tokio = { version = "1.40.0", features = ["full", "tracing"] }
log = "0.4.22"
sh-config = { path = "../sh-config" }
sh-api = { path = "../sh-api" }
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/sh-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ serde_json = "1.0.128"
sh-common = { path = "../sh-common" }
sh-common-server = { path = "../sh-common-server" }
sh-config = { path = "../sh-config" }
tokio = { version = "1.39.2", features = ["full", "tracing"] }
tokio = { version = "1.40.0", features = ["full", "tracing"] }
2 changes: 1 addition & 1 deletion src/libraries/sh-common-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ keywords.workspace = true
async-trait = "0.1.81"
sh-config = { path = "../sh-config" }
sh-common = { path = "../sh-common" }
tokio = { version = "1.39.2", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }

0 comments on commit 6918afc

Please sign in to comment.