diff --git a/Cargo.lock b/Cargo.lock index 03e6edc1..fc11cabc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,21 +59,18 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "base64" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" -dependencies = [ - "byteorder", -] - [[package]] name = "base64" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" +[[package]] +name = "base64" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42" + [[package]] name = "bitflags" version = "1.2.1" @@ -91,12 +88,6 @@ dependencies = [ "constant_time_eq", ] -[[package]] -name = "byteorder" -version = "1.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" - [[package]] name = "cassowary" version = "0.3.0" @@ -673,11 +664,11 @@ dependencies = [ [[package]] name = "ron" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ece421e0c4129b90e4a35b6f625e472e96c552136f5093a2f4fa2bbb75a62d5" +checksum = "a91260f321dbf3b5a16ff91c451dc9eb644ce72775a6812f9c3dfffe63818f8f" dependencies = [ - "base64 0.10.1", + "base64 0.12.1", "bitflags", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index c6dd64ed..d63d3257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ scopeguard = "1.1" bitflags = "1.2" chrono = "0.4" backtrace = { version = "0.3" } -ron = "0.5.1" +ron = "0.6.0" serde = "1.0.110" [features]