Skip to content

Commit

Permalink
build(deps): Bump thiserror from 1.0.68 to 2.0.1 (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 731884e commit 1e39ac2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_json = { version = "1.0", optional = true }
sha2 = { version = "0.10.8", optional = true }
sha3 = "0.10.8"
subtle = "2.6.1"
thiserror = "1.0"
thiserror = "2.0"
zipf = { version = "7.0.1", optional = true }

[dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.thiserror]]
version = "1.0.68"
when = "2024-11-04"
version = "2.0.1"
when = "2024-11-08"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.thiserror-impl]]
version = "1.0.68"
when = "2024-11-04"
version = "2.0.1"
when = "2024-11-08"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand Down

0 comments on commit 1e39ac2

Please sign in to comment.