Compare commits
2 Commits
d89c211c08
...
5f8a0931a5
Author | SHA1 | Date | |
---|---|---|---|
5f8a0931a5 | |||
c896b2cc51 |
@ -8,7 +8,7 @@ edition = "2024"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4.27"
|
log = "0.4.27"
|
||||||
env_logger = "0.11.7"
|
env_logger = "0.11.7"
|
||||||
clap = { version = "4.5.32", features = ["derive", "env"] }
|
clap = { version = "4.5.34", features = ["derive", "env"] }
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
lazy-regex = "3.3.0"
|
lazy-regex = "3.3.0"
|
||||||
anyhow = "1.0.97"
|
anyhow = "1.0.97"
|
||||||
@ -29,7 +29,7 @@ bcrypt = "0.17.0"
|
|||||||
light-openid = "1.0.4"
|
light-openid = "1.0.4"
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
serde_with = "3.8.1"
|
serde_with = "3.8.1"
|
||||||
rust_iso3166 = "0.1.12"
|
rust_iso3166 = "0.1.14"
|
||||||
rust-s3 = "0.35.1"
|
rust-s3 = "0.35.1"
|
||||||
sha2 = "0.10.8"
|
sha2 = "0.10.8"
|
||||||
image = "0.25.6"
|
image = "0.25.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user