diff --git a/Cargo.lock b/Cargo.lock index 46324814..9525fa68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2704,18 +2704,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.24" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" +checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.24" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" +checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ffdfab85..a225e47d 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.32" tokio = { version = "1.9.0", features = [ "full" ] } tonic = "0.5.2" tracing = "0.1"