Update thiserror to 2
All checks were successful
/ deny (push) Successful in 21s
/ clippy (push) Successful in 2m33s
/ tests (push) Successful in 2m25s
/ check (aarch64-unknown-linux-musl) (push) Successful in 3m16s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 3m21s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m6s

This commit is contained in:
asonix 2024-11-23 15:06:51 -06:00
parent 7dff11a83a
commit d4d7ce9366
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2200,7 +2200,7 @@ dependencies = [
"sled",
"streem",
"subtle",
"thiserror 1.0.69",
"thiserror 2.0.3",
"time",
"tokio",
"tokio-postgres",

View file

@ -69,7 +69,7 @@ sha2 = "0.10.8"
sled = { version = "0.34.7" }
streem = "0.2.0"
subtle = { version = "2.6.1", default-features = false }
thiserror = "1.0.61"
thiserror = "2.0.3"
time = { version = "0.3.36", features = ["serde", "serde-well-known"] }
tokio = { version = "1.38.0", features = ["full", "tracing"] }
tokio-postgres = { version = "0.7.10", features = ["with-uuid-1", "with-time-0_3", "with-serde_json-1"] }