rabbitmq-tutorials/rust-lapin/Cargo.toml
dependabot[bot] 3d4a00b090
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](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>
2025-04-09 20:13:05 +00:00

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"