diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 1f620da..57592cf 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0.188", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] } serde_json = "1.0.107" -log = "0.4.20" +log = { workspace = true } env_logger = "0.10.0" anyhow = "1.0.75" rand = "0.8.5" @@ -32,7 +32,7 @@ tokio = { version = "1.32.0", features = ["io-util"] } tokio-util = { version = "0.7.9", features = ["io", "io-util"] } markup = "0.13.1" -rocket = { version = "0.5.0-rc.3", features = ["secrets", "json"] } +rocket = { workspace = true, features = ["secrets", "json"] } sled = "0.34.7" typed-sled = "0.2.3" |