Skip to content

Commit

Permalink
fix(deps): update rust crate axum to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 28, 2023
1 parent 49c808a commit 2bc58db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ authors = ["Noel Towa <[email protected]>", "Noelware Team <[email protected]>"]
[dependencies]
argon2 = "0.5.2"
async-trait = "0.1.75"
axum = "0.6.20"
axum = "0.7.2"
chrono = { version = "0.4.31", features = ["serde"] }
eyre = "0.6.11"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ homepage = "https://charts.noelware.org"
authors = ["Noel Towa <[email protected]>", "Noelware Team <[email protected]>"]

[dependencies]
axum = "0.6.20"
axum = "0.7.2"
charted-common = { version = "0.0.0-devel.0", path = "../common" }
proc-macro2 = "1.0.71"
quote = "1.0.33"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ authors = ["Noel Towa <[email protected]>", "Noelware Team <[email protected]>"]
ansi_term = "0.12.1"
argon2 = "0.5.2"
async-trait = "0.1.75"
axum = { version = "0.6.20", features = ["headers", "macros", "http2", "tracing", "multipart"] }
axum = { version = "0.7.2", features = ["headers", "macros", "http2", "tracing", "multipart"] }
base64 = "0.21.5"
charted-avatars = { version = "0.0.0-devel.0", path = "../crates/avatars" }
charted-cache-worker = { version = "0.0.0-devel.0", path = "../crates/caching" }
Expand Down
2 changes: 1 addition & 1 deletion testkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ authors = ["Noel Towa <[email protected]>", "Noelware Team <[email protected]>"]

[dependencies]
async-trait = "0.1.75"
axum = "0.6.20"
axum = "0.7.2"
bytes = "1.5.0"
eyre = "0.6.11"
hyper = { version = "0.14.28", features = ["client", "http1", "http2"] }
Expand Down

0 comments on commit 2bc58db

Please sign in to comment.