Skip to content

Commit

Permalink
update to thiserror 2 (#473)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Disselkoen <[email protected]>
  • Loading branch information
cdisselkoen authored Nov 11, 2024
1 parent a5e8b1e commit d0d8a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cedar-drt/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rand = { version = "0.8", features = ["small_rng"] }
clap = { version = "4.0", features = ["derive"], optional = true }
rand_chacha = { version = "0.3", optional = true }
similar-asserts = "1.5.0"
thiserror = "1.0.61"
thiserror = "2.0"
logos = "0.14.0"
itertools = "0.13.0"

Expand Down Expand Up @@ -76,7 +76,7 @@ doc = false
[[bin]]
name = "partial-auth"
path = "fuzz_targets/partial-auth.rs"
test = false
test = false
doc = false

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion cedar-policy-generators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ rand = "0.8.5"
anyhow = "1.0.72"
nanoid = "0.4.0"
serde_with = "3.4.0"
thiserror = "1.0"
thiserror = "2.0"

0 comments on commit d0d8a21

Please sign in to comment.