diff --git a/Cargo.lock b/Cargo.lock index 750c321..afd1070 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,9 +571,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "ureq" -version = "2.10.0" +version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72139d247e5f97a3eff96229a7ae85ead5328a39efe76f8bf5a06313d505b6ea" +checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" dependencies = [ "base64", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 2f1aa5e..3ad9bb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = [".github/*", "images/*.psd", "credentials.ini", ".gitignore"] [dependencies] discord-rich-presence = "0.2.4" -ureq = { version = "2.10.0", features = ["json"] } +ureq = { version = "2.10.1", features = ["json"] } configparser = { version = "3.1.0", features = ["indexmap"] } serde = { version = "1.0.208", features = ["derive"] } chrono = "0.4.38"