Skip to content

Commit

Permalink
chore: bump dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissl committed Aug 30, 2024
1 parent 4e511fa commit d98e9b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libdisplay-info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ readme = "../README.md"

[dependencies]
libdisplay-info-sys = { version = "0.1.0", path = "../libdisplay-info-sys" }
libc = "0.2.149"
thiserror = "1.0.50"
libc = "0.2.155"
thiserror = "1.0.63"
libdisplay-info-derive = { version = "0.1.0", path = "../libdisplay-info-derive" }
bitflags = "2.2"
bitflags = "2.6"

[dev-dependencies]
anyhow = "1.0"

0 comments on commit d98e9b7

Please sign in to comment.