Skip to content

Commit 341d619

Browse files
renovate[bot]weihanglo
authored andcommitted
chore(deps): update msrv
1 parent 23c36f5 commit 341d619

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = [
1111
]
1212

1313
[workspace.package]
14-
rust-version = "1.78" # MSRV:3
14+
rust-version = "1.79" # MSRV:3
1515
edition = "2021"
1616
license = "MIT OR Apache-2.0"
1717
homepage = "https://github.com/rust-lang/cargo"
@@ -132,7 +132,7 @@ name = "cargo"
132132
version = "0.85.0"
133133
edition.workspace = true
134134
license.workspace = true
135-
rust-version = "1.81" # MSRV:1
135+
rust-version = "1.82" # MSRV:1
136136
homepage = "https://doc.rust-lang.org/cargo/index.html"
137137
repository.workspace = true
138138
documentation = "https://docs.rs/cargo"

crates/cargo-test-macro/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "cargo-test-macro"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition.workspace = true
5-
rust-version = "1.81" # MSRV:1
5+
rust-version = "1.82" # MSRV:1
66
license.workspace = true
77
homepage.workspace = true
88
repository.workspace = true

crates/cargo-test-support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cargo-test-support"
33
version = "0.6.0"
44
edition.workspace = true
5-
rust-version = "1.81" # MSRV:1
5+
rust-version = "1.82" # MSRV:1
66
license.workspace = true
77
homepage.workspace = true
88
repository.workspace = true

crates/cargo-util-schemas/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-util-schemas"
3-
version = "0.7.0"
4-
rust-version = "1.81" # MSRV:1
3+
version = "0.7.1"
4+
rust-version = "1.82" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

crates/cargo-util/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-util"
3-
version = "0.2.16"
4-
rust-version = "1.81" # MSRV:1
3+
version = "0.2.17"
4+
rust-version = "1.82" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

crates/crates-io/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crates-io"
3-
version = "0.40.6"
4-
rust-version = "1.81" # MSRV:1
3+
version = "0.40.7"
4+
rust-version = "1.82" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-libsecret/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-libsecret"
3-
version = "0.4.9"
4-
rust-version = "1.81" # MSRV:1
3+
version = "0.4.10"
4+
rust-version = "1.82" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-macos-keychain/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-macos-keychain"
3-
version = "0.4.9"
4-
rust-version = "1.81" # MSRV:1
3+
version = "0.4.10"
4+
rust-version = "1.82" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-wincred/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-wincred"
3-
version = "0.4.9"
4-
rust-version = "1.81" # MSRV:1
3+
version = "0.4.10"
4+
rust-version = "1.82" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

0 commit comments

Comments
 (0)