Compare commits
1 Commits
renovate/r
...
renovate/t
| Author | SHA1 | Date | |
|---|---|---|---|
| 86cb437294 |
@@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.9"
|
rand = "0.8"
|
||||||
postgres = "0.19"
|
postgres = "0.19"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
@@ -12,6 +12,6 @@ tokio = { version = "1.48", features = ["rt-multi-thread", "macros", "net", "syn
|
|||||||
tokio-tungstenite = "0.23"
|
tokio-tungstenite = "0.23"
|
||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
ctrlc = "3"
|
ctrlc = "3"
|
||||||
tokio-rustls = "0.25"
|
tokio-rustls = "0.26"
|
||||||
rustls-pemfile = "2"
|
rustls-pemfile = "2"
|
||||||
libsystemd = "0.7"
|
libsystemd = "0.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user