diff --git a/Cargo.lock b/Cargo.lock index aa26791..98e837d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1262,18 +1262,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.47" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" +checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.47" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" +checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 37cf417..10a3d67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ rand = { verson = "0.8" } serde_json = { version = "1.0" } serde = { version = "1.0", features = ["derive"] } clap = { version = "4.4.2", features = ["derive"]} -thiserror = { version = "1.0.44" } +thiserror = { version = "1.0.50" } parking_lot = { version = "0.12.1"} periodic_timer = { version = "0.1.1"} reqwest = { version = "0.11", features = ["blocking", "json"] }