diff --git a/Cargo.lock b/Cargo.lock index 51d551a..63207f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2819,9 +2819,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944" +checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c" dependencies = [ "itoa 1.0.1", "ryu", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index a774dd4..2f18c58 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "0.11.10", features = ["gzip"] } # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" serde = { version = "1.0.136", features = ["derive"] } -serde_json = "1.0.80" +serde_json = "1.0.81" structopt = "0.3.26" tabled = "0.6.1" tokio = { version = "1.18.2", features = ["full"] }