Skip to content

Commit

Permalink
Bump cc from 1.1.34 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.34 to 1.2.0.
- [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.1.34...cc-v1.2.0)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent b5655ab commit 3dfb728
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 ff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ time = "0.3"

[build-dependencies]
bindgen = "0.70"
cc = "1.1"
cc = "1.2"
2 changes: 1 addition & 1 deletion ntfs3g/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "GPL-3.0"

[build-dependencies]
bindgen = "0.70"
cc = "1.1"
cc = "1.2"

[dependencies]
libc = "0.2"
2 changes: 1 addition & 1 deletion usbsas-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "GPL-3.0"

[build-dependencies]
cc = "1.1"
cc = "1.2"

[dependencies]
landlock = "0.4"
Expand Down

0 comments on commit 3dfb728

Please sign in to comment.