Skip to content

Commit eef435d

Browse files
committed
Upgrade all dependencies to latest
(backport <rust-lang#4776>) (cherry picked from commit 1b84fd8) [ `cargo update` run after the cherry pick - Trevor ]
1 parent 6ab7fbf commit eef435d

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libc-test/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ license = "MIT OR Apache-2.0"
99
repository = "https://github.com/rust-lang/libc"
1010

1111
[dependencies]
12-
cfg-if = "1.0.1"
13-
libc = { path = "..", version = "0.2.171", default-features = false }
12+
cfg-if = "1.0.4"
13+
libc = { path = "..", version = "0.2.177", default-features = false }
1414

1515
[dev-dependencies]
16-
syn = { version = "2.0.104", features = ["full", "visit"] }
17-
proc-macro2 = { version = "1.0.95", features = ["span-locations"] }
18-
glob = "0.3.2"
16+
syn = { version = "2.0.108", features = ["full", "visit"] }
17+
proc-macro2 = { version = "1.0.103", features = ["span-locations"] }
18+
glob = "0.3.3"
1919
annotate-snippets = { version = "0.11.5", features = ["testing-colors"] }
2020

2121
[build-dependencies]
22-
cc = "1.2.29"
22+
cc = "1.2.43"
2323
# Use the in-tree `ctest` from the `main` branch via crates.io
2424
ctest = "0.5.0-beta.1"
25-
regex = "1.11.1"
25+
regex = "1.12.2"
2626

2727
[features]
2828
default = ["std"]

0 commit comments

Comments
 (0)