diff --git a/Cargo.lock b/Cargo.lock index 46324814..84fff9d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2704,18 +2704,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.24" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" +checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.24" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" +checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ffdfab85..fc10690d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ rand = "0.8.3" serde = { version = "1.0.124", features = [ "derive" ] } serde_json = "1.0.64" sqlx = { version = "0.5.1", features = [ "runtime-tokio-rustls", "postgres", "chrono", "decimal", "migrate" ] } -thiserror = "1.0.24" +thiserror = "1.0.34" tokio = { version = "1.9.0", features = [ "full" ] } tonic = "0.5.2" tracing = "0.1"