Skip to content

Commit

Permalink
Merge pull request #5233 from coreos/dependabot/cargo/cxx-1.0.137
Browse files Browse the repository at this point in the history
build(deps): bump cxx from 1.0.131 to 1.0.137
  • Loading branch information
jmarrero authored Jan 21, 2025
2 parents 54c5525 + e50e5fb commit d2981b2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 16 deletions.
42 changes: 28 additions & 14 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-std = { version = "3", features = ["fs_utf8"] }
rustix = { version = "0.38", features = ["use-libc", "process", "fs"] }
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5", features = ["derive"] }
cxx = "1.0.130"
cxx = "1.0.137"
envsubst = "0.2.1"
either = "1.13.0"
env_logger = "0.11.5"
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.130"
cxx = "1.0.137"

[lib]
name = "libdnf_sys"
Expand Down

0 comments on commit d2981b2

Please sign in to comment.