Skip to content

Commit

Permalink
build(deps): bump the patch-updates group across 1 directory with 2 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the patch-updates group with 2 updates in the / directory: [thiserror](https://github.com/dtolnay/thiserror) and [cc](https://github.com/rust-lang/cc-rs).


Updates `thiserror` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.6...2.0.7)

Updates `cc` from 1.2.3 to 1.2.4
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.3...cc-v1.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent f58b188 commit 7ccd681
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ anyhow = "1.0.94"
atty = "0.2.14"
bindgen = "0.71.1"
bzip2 = "0.4.4"
cc = { version = "1.2.3", features = ["parallel"] }
cc = { version = "1.2.4", features = ["parallel"] }
chrono = "0.4.39"
clap = { version = "4.5.23", features = ["derive", "cargo"] }
cmake = "0.1.52"
Expand All @@ -36,7 +36,7 @@ glob = "0.3.1"
itertools = "0.13.0"
nom = "7.1.3"
termcolor = "1.4.1"
thiserror = "2.0.6"
thiserror = "2.0.7"
rand = "0.8.5"
rand_chacha = "0.3.1"
rustc-hash = "2.1.0"
Expand Down

0 comments on commit 7ccd681

Please sign in to comment.