update: dependencies
This commit is contained in:
@@ -6,12 +6,12 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
log = "0.4.20"
|
||||
clap = { version = "4.5.30", features = ["derive"] }
|
||||
log = "0.4.25"
|
||||
simple_logger = "4.3"
|
||||
byteorder = "1.5"
|
||||
sdl2 = "0.36.0"
|
||||
rand = "0.8.5"
|
||||
sdl2 = "0.37.0"
|
||||
rand = "0.9.0"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
Reference in New Issue
Block a user