diff --git a/Cargo.toml b/Cargo.toml index 432eca9a..d12d3208 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruma-common" -version = "0.1.1" +version = "0.1.2" authors = ["Jonas Platte "] description = "Common types for other ruma crates." homepage = "https://github.com/ruma/ruma-common" @@ -12,6 +12,6 @@ edition = "2018" [dependencies] matches = "0.1.8" -ruma-serde = "0.1.3" -serde = { version = "1.0.106", features = ["derive"] } -serde_json = { version = "1.0.52", features = ["raw_value"] } +ruma-serde = "0.2.1" +serde = { version = "1.0.110", features = ["derive"] } +serde_json = { version = "1.0.53", features = ["raw_value"] }