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"
|
"jalil"
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeStrategy": "fast-forward",
|
"automergeStrategy": "auto",
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"commitBodyTable": true,
|
"commitBodyTable": true,
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
|
|
|
@ -17,7 +17,7 @@ multiple_crate_versions = "allow"
|
||||||
pedantic = { level = "warn", priority = -1 }
|
pedantic = { level = "warn", priority = -1 }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = "0.7"
|
axum = "0.8"
|
||||||
axum-client-ip = "0.6"
|
axum-client-ip = "0.6"
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
clap = { version = "4", features = ["derive", "env"] }
|
clap = { version = "4", features = ["derive", "env"] }
|
||||||
|
|
Loading…
Reference in a new issue