Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Apr 16, 2023
1 parent bf9ae9b commit 97df73f
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 73 deletions.
132 changes: 64 additions & 68 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions alloy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ gelatin = { path = "../gelatin" }
ureq = { version = "2.6", features = ["json"], optional = true }
lazy_static = "1.4"
directories-next = "2.0"
open = "3.2"
open = "4.0"
sys-info = "0.9"
backtrace = "0.3"
serde = { version = "1.0.159", features = ["derive"] }
toml = "0.5"
toml = "0.7"
rand = "0.8"
lexical-sort = "0.3"
trash = { version = "2.1", default-features = false }
trash = { version = "3.0", default-features = false }
kamadak-exif = "0.5"
arboard = "3.2"
resvg = "0.31"
Expand All @@ -74,7 +74,7 @@ pico-args = "0.5"
thiserror = "1.0"

[dependencies.libavif-image]
version = "0.9"
version = "0.10"
default-features = false
features = ["codec-dav1d"]
optional = true
2 changes: 1 addition & 1 deletion gelatin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
cgmath = "0.18"
typed-builder = "0.10"
typed-builder = "0.14"
image = "0.24"
glium = "0.29"
winit = "0.26"

0 comments on commit 97df73f

Please sign in to comment.