diff --git a/Cargo.toml b/Cargo.toml index af9b3817..9084c842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "vaultwarden" version = "1.0.0" authors = ["Daniel GarcĂ­a "] edition = "2021" -rust-version = "1.82.0" +rust-version = "1.83.0" resolver = "2" repository = "https://github.com/dani-garcia/vaultwarden" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2c76f619..b700ebf5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.83.0" +channel = "1.84.0" components = [ "rustfmt", "clippy" ] profile = "minimal"