Skip to content

Commit b105aca

Browse files
chore(deps): bump tokio from 1.42.0 to 1.43.0 (#1633)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba13a25 commit b105aca

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -43,7 +43,7 @@ rand = "0.8.5"
4343
rsa = { version = "=0.10.0-pre.3", features = ["sha2"] }
4444
ecdsa = { version = "=0.17.0-pre.9", features = ["digest", "pem"] }
4545
p256 = "=0.14.0-pre.2"
46-
tokio = { version = "1.42.0", features = ["macros", "rt"] }
46+
tokio = { version = "1.43.0", features = ["macros", "rt"] }
4747
x509-cert = { version = "=0.3.0-pre.0", features = ["pem"] }
4848

4949
[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.42.0", features = ["macros", "rt"] }
39+
tokio = { version = "1.43.0", features = ["macros", "rt"] }
4040
x509-cert-test-support = { path = "./test-support" }
4141

4242
[features]

0 commit comments

Comments
 (0)