Skip to content

Commit fa3f410

Browse files
build(deps): bump tokio-stream from 0.1.16 to 0.1.17
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.16 to 0.1.17. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.16...tokio-stream-0.1.17) --- updated-dependencies: - dependency-name: tokio-stream dependency-version: 0.1.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bbe336f commit fa3f410

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ rand = "0.8.5"
2727
serde = { version = "1.0", features = ["derive"] }
2828
serde_json = "1.0.132"
2929
tokio = { version = "1.40.0", features = ["full"] }
30-
tokio-stream = "0.1.16"
30+
tokio-stream = "0.1.17"
3131
utoipa = { version = "5.2.0", features = ["axum_extras"] }
3232
utoipa-swagger-ui = { version = "8.0.3", features = ["axum"] }

0 commit comments

Comments
 (0)