Skip to content

Commit 7745fb8

Browse files
Update dependencies (#557)
Fixes #556 and updates some other dependencies.
1 parent 126d1e6 commit 7745fb8

File tree

2 files changed

+31
-75
lines changed

2 files changed

+31
-75
lines changed

Cargo.lock

+26-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,18 @@ bevy = { version = "0.10", features = ["mp3"] }
110110
bincode = "2.0.0-rc.3"
111111
chrono = "0.4.24"
112112
clap = { version = "4.0", features = ["derive"] }
113-
criterion = "0.4"
113+
criterion = "0.5.1"
114114
dirs = "5.0.0"
115115
enum-iterator = "1.4.0"
116116
enum-map = "2.3.0"
117117
fastrand = "1.9.0"
118118
fern = "0.6.2"
119119
flate2 = "1.0.26"
120120
futures = "0.3.28"
121-
futures-lite = "1.11"
121+
futures-lite = "1.13.0"
122122
glam = "0.23"
123123
gltf = "1.0"
124-
itertools = "0.10.5"
124+
itertools = "0.11.0"
125125
iyes_progress = "0.8.0"
126126
log = "0.4.17"
127127
nalgebra = { version = "0.32.2", features = ["convert-glam023"] }
@@ -131,10 +131,10 @@ parry2d = "0.13.1"
131131
parry3d = "0.13.1"
132132
paste = "1.0.12"
133133
priority-queue = "1.3.0"
134-
proc-macro2 = "1.0.58"
134+
proc-macro2 = "1.0.63"
135135
quote = "1.0.27"
136136
reqwest = { version = "0.11.13", features = ["json"] }
137-
rstar = "0.10.0"
137+
rstar = "0.11.0"
138138
serde = { version = "1.0", features = ["derive"] }
139139
serde_json = "1.0"
140140
serde_yaml = "0.9"

0 commit comments

Comments
 (0)