fix(deps): update rust crate axum to 0.8
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | crate | axum | 0.7.9 | 0.8.0 |
This commit is contained in:
parent
e4451beebf
commit
ff4286df31
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