Skip to content

Commit 15f5aea

Browse files
deps(deps): bump axum-streams from 0.23.1 to 0.24.0
Bumps [axum-streams](https://github.com/abdolence/axum-streams-rs) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/abdolence/axum-streams-rs/releases) - [Commits](abdolence/axum-streams-rs@v0.23.1...v0.24.0) --- updated-dependencies: - dependency-name: axum-streams dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d011e0e commit 15f5aea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/codegraph-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ toml = { workspace = true }
5151
async-graphql = { workspace = true, features = ["chrono", "dataloader"] }
5252
async-stream = "0.3.6"
5353
# Streaming responses for large datasets
54-
axum-streams = { version = "0.23.1", features = ["json", "csv", "text"] }
54+
axum-streams = { version = "0.24.0", features = ["json", "csv", "text"] }
5555
futures = { workspace = true }
5656
zstd = { workspace = true }
5757

0 commit comments

Comments
 (0)