Skip to content

Commit

Permalink
chore(deps): bump libc from 0.2.158 to 0.2.159 (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 217cc42 commit 14f02a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ rustls-native-certs = { version = "0.8", optional = true }
async-trait = "0.1"

socket2 = { version = "0.5", features = ["all"] }
libc = "0.2.141"
libc = "0.2.159"

hyper = { version = "1.4", optional = true, features = ["full"] }
http-body-util = { version = "0.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ security-replay-attack-detect = ["bloomfilter"]
[dependencies]
log = "0.4"

libc = "0.2.141"
libc = "0.2.159"
bytes = "1.7"
cfg-if = "1"
byte_string = "1.0"
Expand Down

0 comments on commit 14f02a3

Please sign in to comment.