diff --git a/Cargo.lock b/Cargo.lock index 7df67c9..b0dc664 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1906,18 +1906,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a906597..b56d8ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ metrics-process = "2.1.0" serde = { version = "1.0.209", features = ["derive"] } sqlx = { version = "0.8.1", features = ["runtime-tokio", "sqlite"] } -thiserror = "1.0.63" +thiserror = "1.0.65" tokio = { version = "1.39.3", features = ["full", "tracing"] } tokio-test = "0.4.4" tracing = "0.1.40"