Skip to content

Commit

Permalink
Merge pull request #3274 from coreos/dependabot/cargo/cxx-1.0.60
Browse files Browse the repository at this point in the history
build(deps): bump cxx from 1.0.56 to 1.0.60
  • Loading branch information
Luca Bruno authored Dec 16, 2021
2 parents eaf2f8a + 966e109 commit 8b37ace
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -35,7 +35,7 @@ camino = "1.0.5"
chrono = { version = "0.4.19", features = ["serde"] }
clap = "2.34.0"
curl = "0.4.41"
cxx = "1.0.56"
cxx = "1.0.60"
envsubst = "0.2.0"
env_logger = "0.9.0"
fail = { version = "0.5", features = ["failpoints"] }
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 @@ -6,7 +6,7 @@ edition = "2018"
links = "dnf"

[dependencies]
cxx = "1.0.56"
cxx = "1.0.60"

[lib]
name = "libdnf_sys"
Expand Down

0 comments on commit 8b37ace

Please sign in to comment.