Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2023
1 parent e8f2da5 commit 38d930a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 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 @@ -15,7 +15,7 @@ name = "current-song2"
path = "src/main.rs"

[dependencies]
tokio = { version = "1.26", features = ["sync", "fs"] }
tokio = { version = "1.27", features = ["sync", "fs"] }
tokio-stream = { version = "0.1", features = ["sync"] }
futures = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion lib/win-gsmtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "gsmtc"
path = "src/lib.rs"

[dependencies]
tokio = { version = "1.26", features = ["sync", "macros", "rt"] }
tokio = { version = "1.27", features = ["sync", "macros", "rt"] }
windows = { version = "0.46", features = ["Media_Control", "Foundation", "Foundation_Collections", "Storage_Streams"] }
tracing = "0.1"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 38d930a

Please sign in to comment.