Skip to content

Commit

Permalink
Merge pull request #4864 from coreos/dependabot/cargo/cxx-1.0.119
Browse files Browse the repository at this point in the history
build(deps): bump cxx from 1.0.116 to 1.0.119
  • Loading branch information
jmarrero authored Mar 8, 2024
2 parents 90339a6 + cca5c13 commit cc79924
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -56,7 +56,7 @@ containers-image-proxy = { version = "0.5.8", features = ["proxy_v0_2_4"] }
rustix = { version = "0.38", features = ["use-libc", "process", "fs"] }
chrono = { version = "0.4.34", features = ["serde"] }
clap = { version = "4.4", features = ["derive"] }
cxx = "1.0.118"
cxx = "1.0.119"
envsubst = "0.2.1"
either = "1.9.0"
env_logger = "0.10.2"
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.118"
cxx = "1.0.119"

[lib]
name = "libdnf_sys"
Expand Down

0 comments on commit cc79924

Please sign in to comment.