Compare commits
2 Commits
955e19c7a9
...
0770b41421
Author | SHA1 | Date | |
---|---|---|---|
0770b41421 | |||
79efdc95bf |
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4.25"
|
log = "0.4.27"
|
||||||
env_logger = "0.11.6"
|
env_logger = "0.11.6"
|
||||||
clap = { version = "4.5.34", features = ["derive", "env"] }
|
clap = { version = "4.5.34", features = ["derive", "env"] }
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
@ -25,7 +25,7 @@ uuid = { version = "1.12.1", features = ["v4", "serde"] }
|
|||||||
ipnet = { version = "2.11.0", features = ["serde"] }
|
ipnet = { version = "2.11.0", features = ["serde"] }
|
||||||
chrono = "0.4.40"
|
chrono = "0.4.40"
|
||||||
futures-util = { version = "0.3.31", features = ["sink"] }
|
futures-util = { version = "0.3.31", features = ["sink"] }
|
||||||
jwt-simple = { version = "0.12.11", default-features = false, features = ["pure-rust"] }
|
jwt-simple = { version = "0.12.12", default-features = false, features = ["pure-rust"] }
|
||||||
actix-remote-ip = "0.1.0"
|
actix-remote-ip = "0.1.0"
|
||||||
bytes = "1.10.1"
|
bytes = "1.10.1"
|
||||||
sha2 = "0.11.0-pre.4"
|
sha2 = "0.11.0-pre.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user