Skip to content

Commit

Permalink
Merge branch 'afonsojramos:main' into read-user-config-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier authored Sep 12, 2024
2 parents 1d0318d + d5bfdb7 commit f1b13c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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.204", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
chrono = "0.4.38"
webbrowser = "1.0.1"
dirs = "5.0.1"
Expand Down

0 comments on commit f1b13c9

Please sign in to comment.