Skip to content

Commit

Permalink
Upgrade axum dependency to 0.5 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Oct 4, 2022
1 parent c6ea9dd commit 05137b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 30 deletions.
40 changes: 12 additions & 28 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion fuel-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async-graphql = { version = "4.0", features = [
"tracing",
], default-features = false }
async-trait = "0.1"
axum = { version = "0.4" }
axum = { version = "0.5" }
bech32 = "0.9.0"
bincode = "1.3"
byteorder = "1.4.3"
Expand Down
2 changes: 1 addition & 1 deletion fuel-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/FuelLabs/fuel-core"
description = "Fuel metrics"

[dependencies]
axum = "0.4"
axum = "0.5"
lazy_static = "1.4"
prometheus = "0.13"

0 comments on commit 05137b2

Please sign in to comment.