diff --git a/Cargo.lock b/Cargo.lock index b175b68..808309a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.35" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" +checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index 9841814..f605093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ discord-rich-presence = "0.2.3" ureq = { version = "2.9.6", features = ["json"] } configparser = { version = "3.0.2", features = ["indexmap"] } serde = { version = "1.0.197", features = ["derive"] } -chrono = "0.4.35" +chrono = "0.4.37" webbrowser = "0.8.13" [profile.release]