diff --git a/Cargo.lock b/Cargo.lock index b96fb4d0d..f6e0a1a66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,9 +1619,9 @@ dependencies = [ [[package]] name = "json-patch" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f7765dccf8c39c3a470fc694efe322969d791e713ca46bc7b5c506886157572" +checksum = "55ff1e1486799e3f64129f8ccad108b38290df9cd7015cd31bed17239f0789d6" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 3f806e0b6..dffbcec62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ flate2 = "1" futures = "0.3" indoc = "2" itertools = "0.11" -json-patch = "1.1" +json-patch = "1.2" log = "0.4" martin-mbtiles = { path = "./martin-mbtiles", version = "0.6.0", default-features = false } martin-tile-utils = { path = "./martin-tile-utils", version = "0.1.0" }