rabbitmq-tutorials/rust-stream/Cargo.toml
dependabot[bot] 66a59116eb
chore(deps): bump tokio from 1.42.0 to 1.43.1 in /rust-stream
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-08 02:14:20 +00:00

12 lines
311 B
TOML

[package]
name = "rust-stream"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rabbitmq-stream-client = "0.4.4"
tokio = { version = "1.43.1", features = ["rt", "rt-multi-thread", "macros"] }
futures = "0.3.30"