Compare commits
19 Commits
aee6ba54c6
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dcd70f8a2 | |||
| 0f7f98dee7 | |||
| 1c0de47177 | |||
| 01591fd36b | |||
| 231ab181ae | |||
| b6baad1f2b | |||
| 89c931b3d2 | |||
| 0362e2ed8f | |||
| 198e537ed4 | |||
| 3f753ac579 | |||
| 8f79cc7764 | |||
| c5df37642f | |||
| 1434c8d7aa | |||
| 833270f96d | |||
| d5dd76e5e9 | |||
| 9d4aa3223f | |||
| 39cc610ce9 | |||
| a85f00249b | |||
| 9b63b36993 |
824
Cargo.lock
generated
824
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -10,4 +10,4 @@ tracing = { version = "0.1", features = ["log"] }
|
||||
tracing-subscriber = { version = "0.3.18" }
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
dotenv = { version = "0.15" }
|
||||
axum = { version = "0.7" }
|
||||
axum = { version = "0.8" }
|
||||
|
||||
@@ -15,6 +15,6 @@ axum.workspace = true
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
uuid = { version = "1.7.0", features = ["v4"] }
|
||||
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
||||
notmad = "0.5.0"
|
||||
nodrift = "0.2.0"
|
||||
rand = "0.8.5"
|
||||
notmad = "0.11.0"
|
||||
nodrift = "0.3.0"
|
||||
rand = "0.10.0"
|
||||
|
||||
Reference in New Issue
Block a user