![dependabot[bot]](/assets/img/avatar_default.png)
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](https://github.com/tokio-rs/tokio/compare/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] <support@github.com>
13 lines
294 B
TOML
13 lines
294 B
TOML
[package]
|
|
name = "rabbitmq-tutorials"
|
|
version = "1.0.0"
|
|
authors = ["Michal Malek <michalm@fastmail.fm>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.3.21"
|
|
lapin = "2.1.1"
|
|
tokio = { version = "1.43.1", features = ["full"] }
|
|
uuid = { version = "1.1.1", features = ["v4"] }
|
|
tokio-stream = "0.1"
|