diff --git a/Cargo.lock b/Cargo.lock index 2bf2d2f2ee..0d297595ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3629,18 +3629,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" +checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" +checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" dependencies = [ "proc-macro2", "quote", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 1452118c6a..093ddb05a7 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -52,7 +52,7 @@ secrecy = "0.8.0" serde = { version = "1.0.168", features = ["derive"] } serde_with = "3.1.0" shellexpand = "3.1.0" -thiserror = "1.0.43" +thiserror = "1.0.44" tokio = { version = "1.29.1", features = ["full"] } typed-builder = "0.15.1" url = { version = "2.4.0", features = ["serde"] }