Skip to content

Commit

Permalink
Update modio to 0.10.1
Browse files Browse the repository at this point in the history
This fixes the 404 Not Found error when entering the security code
during `modiom login`.
  • Loading branch information
nickelc committed Apr 11, 2024
1 parent e7fa36f commit a7ba886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tokio-util = { version = "0.7.10", features = ["io"] }
toml = "0.8.12"

[dependencies.modio]
version = "0.10.0"
version = "0.10.1"
default-features = false
features = ["rustls-tls"]

Expand Down

0 comments on commit a7ba886

Please sign in to comment.