diff --git a/Cargo.lock b/Cargo.lock index 946b521e1..fb019ad11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1653,9 +1653,9 @@ dependencies = [ [[package]] name = "json-patch" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f54898088ccb91df1b492cc80029a6fdf1c48ca0db7c6822a8babad69c94658" +checksum = "4f7765dccf8c39c3a470fc694efe322969d791e713ca46bc7b5c506886157572" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 27f5d8e38..b083e4d94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ flate2 = "1" futures = "0.3" indoc = "2" itertools = "0.11" -json-patch = "1.0" +json-patch = "1.1" log = "0.4" martin-mbtiles = { path = "./martin-mbtiles", version = "0.4.0", default-features = false, features = ["native-tls"] } # disable CLI tools martin-tile-utils = { path = "./martin-tile-utils", version = "0.1.0" }