diff --git a/Cargo.lock b/Cargo.lock index 82bc388..74740c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2352,9 +2352,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19" +checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527" dependencies = [ "itoa", "ryu", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index ac71332..4da1d0b 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "0.11.6", features = ["gzip"] } # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" serde = { version = "1.0.125", features = ["derive"] } -serde_json = "1.0.71" +serde_json = "1.0.72" structopt = "0.3.25" tabled = "0.3.0" tokio = { version = "1.14.0", features = ["full"] }