Skip to content

Commit

Permalink
Merge pull request #43 from ntBre/dependabot/cargo/libc-0.2.169
Browse files Browse the repository at this point in the history
Bump libc from 0.2.158 to 0.2.169
  • Loading branch information
ntBre authored Jan 20, 2025
2 parents 6c1f800 + 87cc49e commit fe74f27
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = ["blocks"]

[dependencies]
x11 = { version = "2.21.0", features = ["xlib", "xft", "xinerama"] }
libc = "0.2.158"
libc = "0.2.169"
yeslogic-fontconfig-sys = "6.0.0"
env_logger = "0.11.3"
log = "0.4.21"
Expand Down
2 changes: 1 addition & 1 deletion blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2.158"
libc = "0.2.169"
x11 = { version = "2.21.0", features = ["xlib"] }

0 comments on commit fe74f27

Please sign in to comment.