Skip to content

Commit e9d50d9

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 4eb8f58 commit e9d50d9

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
@@ -48,7 +48,7 @@ async-graphql = { workspace = true, features = ["chrono", "dataloader"] }
4848
async-graphql-axum = { workspace = true }
4949
async-stream = "0.3.6"
5050
# Streaming responses for large datasets
51-
axum-streams = { version = "0.23.1", features = ["json", "csv", "text"] }
51+
axum-streams = { version = "0.24.0", features = ["json", "csv", "text"] }
5252
futures = { workspace = true }
5353
zstd = { workspace = true }
5454

0 commit comments

Comments
 (0)