diff --git a/Cargo.lock b/Cargo.lock index 4cbb377b..e66e0b6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6499,18 +6499,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "d9207952ae1a003f42d3d5e892dac3c6ba42aa6ac0c79a6a91a2b5cb4253e75c" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "f1728216d3244de4f14f14f8c15c79be1a7c67867d28d69b719690e2a19fb445" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.32", diff --git a/Cargo.toml b/Cargo.toml index b6de593e..229305d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ strum = "0.24" strum_macros = "0.24" prometheus_exporter = { version = "0.8.5", default-features = false } unicode-truncate = "0.2.0" -thiserror = "1.0.39" +thiserror = "1.0.46" indicatif = "0.17.3" lazy_static = "1.4.0" tracing = "0.1.37"