Compare commits
2 commits
ff4286df31
...
09c72e9f7c
Author | SHA1 | Date | |
---|---|---|---|
09c72e9f7c | |||
22ab037b6f |
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"jalil"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeStrategy": "fast-forward",
|
||||
"automergeStrategy": "auto",
|
||||
"automergeType": "pr",
|
||||
"commitBodyTable": true,
|
||||
"dependencyDashboard": true,
|
||||
|
|
|
@ -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