Skip to content

Commit

Permalink
fix(deps): update rust crate libc to 0.2.147
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 26, 2023
1 parent a2a0b53 commit 6f459b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3248,9 +3248,9 @@ dependencies = [

[[package]]
name = "libc"
version = "0.2.146"
version = "0.2.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"

[[package]]
name = "libfuzzer-sys"
Expand Down
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jsonpath_lib = "0.3.0"
jsonschema = { version = "0.16.1", default-features = false }
jsonwebtoken = "8.3.0"
lazy_static = "1.4.0"
libc = "0.2.146"
libc = "0.2.147"
linkme = "0.3.10"
lru = "0.8.1"
mediatype = "0.19.14"
Expand Down

0 comments on commit 6f459b7

Please sign in to comment.