Skip to content

Commit

Permalink
Upgrade to Axum 0.6.4
Browse files Browse the repository at this point in the history
Now that tokio-rs/axum#1598 has been included in
a release, we can resume tracking the official releases.
  • Loading branch information
arusahni committed Feb 8, 2023
1 parent 06a2a95 commit bafb3e2
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 38 deletions.
58 changes: 33 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -109,7 +109,6 @@ debug = 1
#
# The reasons for each of these overrides are listed in deny.toml.
[patch.crates-io]
axum = { git = "https://github.com/tokio-rs/axum.git" }
chrono = { git = "https://github.com/chronotope/chrono.git", branch = "0.4.x" }
csv = { git = "https://github.com/BurntSushi/rust-csv.git" }
csv-core = { git = "https://github.com/BurntSushi/rust-csv.git" }
Expand Down
4 changes: 0 additions & 4 deletions deny.toml
Expand Up @@ -146,10 +146,6 @@ license-files = [
unknown-git = "deny"
unknown-registry = "deny"
allow-git = [
# Waiting on https://github.com/tokio-rs/axum/pull/1598 to make it into a
# release.
"https://github.com/tokio-rs/axum.git",

# Waiting for a new release of strip-ansi-escapes that avoids the indirect
# dependency on arrayvec v0.5.2 via a dependency on vte v0.10.1.
"https://github.com/alacritty/vte",
Expand Down
2 changes: 1 addition & 1 deletion src/clusterd/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
anyhow = "1.0.66"
axum = "0.6.1"
axum = "0.6.4"
clap = { version = "3.2.20", features = ["derive", "env"] }
fail = { version = "0.5.1", features = ["failpoints"] }
futures = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion src/environmentd/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ publish = false
anyhow = "1.0.66"
askama = { version = "0.11.1", default-features = false, features = ["config", "serde-json"] }
async-trait = "0.1.59"
axum = { version = "0.6.1", features = ["headers", "ws"] }
axum = { version = "0.6.4", features = ["headers", "ws"] }
base64 = "0.13.1"
bytes = "1.3.0"
bytesize = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/http-util/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
askama = { version = "0.11.1", default-features = false, features = ["config", "serde-json"] }
anyhow = "1.0.66"
axum = { version = "0.6.1", features = ["headers"] }
axum = { version = "0.6.4", features = ["headers"] }
headers = "0.3.8"
serde = "1.0.152"
serde_json = { version = "1.0.89" }
Expand Down
2 changes: 1 addition & 1 deletion src/mz/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
anyhow = "1.0.66"
axum = { version = "0.6.1" }
axum = { version = "0.6.4" }
clap = { version = "3.2.20", features = [ "derive" ] }
dirs = "4.0.0"
indicatif = "0.17.2"
Expand Down
2 changes: 1 addition & 1 deletion src/persist-client/Cargo.toml
Expand Up @@ -62,7 +62,7 @@ tokio-console = ["mz-ore/tokio-console"]

[dev-dependencies]
async-trait = "0.1.59"
axum = { version = "0.6.1" }
axum = { version = "0.6.4" }
clap = { version = "3.2.20", features = ["derive", "env"] }
criterion = { version = "0.4.0", features = ["html_reports"] }
datadriven = { version = "0.6.0", features = ["async"] }
Expand Down
2 changes: 1 addition & 1 deletion src/prof/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
askama = { version = "0.11.1", default-features = false, features = ["config", "serde-json"] }
anyhow = "1.0.66"
axum = { version = "0.6.1", features = ["headers"] }
axum = { version = "0.6.4", features = ["headers"] }
backtrace = "0.3.66"
bytesize = "1.1.0"
cfg-if = "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/workspace-hack/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ aws-sdk-sts = { version = "0.23.0", default-features = false, features = ["nativ
aws-sig-auth = { version = "0.53.0", default-features = false, features = ["sign-eventstream"] }
aws-sigv4 = { version = "0.53.0", features = ["sign-eventstream"] }
aws-smithy-http = { version = "0.53.1", default-features = false, features = ["event-stream", "rt-tokio"] }
axum = { git = "https://github.com/tokio-rs/axum.git", features = ["headers", "ws"] }
axum = { version = "0.6.4", features = ["headers", "ws"] }
base64 = { version = "0.13.1", features = ["alloc"] }
bstr = { version = "0.2.14", features = ["serde1"] }
byteorder = { version = "1.4.3" }
Expand Down Expand Up @@ -117,7 +117,7 @@ aws-sdk-sts = { version = "0.23.0", default-features = false, features = ["nativ
aws-sig-auth = { version = "0.53.0", default-features = false, features = ["sign-eventstream"] }
aws-sigv4 = { version = "0.53.0", features = ["sign-eventstream"] }
aws-smithy-http = { version = "0.53.1", default-features = false, features = ["event-stream", "rt-tokio"] }
axum = { git = "https://github.com/tokio-rs/axum.git", features = ["headers", "ws"] }
axum = { version="0.6.4", features = ["headers", "ws"] }
base64 = { version = "0.13.1", features = ["alloc"] }
bstr = { version = "0.2.14", features = ["serde1"] }
byteorder = { version = "1.4.3" }
Expand Down

0 comments on commit bafb3e2

Please sign in to comment.