Skip to content

Commit 3d4a00b

Browse files
chore(deps): bump tokio from 1.42.0 to 1.43.1 in /rust-lapin
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a839be commit 3d4a00b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

rust-lapin/Cargo.lock

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

rust-lapin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2018"
77
[dependencies]
88
futures = "0.3.21"
99
lapin = "2.1.1"
10-
tokio = { version = "1.20.4", features = ["full"] }
10+
tokio = { version = "1.43.1", features = ["full"] }
1111
uuid = { version = "1.1.1", features = ["v4"] }
1212
tokio-stream = "0.1"

0 commit comments

Comments
 (0)