Bump thiserror from 1.0.69 to 2.0.12 in /backend (#27)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
af0d05a5bc
commit
3095ec6876
2 changed files with 3 additions and 3 deletions
4
backend/Cargo.lock
generated
4
backend/Cargo.lock
generated
|
|
@ -2546,7 +2546,7 @@ dependencies = [
|
|||
"console_error_panic_hook",
|
||||
"insta",
|
||||
"reconcile",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.12",
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-test",
|
||||
]
|
||||
|
|
@ -2576,7 +2576,7 @@ dependencies = [
|
|||
"serde_yaml",
|
||||
"sqlx",
|
||||
"sync_lib",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.12",
|
||||
"tokio",
|
||||
"tower-http",
|
||||
"tracing",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ version = "0.3.9"
|
|||
|
||||
[workspace.dependencies]
|
||||
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
|
||||
thiserror = { version = "1.0.66", default-features = false }
|
||||
thiserror = { version = "2.0.12", default-features = false }
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue