Skip to content

Commit d9d2c2b

Browse files
dependabot[bot]sunshowers
authored andcommitted
Bump libc from 0.2.129 to 0.2.131
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.129 to 0.2.131. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/commits) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81d8322 commit d9d2c2b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ uuid = { version = "1.1.2", features = ["v4"] }
8080
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
8181

8282
[target.'cfg(unix)'.dependencies]
83-
libc = "0.2.129"
83+
libc = "0.2.131"
8484

8585
[target.'cfg(windows)'.dependencies]
8686
windows = { version = "0.39.0", features = [

workspace-hack/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ syn = { version = "1.0.99", features = ["clone-impls", "derive", "extra-traits",
4343
[target.x86_64-unknown-linux-gnu.dependencies]
4444
futures-core = { version = "0.3.21", features = ["alloc", "std"] }
4545
futures-sink = { version = "0.3.21" }
46-
libc = { version = "0.2.129", features = ["std"] }
46+
libc = { version = "0.2.131", features = ["std"] }
4747
tokio = { version = "1.20.1", features = ["bytes", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros"] }
4848

4949
[target.x86_64-unknown-linux-gnu.build-dependencies]
50-
libc = { version = "0.2.129", features = ["std"] }
50+
libc = { version = "0.2.131", features = ["std"] }
5151

5252
[target.x86_64-apple-darwin.dependencies]
5353
futures-core = { version = "0.3.21", features = ["alloc", "std"] }
5454
futures-sink = { version = "0.3.21" }
55-
libc = { version = "0.2.129", features = ["std"] }
55+
libc = { version = "0.2.131", features = ["std"] }
5656
tokio = { version = "1.20.1", features = ["bytes", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros"] }
5757

5858
[target.x86_64-apple-darwin.build-dependencies]
59-
libc = { version = "0.2.129", features = ["std"] }
59+
libc = { version = "0.2.131", features = ["std"] }
6060

6161
[target.x86_64-pc-windows-msvc.dependencies]
6262
futures-core = { version = "0.3.21", features = ["alloc", "std"] }

0 commit comments

Comments
 (0)