Skip to content

Commit

Permalink
build: bump thiserror from 1.0.61 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 2.0.3.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...2.0.3)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arxanas committed Nov 11, 2024
1 parent ca24df9 commit cb161ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 scm-diff-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4.5", features = ["derive"] }
diffy = "0.4"
scm-record = { version = "0.4", path = "../scm-record" }
sha1 = "0.10"
thiserror = "1.0.61"
thiserror = "2.0.3"
tracing = "0.1.40"
walkdir = "2.5"

Expand Down
2 changes: 1 addition & 1 deletion scm-record/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = ["dep:serde", "dep:serde_json"]
cassowary = "0.3"
crossterm = "0.28"
num-traits = "0.2"
thiserror = "1.0"
thiserror = "2.0"
tracing = "0.1"
ratatui = "0.29.0"
unicode-width = "0.2"
Expand Down

0 comments on commit cb161ea

Please sign in to comment.