Skip to content

Commit ac725f3

Browse files
dependabot[bot]mbrubeck
authored andcommitted
chore(deps): bump tokio from 1.34.0 to 1.35.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.34.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] <support@github.com>
1 parent c6c6d9a commit ac725f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ percent-encoding = "2.3"
2424
rcgen = { version = "0.11.3" }
2525
rustls = "0.21.7"
2626
tokio-rustls = "0.24.1"
27-
tokio = { version = "1.34", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
27+
tokio = { version = "1.35", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
2828
url = "2.5.0"
2929

3030
[dev-dependencies]

0 commit comments

Comments
 (0)