aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-13 15:33:35 -0400
committerGitHub <noreply@github.com>2022-09-13 15:33:35 -0400
commita0781b592d7d1673f2e01500eb92b4e1124d9e20 (patch)
tree209536a5cd050066ff1693c593201a9adfbc6c84
parent439bb727d5737164e66c83956e7b811848009715 (diff)
downloadxesite-a0781b592d7d1673f2e01500eb92b4e1124d9e20.tar.xz
xesite-a0781b592d7d1673f2e01500eb92b4e1124d9e20.zip
build(deps): bump axum from 0.5.15 to 0.5.16 (#542)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.15 to 0.5.16. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.5.15...axum-v0.5.16) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock16
1 files changed, 9 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0b9bc16..1d94a78 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -177,9 +177,9 @@ dependencies = [
[[package]]
name = "axum"
-version = "0.5.15"
+version = "0.5.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9de18bc5f2e9df8f52da03856bf40e29b747de5a84e43aefff90e3dc4a21529b"
+checksum = "c9e3356844c4d6a6d6467b8da2cffb4a2820be256f50a3a386c9d152bab31043"
dependencies = [
"async-trait",
"axum-core",
@@ -209,9 +209,9 @@ dependencies = [
[[package]]
name = "axum-core"
-version = "0.2.7"
+version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e4f44a0e6200e9d11a1cdc989e4b358f6e3d354fbf48478f345a17f4e43f8635"
+checksum = "d9f0c0a60006f2a293d82d571f635042a72edf927539b7685bd62d361963839b"
dependencies = [
"async-trait",
"bytes",
@@ -219,6 +219,8 @@ dependencies = [
"http",
"http-body",
"mime",
+ "tower-layer",
+ "tower-service",
]
[[package]]
@@ -227,7 +229,7 @@ version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69034b3b0fd97923eee2ce8a47540edb21e07f48f87f67d44bb4271cec622bdb"
dependencies = [
- "axum 0.5.15",
+ "axum 0.5.16",
"bytes",
"futures-util",
"http",
@@ -3238,7 +3240,7 @@ dependencies = [
name = "xesite"
version = "2.5.0"
dependencies = [
- "axum 0.5.15",
+ "axum 0.5.16",
"axum-extra",
"axum-macros",
"cfcache",
@@ -3266,7 +3268,7 @@ dependencies = [
"pfacts",
"pretty_env_logger",
"prometheus",
- "rand 0.7.3",
+ "rand 0.8.5",
"regex",
"reqwest",
"ructe",