diff --git a/Cargo.lock b/Cargo.lock index 54bc95fa..febec5b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.41" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e3676b55f0940b8bda1b5572565de145fba36f2d3d52161a0cac0d50ed9682" +checksum = "3cc3eba3154bde2c5f34594cd14756869ff38bc41518a68ba9c2076eb4c06323" dependencies = [ "cc", "cxxbridge-flags", @@ -276,15 +276,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.41" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9298b94e5700ce538cf937e17e60a1d98967fa957f74e9e83ff93f18aece8692" +checksum = "3adafb86feaa53658955880b59cb7f4a40943a718d8841778d0ef03019c33ccc" [[package]] name = "cxxbridge-macro" -version = "1.0.41" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "797f58b486d6d9579f6ddc2138c6ac0cfcc0be482e93464e1d9a1df5014dd5c6" +checksum = "c453104df5e01eef11ddac02f69b794a62e115ee0b9f71d82e8ab80ac6efd427" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index bcd5f676..9cb55285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ c_utf8 = "0.1.0" chrono = { version = "0.4.19", features = ["serde"] } clap = "2.33.3" curl = "0.4.35" -cxx = "1.0.41" +cxx = "1.0.43" envsubst = "0.2.0" fn-error-context = "0.1.1" gio = "0.9.1" diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 3302c9dc..41dc025c 100644 --- a/rust/libdnf-sys/Cargo.toml +++ b/rust/libdnf-sys/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" links = "dnf" [dependencies] -cxx = "1.0.41" +cxx = "1.0.43" glib = "0.10.3" [lib]