diff --git a/Cargo.lock b/Cargo.lock index 8ffb507..364a6f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,9 +837,9 @@ dependencies = [ [[package]] name = "steam_shortcuts_util" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8c2fce148525a785a93daaf7b41855fa1a2ba05052bab74f647b56256b2d3a8" +checksum = "ffa391cd87de757cdc91153362307680c6ec4ad50fe7a582509678f1ede863eb" dependencies = [ "ascii", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index e090c5f..1a8bd7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -steam_shortcuts_util="1.1.0" +steam_shortcuts_util="1.1.1" steamgriddb_api="0.2,0" serde={version="*", features=["derive"]} serde_json="*"