浏览代码

feat(deps): move MSRV to 1.74 and deep bump cargo deps

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 1 年之前
父节点
当前提交
c6c77fafa1
共有 3 个文件被更改,包括 309 次插入203 次删除
  1. 307 201
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 1 1
      rust-toolchain.toml

文件差异内容过多而无法显示
+ 307 - 201
Cargo.lock


+ 1 - 1
Cargo.toml

@@ -6,7 +6,7 @@ description = "A modern replacement for ls"
 authors = ["Christina Sørensen <christina@cafkafk.com>"]
 categories = ["command-line-utilities"]
 edition = "2021"
-rust-version = "1.70.0"
+rust-version = "1.74.0"
 exclude = [
   "/docs/",
   "/devtools/",

+ 1 - 1
rust-toolchain.toml

@@ -1,7 +1,7 @@
 # SPDX-FileCopyrightText: 2024 Christina Sørensen
 # SPDX-License-Identifier: EUPL-1.2
 [toolchain]
-channel = "1.70"
+channel = "1.74"
 components = [
   "rustfmt",
   "rustc",

部分文件因为文件数量过多而无法显示