Compare commits
2 Commits
68969c16b1
...
26d391ea96
Author | SHA1 | Date | |
---|---|---|---|
26d391ea96 | |||
c044996014 |
@ -6,7 +6,7 @@ edition = "2024"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4.26"
|
log = "0.4.27"
|
||||||
env_logger = "0.11.7"
|
env_logger = "0.11.7"
|
||||||
clap = { version = "4.5.34", features = ["derive", "env"] }
|
clap = { version = "4.5.34", features = ["derive", "env"] }
|
||||||
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
|
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
|
||||||
@ -34,7 +34,7 @@ sysinfo = { version = "0.34.0", features = ["serde"] }
|
|||||||
uuid = { version = "1.16.0", features = ["v4", "serde"] }
|
uuid = { version = "1.16.0", features = ["v4", "serde"] }
|
||||||
lazy-regex = "3.4.1"
|
lazy-regex = "3.4.1"
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
image = "0.25.5"
|
image = "0.25.6"
|
||||||
rand = "0.9.0"
|
rand = "0.9.0"
|
||||||
bytes = "1.10.1"
|
bytes = "1.10.1"
|
||||||
tokio = { version = "1.44.1", features = ["rt", "time", "macros"] }
|
tokio = { version = "1.44.1", features = ["rt", "time", "macros"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user