diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-03-28 18:03:58 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-03-28 18:03:58 -0400 |
| commit | 06803ef3c5c88367f4efdba444cef0cd39841b92 (patch) | |
| tree | 47aa8083e570f88448bba7f06f268c7fbbc550eb /Cargo.lock | |
| parent | 3ae8d5ea33d35d43a471d0910c77ed6dad9ec209 (diff) | |
| download | xesite-06803ef3c5c88367f4efdba444cef0cd39841b92.tar.xz xesite-06803ef3c5c88367f4efdba444cef0cd39841b92.zip | |
bump axum-extra from 0.5.0 to 0.6.0
Replaces #615
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 50 |
1 files changed, 3 insertions, 47 deletions
@@ -202,25 +202,6 @@ dependencies = [ ] [[package]] -name = "axum-extra" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51227033e4d3acad15c879092ac8a228532707b5db5ff2628f638334f63e1b7a" -dependencies = [ - "axum", - "bytes", - "futures-util", - "http", - "mime", - "pin-project-lite", - "tokio", - "tower", - "tower-http 0.3.5", - "tower-layer", - "tower-service", -] - -[[package]] name = "axum-macros" version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1939,7 +1920,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83abebdb324c30f176d449513f0134bafbf976d5279c6554742599e3996d1629" dependencies = [ - "rand 0.7.3", + "rand 0.8.5", "serde", "serde_derive", "serde_json", @@ -3014,30 +2995,6 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" -dependencies = [ - "bitflags", - "bytes", - "futures-core", - "futures-util", - "http", - "http-body", - "http-range-header", - "httpdate", - "mime", - "mime_guess", - "percent-encoding", - "pin-project-lite", - "tokio", - "tokio-util", - "tower-layer", - "tower-service", -] - -[[package]] -name = "tower-http" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658" @@ -3584,7 +3541,6 @@ name = "xesite" version = "3.0.0" dependencies = [ "axum", - "axum-extra", "axum-macros", "chrono", "color-eyre", @@ -3610,7 +3566,7 @@ dependencies = [ "pfacts", "pretty_env_logger", "prometheus", - "rand 0.7.3", + "rand 0.8.5", "regex", "reqwest", "ructe", @@ -3625,7 +3581,7 @@ dependencies = [ "tokio", "tokio-stream", "tower", - "tower-http 0.4.0", + "tower-http", "tracing", "tracing-futures", "tracing-subscriber", |
