Skip to content

Commit 47562d6

Browse files
authored
Merge pull request #98 from tinyhumansai/dependabot/cargo/tower-http-0.7.0
deps: bump tower-http from 0.6.11 to 0.7.0
2 parents f1a8760 + a81f0f6 commit 47562d6

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

Cargo.lock

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

crates/tinymemory-testing-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
3131
# `multipart` for the document upload endpoint: a file upload is the one thing
3232
# a JSON body cannot carry without base64-ing it first.
3333
axum = { version = "0.8", features = ["multipart"] }
34-
tower-http = { version = "0.6", features = ["fs"] }
34+
tower-http = { version = "0.7", features = ["fs"] }
3535
serde = { version = "1", features = ["derive"] }
3636
serde_json = "1"
3737
anyhow = "1"

0 commit comments

Comments
 (0)