Compare commits
3 Commits
e3cca8de7a
...
b7d7e0891c
Author | SHA1 | Date | |
---|---|---|---|
b7d7e0891c | |||
b7c7b74122 | |||
731cf7327c |
@@ -9,7 +9,7 @@ env_logger = "0.11.8"
|
|||||||
clap = { version = "4.5.47", features = ["derive", "env"] }
|
clap = { version = "4.5.47", features = ["derive", "env"] }
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
anyhow = "1.0.99"
|
anyhow = "1.0.99"
|
||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.223", features = ["derive"] }
|
||||||
serde_json = "1.0.143"
|
serde_json = "1.0.143"
|
||||||
rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] }
|
rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] }
|
||||||
actix-web = "4.11.0"
|
actix-web = "4.11.0"
|
||||||
@@ -21,7 +21,7 @@ rust-embed = "8.7.2"
|
|||||||
mime_guess = "2.0.5"
|
mime_guess = "2.0.5"
|
||||||
askama = "0.14.0"
|
askama = "0.14.0"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
uuid = { version = "1.18.0", features = ["v4", "serde"] }
|
uuid = { version = "1.18.1", features = ["v4", "serde"] }
|
||||||
ipnet = { version = "2.11.0", features = ["serde"] }
|
ipnet = { version = "2.11.0", features = ["serde"] }
|
||||||
chrono = "0.4.42"
|
chrono = "0.4.42"
|
||||||
futures-util = { version = "0.3.31", features = ["sink"] }
|
futures-util = { version = "0.3.31", features = ["sink"] }
|
||||||
|
Reference in New Issue
Block a user