diff --git a/Cargo.lock b/Cargo.lock index 99dcea0..d2881a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3504,9 +3504,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f" +checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" dependencies = [ "serde", ] diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 6dab2c3..f4ab352 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -37,7 +37,7 @@ serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" tabled = "0.10.0" tokio = { version = "1.24.2", features = ["full"] } -toml = "0.5.10" +toml = "0.5.11" futures = "0.3.25" tokio-stream = "0.1.11" once_cell = "1.17.0"