Update deps, bump version to 0.2.1

This commit is contained in:
Jonas Platte 2020-05-15 11:51:11 +02:00
parent 17783661da
commit 48c5fb1a73
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -8,7 +8,7 @@ authors = [
"Isaiah Inuwa <isaiah.inuwa@gmail.com>", "Isaiah Inuwa <isaiah.inuwa@gmail.com>",
"Anthony Ramine <n.oxyde@gmail.com>", "Anthony Ramine <n.oxyde@gmail.com>",
] ]
version = "0.2.0" version = "0.2.1"
repository = "https://github.com/ruma/ruma-serde" repository = "https://github.com/ruma/ruma-serde"
edition = "2018" edition = "2018"
@ -16,8 +16,8 @@ edition = "2018"
dtoa = "0.4.5" dtoa = "0.4.5"
js_int = { version = "0.1.5", features = ["serde"] } js_int = { version = "0.1.5", features = ["serde"] }
itoa = "0.4.5" itoa = "0.4.5"
serde = { version = "1.0.106", features = ["derive"] } serde = { version = "1.0.110", features = ["derive"] }
serde_json = "1.0.52" serde_json = "1.0.53"
url = "2.1.1" url = "2.1.1"
[dev-dependencies] [dev-dependencies]