Skip to content

Commit 971b45b

Browse files
committed
Update remaining dependencies
1 parent 4145728 commit 971b45b

2 files changed

Lines changed: 88 additions & 23 deletions

File tree

Cargo.lock

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

crates/wastebin_server/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ hex = "0.4"
1717
hostname = "0.4.0"
1818
http = "1.3"
1919
mime = "0.3"
20-
phf = { version = "0.11", features = ["macros"] }
20+
phf = { version = "0.14", features = ["macros"] }
2121
qrcodegen = "1"
2222
sha2 = "0.11"
2323
serde = { workspace = true }
2424
thiserror = { workspace = true }
2525
tokio = { workspace = true, features = ["rt-multi-thread", "signal"] }
2626
tower = { version = "0.5", default-features = false }
27-
tower-http = { version = "0.6", features = ["compression-full", "limit", "timeout", "trace"] }
27+
tower-http = { version = "0.7", features = ["compression-full", "limit", "timeout", "trace"] }
2828
tracing = { workspace = true }
2929
tracing-subscriber = "0.3"
3030
url = "2"
@@ -33,7 +33,7 @@ wastebin_highlight = { path = "../wastebin_highlight/" }
3333
headers = "0.4.1"
3434

3535
[dev-dependencies]
36-
itertools = "0.14.0"
36+
itertools = "0.15.0"
3737
reqwest = { version = "0.13", default-features = false, features = ["cookies", "form", "json", "query"] }
3838
tower = { version = "0.5", default-features = false, features = ["util", "make"] }
3939

0 commit comments

Comments
 (0)