diff --git a/Cargo.lock b/Cargo.lock index 1c59f90..51f31cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2963,9 +2963,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7" +checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" dependencies = [ "itoa 1.0.4", "ryu", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index ea4012c..816ef90 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "0.11.13", features = ["gzip"] } # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" serde = { version = "1.0.147", features = ["derive"] } -serde_json = "1.0.88" +serde_json = "1.0.89" tabled = "0.10.0" tokio = { version = "1.21.2", features = ["full"] } toml = "0.5.9"