Skip to content

Commit

Permalink
Update bytes from 1.0 to 1.2
Browse files Browse the repository at this point in the history
1.2 is the minimum version that `Vec<u8>: From<Bytes>`.
  • Loading branch information
yhx-12243 authored Aug 1, 2024
1 parent 49c7c0b commit a238c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ __private_docs = ["dep:tower-http"]

[dependencies]
async-trait = "0.1.67"
bytes = "1.0"
bytes = "1.2"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http = "1.0.0"
http-body = "1.0.0"
Expand Down

0 comments on commit a238c24

Please sign in to comment.