mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
axum: Bump 'bytes' dependency to 1.7 (#3513)
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ __private = ["tokio", "http1", "dep:reqwest"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum-core = { path = "../axum-core", version = "0.5.5" }
|
axum-core = { path = "../axum-core", version = "0.5.5" }
|
||||||
bytes = "1.0"
|
bytes = "1.7"
|
||||||
futures-core = "0.3"
|
futures-core = "0.3"
|
||||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||||
http = "1.0.0"
|
http = "1.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user