diff --git a/Cargo.toml b/Cargo.toml index 73b82a6..25dd452 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ wasm-bindgen = "0.2.83" winit = "0.27.4" glow = "0.11.2" byteorder = "1.4.3" -serde = "1.0.142" +serde = "1.0.147" serde_json = "1.0.87" flate2 = { version = "1.0.24", features = ["rust_backend"], default-features = false } zip = { version = "0.6.3", features = ["deflate"], default-features = false } diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index b888c01..5fcfe4b 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Thinkofdeath ", "iceiix