From a7ba886cfe8a95b586fcfc3040e20dba5ecfb43b Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Thu, 11 Apr 2024 20:28:50 +0200 Subject: [PATCH] Update `modio` to 0.10.1 This fixes the 404 Not Found error when entering the security code during `modiom login`. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c59580..f588011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,9 +592,9 @@ dependencies = [ [[package]] name = "modio" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc72c77730a4d78d3a44a5bc816c212393d4fb0333913f6f1db4407b94df4679" +checksum = "362710ba2f1d979244b551fb237cecbca548ec9864c11fb3835ce123d18f24c8" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 8ba9103..d7bdea4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]