diff --git a/Cargo.lock b/Cargo.lock index 16ed293..200fb33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,9 +795,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index dbcf6e1..36b95b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ smithay-client-toolkit = { git = "https://github.com/Smithay/client-toolkit", de image = "0.24.8" toml = "0.8.8" serde = { version = "1.0.196", features = ["derive"] } -serde_json = "1.0.111" +serde_json = "1.0.113" # makes image lib faster for dev [profile.dev-unopt]