diff --git a/Cargo.lock b/Cargo.lock index 8344ab0..e1d5249 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,9 +10,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "cat-box" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dda647bd577598f5c8c1f2a9753d033c2d26379a97f78489bde0055e2531c2a" +checksum = "6f1c7d6dd0dea2e5869d7d63428606d9d789216b9e1230c6f6057aa1b4d68886" dependencies = [ "sdl2", ] diff --git a/Cargo.toml b/Cargo.toml index b2b7b28..2d3462f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cat-box = "0.1.4" +cat-box = "0.1.5" rand = "0.8.5" sdl2 = "0.35.2"