Skip to content

Commit c1dda06

Browse files
committed
Bump cargo version
1 parent b1164a0 commit c1dda06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-c"
3-
version = "0.9.28+cargo-0.75.0"
3+
version = "0.9.29+cargo-0.76.0"
44
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
55
description = "Helper program to build and install c-like libraries"
66
license = "MIT"
@@ -28,25 +28,25 @@ name = "cargo-ctest"
2828
path = "src/bin/ctest.rs"
2929

3030
[dependencies]
31-
cargo = "0.75.1"
31+
cargo = "0.76.0"
3232
cargo-util = "0.2"
3333
semver = "1.0.3"
3434
log = "0.4"
3535
clap = { version="4.0.29", features=["color", "derive", "cargo"] }
3636
regex = "1.5.6"
3737
cbindgen = { version="0.26.0", default-features=false }
38-
toml = "0.7"
38+
toml = "0.8"
3939
serde = "1.0.123"
4040
serde_derive = "1.0"
4141
serde_json = "1.0.62"
4242
anyhow = "1.0"
4343
cc = "1.0"
4444
glob = "0.3"
45-
itertools = "0.11"
45+
itertools = "0.12"
4646

4747
# workaround cargo
4848
[target.'cfg(windows)'.dependencies.windows-sys]
49-
version = "0.48"
49+
version = "0.52"
5050
features = [
5151
"Win32_Foundation",
5252
"Win32_Storage_FileSystem",

0 commit comments

Comments
 (0)