fix(deps): update rust crate axum to 0.8 #41
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ multiple_crate_versions = "allow"
|
|||
pedantic = { level = "warn", priority = -1 }
|
||||
|
||||
[dependencies]
|
||||
axum = "0.7"
|
||||
axum = "0.8"
|
||||
axum-client-ip = "0.6"
|
||||
base64 = "0.22"
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
|
|
Loading…
Reference in a new issue