diff --git a/Cargo.lock b/Cargo.lock index 9af6a69..a97b6c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1536,18 +1536,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" +checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" +checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" dependencies = [ "proc-macro2", "quote", diff --git a/server/Cargo.toml b/server/Cargo.toml index f364ecb..55482cc 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] axum = "0.5.4" log = "0.4.16" -thiserror = "1.0.30" +thiserror = "1.0.31" serde = { version = "1.0.136", features = ["derive"] } tower-http = { version = "0.3.1", features = ["full"] } hyper = { version = "0.14.18", features = ["full"] } diff --git a/types/Cargo.toml b/types/Cargo.toml index cbd5e8b..bfbd0f9 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -8,7 +8,7 @@ config = ["toml", "dirs"] database = ["rust_utilities", "sqlx"] [dependencies] -thiserror = "1.0.30" +thiserror = "1.0.31" uuid = "1.0.0" anyhow = "1.0.57" serde = { version = "1.0.136", features = ["derive"] }