Skip to content

Commit

Permalink
Merge pull request #4504 from coreos/dependabot/cargo/cxx-1.0.101
Browse files Browse the repository at this point in the history
build(deps): bump cxx from 1.0.95 to 1.0.101
  • Loading branch information
jmarrero committed Jul 20, 2023
2 parents d498bac + 1014e17 commit 696f524
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 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 @@ -55,7 +55,7 @@ cap-primitives = "1.0.3"
cap-tempfile = "1.0.15"
chrono = { version = "0.4.26", features = ["serde"] }
clap = { version = "4.3", features = ["derive"] }
cxx = "1.0.95"
cxx = "1.0.101"
envsubst = "0.2.1"
either = "1.8.1"
env_logger = "0.10.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 @@ -7,7 +7,7 @@ links = "dnf"
publish = false

[dependencies]
cxx = "1.0.95"
cxx = "1.0.101"

[lib]
name = "libdnf_sys"
Expand Down

0 comments on commit 696f524

Please sign in to comment.