Skip to content

Commit 85fc219

Browse files
chore(deps): bump tokio from 1.40.0 to 1.41.0 (#1587)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.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>
1 parent 0bd9dea commit 85fc219

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rand = "0.8.5"
4141
rsa = { version = "=0.10.0-pre.3", features = ["sha2"] }
4242
ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] }
4343
p256 = "=0.14.0-pre.2"
44-
tokio = { version = "1.40.0", features = ["macros", "rt"] }
44+
tokio = { version = "1.41.0", features = ["macros", "rt"] }
4545
x509-cert = { version = "=0.3.0-pre.0", features = ["pem"] }
4646

4747
[features]

x509-cert/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ p256 = "=0.14.0-pre.2"
3636
rstest = "0.23"
3737
sha2 = { version = "=0.11.0-pre.4", features = ["oid"] }
3838
tempfile = "3.5.0"
39-
tokio = { version = "1.40.0", features = ["macros", "rt"] }
39+
tokio = { version = "1.41.0", features = ["macros", "rt"] }
4040
x509-cert-test-support = { path = "./test-support" }
4141

4242
[features]

0 commit comments

Comments
 (0)