Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent b92395b commit 0f2f2f9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
serde = { version = "1.0.214", features = ["serde_derive"] }
serde_json = "1.0.132"
thiserror = "1.0.65"
thiserror = "1.0.68"
control-file = { path = "./lib/control-file/", version = "0.1.0" }
lazy_static = "1.5.0"
chrono = "0.4.38"
Expand Down
2 changes: 1 addition & 1 deletion crates/control2json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ clap = { version = "4.5.13", features = ["derive"] }
control-file = { path = "../../lib/control-file/", version = "0.1.0" }
serde = "1.0.214"
serde_json = "1.0.132"
thiserror = "1.0.65"
thiserror = "1.0.68"
2 changes: 1 addition & 1 deletion lib/control-file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
debcontrol = "0.1.1"
log = "0.4"
regex = "1.11.1"
thiserror = "1.0.65"
thiserror = "1.0.68"

0 comments on commit 0f2f2f9

Please sign in to comment.