fix(deps): update rust crate thiserror to v2 #27

Merged
wathiede merged 1 commits from renovate/thiserror-2.x into master 2025-02-11 20:27:41 -08:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit a9803bb6a1 - Show all commits

View File

@ -9,7 +9,7 @@ edition = "2021"
log = "0.4.14" log = "0.4.14"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["unbounded_depth"] } serde_json = { version = "1.0", features = ["unbounded_depth"] }
thiserror = "1.0.30" thiserror = "2.0.0"
tracing = "0.1.41" tracing = "0.1.41"
[dev-dependencies] [dev-dependencies]

View File

@ -37,7 +37,7 @@ serde_json = "1.0.87"
shared = { path = "../shared" } shared = { path = "../shared" }
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio", "time"] } sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio", "time"] }
tantivy = { version = "0.22.0", optional = true } tantivy = { version = "0.22.0", optional = true }
thiserror = "1.0.37" thiserror = "2.0.0"
tokio = "1.26.0" tokio = "1.26.0"
tracing = "0.1.41" tracing = "0.1.41"
url = "2.5.2" url = "2.5.2"

View File

@ -28,7 +28,7 @@ itertools = "0.14.0"
serde_json = { version = "1.0.93", features = ["unbounded_depth"] } serde_json = { version = "1.0.93", features = ["unbounded_depth"] }
chrono = "0.4.31" chrono = "0.4.31"
graphql_client = "0.14.0" graphql_client = "0.14.0"
thiserror = "1.0.50" thiserror = "2.0.0"
seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" } seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" }
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] } gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0" human_format = "1.1.0"