diff --git a/webserver/Cargo.toml b/webserver/Cargo.toml index 8657f462..2ceaecdd 100644 --- a/webserver/Cargo.toml +++ b/webserver/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://codeberg.org/Calciumdibromid/CaBr2" log = "0.4.19" serde = { version = "1.0.164", features = ["derive"] } tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread", "signal"] } -uuid = { version = "1.3.4", features = ["v4"] } +uuid = { version = "1.4.0", features = ["v4"] } warp = { version = "0.3.5", default-features = false, features = ["compression"] } structopt = "0.3.26" once_cell = "1.18.0"