Skip to content

Commit

Permalink
Update dependencies (#557)
Browse files Browse the repository at this point in the history
Fixes #556 and updates some other dependencies.
  • Loading branch information
JackCrumpLeys authored Jul 2, 2023
1 parent 126d1e6 commit 7745fb8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 75 deletions.
96 changes: 26 additions & 70 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,18 @@ bevy = { version = "0.10", features = ["mp3"] }
bincode = "2.0.0-rc.3"
chrono = "0.4.24"
clap = { version = "4.0", features = ["derive"] }
criterion = "0.4"
criterion = "0.5.1"
dirs = "5.0.0"
enum-iterator = "1.4.0"
enum-map = "2.3.0"
fastrand = "1.9.0"
fern = "0.6.2"
flate2 = "1.0.26"
futures = "0.3.28"
futures-lite = "1.11"
futures-lite = "1.13.0"
glam = "0.23"
gltf = "1.0"
itertools = "0.10.5"
itertools = "0.11.0"
iyes_progress = "0.8.0"
log = "0.4.17"
nalgebra = { version = "0.32.2", features = ["convert-glam023"] }
Expand All @@ -131,10 +131,10 @@ parry2d = "0.13.1"
parry3d = "0.13.1"
paste = "1.0.12"
priority-queue = "1.3.0"
proc-macro2 = "1.0.58"
proc-macro2 = "1.0.63"
quote = "1.0.27"
reqwest = { version = "0.11.13", features = ["json"] }
rstar = "0.10.0"
rstar = "0.11.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
Expand Down

0 comments on commit 7745fb8

Please sign in to comment.