Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msanders committed Mar 22, 2023
1 parent 6f77ff2 commit 223fec9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ categories = [
]

[dependencies]
image = "0.22.4"
libc = "0.2.66"
rand = "0.7.2"
scopeguard = "1.0.0"
image = "0.22"
libc = "0.2"
rand = "0.7"
scopeguard = "1.1"

[dev-dependencies]
quickcheck = "0.9.2"
quickcheck = "0.9"

[build-dependencies]
pkg-config = "0.3.17"
pkg-config = "0.3"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.7.0"
Expand Down

0 comments on commit 223fec9

Please sign in to comment.