Skip to content

Commit 057aa1f

Browse files
chore(deps): bump tokio from 1.41.0 to 1.41.1 (#1608)
1 parent dd18036 commit 057aa1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

cms/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.41.0", features = ["macros", "rt"] }
44+
tokio = { version = "1.41.1", features = ["macros", "rt"] }
4545
x509-cert = { version = "=0.3.0-pre.0", features = ["pem"] }
4646

4747
[features]

x509-cert/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.41.0", features = ["macros", "rt"] }
39+
tokio = { version = "1.41.1", features = ["macros", "rt"] }
4040
x509-cert-test-support = { path = "./test-support" }
4141

4242
[features]

0 commit comments

Comments
 (0)