diff --git a/Cargo.lock b/Cargo.lock index cdff442..1b30bf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,18 +909,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" +checksum = "dedd246497092a89beedfe2c9f176d44c1b672ea6090edc20544ade01fbb7ea0" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" +checksum = "7d7b1fadccbbc7e19ea64708629f9d8dccd007c260d66485f20a6d41bc1cf4b3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6c14fce..f1cbbfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_yaml = "0.9.25" bytes = "1.4.0" itertools = "0.11.0" anyhow = "1.0.72" -thiserror = "1.0.44" +thiserror = "1.0.45" base64 = "0.21.2" ssss = "0.2.0" dialoguer = "0.10.4"