1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-11-21 21:22:44 +00:00

Update itertools and num-* crates

This commit is contained in:
Alula 2024-08-28 15:01:15 +02:00
parent 86747e0230
commit 426f3ce4d0
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -69,12 +69,12 @@ fern = "0.6.2"
glutin = { version = "0.32.0", optional = true } glutin = { version = "0.32.0", optional = true }
imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "67f7f11363e62f09aa0e1288a17800e505860486" } imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "67f7f11363e62f09aa0e1288a17800e505860486" }
image = { version = "0.24", default-features = false, features = ["png", "bmp"] } image = { version = "0.24", default-features = false, features = ["png", "bmp"] }
itertools = "0.10" itertools = "0.13.0"
include-flate = "0.3.0" include-flate = "0.3.0"
lazy_static = "1.4" lazy_static = "1.4"
lewton = { version = "0.10", optional = true } lewton = { version = "0.10", optional = true }
log = "0.4" log = "0.4"
num-derive = "0.3" num-derive = "0.4"
num-traits = "0.2" num-traits = "0.2"
open = "3.2" open = "3.2"
paste = "1.0" paste = "1.0"