Use upstream axum-range
This commit is contained in:
parent
11c72240ed
commit
d47fffae4f
2 changed files with 3 additions and 2 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -179,7 +179,8 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum-range"
|
name = "axum-range"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
source = "git+https://github.com/agersant/axum-range?branch=axum-0.8#71028e28d09a10b9c85fa4db16ae96dc299f68f4"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "e8b09d24c2cfcf6596afc4b9d139ad62c53637c7e0f791ef8a25ce1cc431f73a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"axum-extra",
|
"axum-extra",
|
||||||
|
|
|
@ -14,7 +14,7 @@ lto = "thin"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ape = "0.5"
|
ape = "0.5"
|
||||||
axum-extra = { version = "0.10.0", features = ["typed-header"] }
|
axum-extra = { version = "0.10.0", features = ["typed-header"] }
|
||||||
axum-range = { git = "https://github.com/agersant/axum-range", branch = "axum-0.8" }
|
axum-range = { version = "0.5.0" }
|
||||||
bitcode = { version = "0.6.3", features = ["serde"] }
|
bitcode = { version = "0.6.3", features = ["serde"] }
|
||||||
branca = "0.10.1"
|
branca = "0.10.1"
|
||||||
chumsky = "0.9.3"
|
chumsky = "0.9.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue