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:
parent
7dff11a83a
commit
d4d7ce9366
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2200,7 +2200,7 @@ dependencies = [
|
|||
"sled",
|
||||
"streem",
|
||||
"subtle",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.3",
|
||||
"time",
|
||||
"tokio",
|
||||
"tokio-postgres",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue