![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>
12 lines
311 B
TOML
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"
|