Skip to content

Commit

Permalink
build(deps): bump cc from 1.1.2 to 1.1.4 in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [cc](https://github.com/rust-lang/cc-rs).


Updates `cc` from 1.1.2 to 1.1.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.1.2...cc-v1.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent b20c619 commit 7ef48b8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 deps/cairo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ script = []
libc = "0.2"

[build-dependencies]
cc = {version="1.0", features = ["parallel"]}
cc = {version="1.1", features = ["parallel"]}
2 changes: 1 addition & 1 deletion wezterm-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ anyhow = "1.0"

[target.'cfg(windows)'.build-dependencies]
embed-resource = "1.7"
cc = "1.0"
cc = "1.1"

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion wezterm-mux-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ winapi = { version = "0.3", features = [ "winuser" ]}

[target.'cfg(windows)'.build-dependencies]
embed-resource = "1.7"
cc = "1.0"
cc = "1.1"
2 changes: 1 addition & 1 deletion wezterm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ version = "0.3"

[target.'cfg(windows)'.build-dependencies]
embed-resource = "1.7"
cc = "1.0"
cc = "1.1"

0 comments on commit 7ef48b8

Please sign in to comment.