diff --git a/Cargo.lock b/Cargo.lock index a867e045d..b46a7e215 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1810,22 +1810,22 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.39" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c" +checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.39" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e" +checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" dependencies = [ "proc-macro2", "quote", - "syn 1.0.104", + "syn 2.0.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index bdb926548..f2a246f83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ slab = "0.4.8" tempfile = "3.4.0" textwrap = "0.16.0" timeago = { version = "0.4.1", default-features = false } -thiserror = "1.0.39" +thiserror = "1.0.40" tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] } indexmap = "1.9.2" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f41645ef7..ca67316b0 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -36,7 +36,7 @@ rand_chacha = "0.3.1" regex = "1.7.1" serde_json = "1.0.94" tempfile = "3.4.0" -thiserror = "1.0.39" +thiserror = "1.0.40" thrift = { version = "0.17.0", default-features = false, optional = true } whoami = "1.4.0" zstd = "0.12.3"