diff --git a/Cargo.lock b/Cargo.lock index c5e4ac8..a25ed72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1825,18 +1825,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 5ff19ea..b7c8091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ recloser = { version = "1.1.1", optional = true } reqwest = { version = "0.12.5", features = ["json"] } serde = { version = "1.0.204", features = ["derive"] } shadow-rs = { version = "0.29.0", optional = true } -thiserror = "1.0.62" +thiserror = "1.0.63" time = { version = "0.3.36", features = ["serde"] } tokio = { version = "1.38.0", features = ["full"], optional = true } tower-http = { version = "0.5.2", features = ["fs"], optional = true }