Skip to content

Commit

Permalink
build(deps): bump system-deps from 6.1.0 to 6.2.0
Browse files Browse the repository at this point in the history
Bumps [system-deps](https://github.com/gdesmott/system-deps) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/gdesmott/system-deps/releases)
- [Commits](https://github.com/gdesmott/system-deps/compare/system-deps@6.1.0...system-deps@6.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cgwalters committed Dec 11, 2023
1 parent f08809c commit 4153e82
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 17 deletions.
50 changes: 35 additions & 15 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 @@ -94,7 +94,7 @@ termcolor = "1.4.0"

[build-dependencies]
anyhow = "1.0"
system-deps = "6.1"
system-deps = "6.2"

[lib]
name = "rpmostree_rust"
Expand Down
2 changes: 1 addition & 1 deletion rust/libdnf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "lib.rs"

[build-dependencies]
cmake = "0.1.50"
system-deps = "6.1"
system-deps = "6.2"
anyhow = "1.0"
cxx-build = "1.0.107"

Expand Down

0 comments on commit 4153e82

Please sign in to comment.