diff --git a/Cargo.toml b/Cargo.toml index d348225d..8d41de8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ repository = "https://github.com/ruma/ruma-federation-api" version = "0.0.1" [dependencies] -js_int = "0.1.3" +js_int = "0.1.4" ruma-events = "0.18.0" ruma-identifiers = "0.14.1" -serde = { version = "1.0.105", features = ["derive"] } -serde_json = "1.0.50" +serde = { version = "1.0.106", features = ["derive"] } +serde_json = "1.0.51"