build(deps): bump cxx-build from 1.0.32 to 1.0.33
Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.32 to 1.0.33. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.32...1.0.33) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5d5f1d498d
commit
e15dba0fd8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -252,9 +252,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cxx-build"
|
||||
version = "1.0.32"
|
||||
version = "1.0.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3a522551c3abc23ae8359f4cabdd49851dc3c67fb27f295cf181dd0afdb0f538"
|
||||
checksum = "06ba5959513f7d1c3332e6221b6101b429e8c5cf6a39da11023d173b8fc1aee7"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"codespan-reporting",
|
||||
|
@ -17,7 +17,7 @@ path = "lib.rs"
|
||||
cmake = "0.1.45"
|
||||
system-deps = "3.0"
|
||||
anyhow = "1.0"
|
||||
cxx-build = "1.0.32"
|
||||
cxx-build = "1.0.33"
|
||||
|
||||
# This currently needs to duplicate the libraries from libdnf
|
||||
[package.metadata.system-deps]
|
||||
|
Loading…
Reference in New Issue
Block a user