chore(deps): Bump thiserror from 1.0.69 to 2.0.12

This commit is contained in:
Dependabot
2025-07-07 23:41:14 +00:00
committed by Gerald Pinder
parent 0c02a26b5d
commit f5993a72ec
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -434,18 +434,18 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.69" version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "1.0.69" version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@@ -44,7 +44,7 @@ all-features = true
[dependencies] [dependencies]
comlexr_macro = { version = "=1.4.2", path = "./macro" } comlexr_macro = { version = "=1.4.2", path = "./macro" }
thiserror = "1.0.65" thiserror = "2.0.12"
[dev-dependencies] [dev-dependencies]
rstest = "0.25" rstest = "0.25"