Skip to content

Commit

Permalink
Bump libc from 0.2.155 to 0.2.158
Browse files Browse the repository at this point in the history
Bumps [libc](https:/rust-lang/libc) from 0.2.155 to 0.2.158.
- [Release notes](https:/rust-lang/libc/releases)
- [Changelog](https:/rust-lang/libc/blob/0.2.158/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.155...0.2.158)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ntBre committed Aug 24, 2024
1 parent cf3c7e1 commit 4e8b60e
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.155"
libc = "0.2.158"
yeslogic-fontconfig-sys = "6.0.0"
env_logger = "0.11.3"
log = "0.4.21"
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.155"
libc = "0.2.158"
x11 = { version = "2.21.0", features = ["xlib"] }

0 comments on commit 4e8b60e

Please sign in to comment.