Skip to content

Commit 52a7923

Browse files
build(deps): bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [cc](https://github.com/rust-lang/cc-rs) and [git2](https://github.com/rust-lang/git2-rs). Updates `cc` from 1.2.20 to 1.2.21 - [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.20...cc-v1.2.21) Updates `git2` from 0.20.1 to 0.20.2 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.20.1...git2-0.20.2) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: git2 dependency-version: 0.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1d2b7c commit 52a7923

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ansi_colours = "1.2.3"
102102
anstyle = "1.0.10"
103103
anyhow = "1.0.98"
104104
bstr = "1.12.0"
105-
cc = "1.2.20"
105+
cc = "1.2.21"
106106
clap = { version = "4.5.37", features = [
107107
"cargo",
108108
"derive",
@@ -119,7 +119,7 @@ etcetera = "0.8.0"
119119
filetime = "0.2.25"
120120
flate2 = "1.0.28"
121121
fs4 = "0.12.0"
122-
git2 = "0.20.1"
122+
git2 = "0.20.2"
123123
glob = "0.3.2"
124124
heck = "0.5.0"
125125
html-escape = "0.2.13"

0 commit comments

Comments
 (0)