Skip to content

Commit

Permalink
chore(deps): update rust crate libc to 0.2.154
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 20398fb commit af43760
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
build = "./crates/codegen/etc/build.rs"

[dependencies]
libc = "0.2"
libc = "0.2.154"
emacs-sys.path = "./crates/emacs-sys"
lisp-async.path = "./crates/lisp-async"
lsp-json.path = "./crates/lsp-json"
Expand Down Expand Up @@ -70,7 +70,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.dependencies]
libc = "0.2"
libc = "0.2.154"
log = "0.4"
errno = "0.3"
gtk = "0.18"
Expand Down
2 changes: 1 addition & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
libc = "0.2"
libc = "0.2.154"
regex = "1.10"
cargo_metadata = { version = "0.18", optional = false }
cargo-files-core = { version = "0.2", optional = false }
Expand Down
4 changes: 2 additions & 2 deletions crates/emacs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
path = "src/lib.rs"

[dependencies]
libc = "0.2.153"
libc = "0.2.154"
log = "0.4"
memoffset = "0.9"
raw-window-handle = { workspace = true, optional = true }
Expand Down Expand Up @@ -36,7 +36,7 @@ x11 = { version = "2.21", features = ["xlib"], optional = true}
[build-dependencies]
bindgen = "0.69"
regex.workspace = true
libc = "0.2"
libc = "0.2.154"
cfg_aliases.workspace = true

[features]
Expand Down

0 comments on commit af43760

Please sign in to comment.