diff --git a/Cargo.lock b/Cargo.lock index ad446a9..f73e631 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,9 +607,9 @@ dependencies = [ [[package]] name = "configparser" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57e3272f0190c3f1584272d613719ba5fc7df7f4942fe542e63d949cf3a649b" +checksum = "b46dec724fd22199ebde05033a0cbae453bc3b1ecff11eb6a6bb3eec4b90c6a4" dependencies = [ "indexmap", ] @@ -1382,12 +1382,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "hashbrown" -version = "0.16.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" - [[package]] name = "hashbrown" version = "0.17.0" @@ -1646,12 +1640,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.13.0" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" +checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", - "hashbrown 0.16.1", + "hashbrown", ] [[package]] @@ -1874,7 +1868,7 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e0b564323a0fb6d54b864f625ae139de9612e27edb944dda37c109f05aac531" dependencies = [ - "hashbrown 0.17.0", + "hashbrown", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9920267..372d612 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ exclude = [".github/*", "docs/*.psd", "credentials.ini", ".gitignore"] [dependencies] discord-rich-presence = "1.1.0" ureq = { version = "3", features = ["json"] } -configparser = { version = "3.1.0", features = ["indexmap"] } +configparser = { version = "3.2.0", features = ["indexmap"] } serde = { version = "1.0.228", features = ["derive"] } thiserror = "2" backon = "1.6"