Skip to content

Commit 6ec3893

Browse files
chore(deps): bump tokio from 1.39.1 to 1.39.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.1 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.1...tokio-1.39.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d0e2ee7 commit 6ec3893

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
@@ -23,7 +23,7 @@ once_cell = "1.19"
2323
percent-encoding = "2.3"
2424
rcgen = { version = "0.13.1", default-features = false, features = ["ring"] }
2525
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
26-
tokio = { version = "1.38", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
26+
tokio = { version = "1.39", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
2727
url = "2.5.2"
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)