2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-12-22 03:11:24 +00:00

Update thiserror to 2

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", "sled",
"streem", "streem",
"subtle", "subtle",
"thiserror 1.0.69", "thiserror 2.0.3",
"time", "time",
"tokio", "tokio",
"tokio-postgres", "tokio-postgres",

View file

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