Skip to content

Commit

Permalink
fix(deps): update rust crate libc to 0.2.121
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 19, 2022
1 parent 4ae73f0 commit 8692260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ warp = { version = "0.3.2", default-features = false, features = [
"compression",
] }
rhai = { version = "1.5.0", features = ["sync", "serde", "internals"] }
libc = "0.2.120"
libc = "0.2.121"

[dev-dependencies]
insta = "1.12.0"
Expand Down

0 comments on commit 8692260

Please sign in to comment.