Skip to content

Commit

Permalink
Update libc to 0.2.121
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 authored and Thomasdezeeuw committed Mar 18, 2022
1 parent cab9e3f commit e077a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ net = []
log = "0.4.8"

[target.'cfg(unix)'.dependencies]
libc = "0.2.86"
libc = "0.2.121"

[target.'cfg(windows)'.dependencies]
miow = "0.3.6"
Expand All @@ -51,7 +51,7 @@ ntapi = "0.3"

[target.'cfg(target_os = "wasi")'.dependencies]
wasi = "0.11.0"
libc = "0.2.86"
libc = "0.2.121"

[dev-dependencies]
env_logger = { version = "0.8.4", default-features = false }
Expand Down

0 comments on commit e077a23

Please sign in to comment.