Skip to content

Commit

Permalink
build(deps): bump cxx-build from 1.0.72 to 1.0.73
Browse files Browse the repository at this point in the history
Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.72 to 1.0.73.
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.72...1.0.73)

---
updated-dependencies:
- dependency-name: cxx-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2022
1 parent 08fffaf commit 363d7c4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 25 deletions.
69 changes: 46 additions & 23 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 rust/libdnf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ links = "dnf"
publish = false

[dependencies]
cxx = "1.0.72"
cxx = "1.0.73"

[lib]
name = "libdnf_sys"
Expand All @@ -17,7 +17,7 @@ path = "lib.rs"
cmake = "0.1.48"
system-deps = "6.0"
anyhow = "1.0"
cxx-build = "1.0.72"
cxx-build = "1.0.73"

# This currently needs to duplicate the libraries from libdnf
[package.metadata.system-deps]
Expand Down

0 comments on commit 363d7c4

Please sign in to comment.