Skip to content

Commit b4329bc

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

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
@@ -81,7 +81,7 @@ uuid = { version = "1.1.2", features = ["v4"] }
8181
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
8282

8383
[target.'cfg(unix)'.dependencies]
84-
libc = "0.2.132"
84+
libc = "0.2.133"
8585

8686
[target.'cfg(windows)'.dependencies]
8787
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.24", features = ["alloc", "std"] }
4545
futures-sink = { version = "0.3.24" }
46-
libc = { version = "0.2.132", features = ["std"] }
46+
libc = { version = "0.2.133", 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.132", features = ["std"] }
50+
libc = { version = "0.2.133", features = ["std"] }
5151

5252
[target.x86_64-apple-darwin.dependencies]
5353
futures-core = { version = "0.3.24", features = ["alloc", "std"] }
5454
futures-sink = { version = "0.3.24" }
55-
libc = { version = "0.2.132", features = ["std"] }
55+
libc = { version = "0.2.133", 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.132", features = ["std"] }
59+
libc = { version = "0.2.133", features = ["std"] }
6060

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

0 commit comments

Comments
 (0)