Skip to content

Commit

Permalink
build(deps): bump cxx from 1.0.120 to 1.0.121
Browse files Browse the repository at this point in the history
Bumps [cxx](https://github.com/dtolnay/cxx) from 1.0.120 to 1.0.121.
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.120...1.0.121)

---
updated-dependencies:
- dependency-name: cxx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lukewarmtemp committed Apr 22, 2024
1 parent 4ccb8c6 commit e02bebc
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 @@ -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.37", features = ["serde"] }
clap = { version = "4.5", features = ["derive"] }
cxx = "1.0.120"
cxx = "1.0.121"
envsubst = "0.2.1"
either = "1.11.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.120"
cxx = "1.0.121"

[lib]
name = "libdnf_sys"
Expand Down

0 comments on commit e02bebc

Please sign in to comment.