cargo upgrade --workspace

This commit is contained in:
Bryan Stitt 2023-01-24 22:46:58 -08:00
parent cffc60e7f6
commit 07bac8618e
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -338,9 +338,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
version = "0.6.3"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678c5130a507ae3a7c797f9a17393c14849300b8440eac47cdb90a5bdcb3a543"
checksum = "e5694b64066a2459918d8074c2ce0d5a88f409431994c2356617c8ae0c4721fc"
dependencies = [
"async-trait",
"axum-core",
@ -402,9 +402,9 @@ dependencies = [
[[package]]
name = "axum-macros"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7d7c3e69f305217e317a28172aab29f275667f2e1c15b87451e134fe27c7b1"
checksum = "9dbcf61bed07d554bd5c225cd07bc41b793eab63e79c6f0ceac7e1aed2f1c670"
dependencies = [
"heck 0.4.0",
"proc-macro2",

View File

@ -27,9 +27,9 @@ thread-fast-rng = { path = "../thread-fast-rng" }
anyhow = { version = "1.0.68", features = ["backtrace"] }
argh = "0.1.10"
axum = { version = "0.6.3", features = ["headers", "ws"] }
axum = { version = "0.6.4", features = ["headers", "ws"] }
axum-client-ip = "0.3.1"
axum-macros = "0.3.1"
axum-macros = "0.3.2"
chrono = "0.4.23"
counter = "0.5.7"
derive_more = "0.99.17"