Skip to content

Commit

Permalink
Merge pull request coreos#3448 from coreos/dependabot/cargo/cxx-1.0.65
Browse files Browse the repository at this point in the history
build(deps): bump cxx from 1.0.64 to 1.0.65
  • Loading branch information
Luca Bruno authored Feb 22, 2022
2 parents f31c1d5 + d2969eb commit 64f970f
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 @@ -37,7 +37,7 @@ cap-tempfile = "0.24.1"
chrono = { version = "0.4.19", features = ["serde"] }
clap = "2.34.0"
curl = "0.4.42"
cxx = "1.0.64"
cxx = "1.0.65"
envsubst = "0.2.0"
either = "1.6.1"
env_logger = "0.9.0"
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.64"
cxx = "1.0.65"

[lib]
name = "libdnf_sys"
Expand Down

0 comments on commit 64f970f

Please sign in to comment.