File tree 10 files changed +24
-24
lines changed
cargo-credential-libsecret
cargo-credential-macos-keychain
10 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exclude = [
11
11
]
12
12
13
13
[workspace .package ]
14
- rust-version = " 1.78 " # MSRV:3
14
+ rust-version = " 1.79 " # MSRV:3
15
15
edition = " 2021"
16
16
license = " MIT OR Apache-2.0"
17
17
homepage = " https://github.com/rust-lang/cargo"
@@ -132,7 +132,7 @@ name = "cargo"
132
132
version = " 0.85.0"
133
133
edition.workspace = true
134
134
license.workspace = true
135
- rust-version = " 1.81 " # MSRV:1
135
+ rust-version = " 1.82 " # MSRV:1
136
136
homepage = " https://doc.rust-lang.org/cargo/index.html"
137
137
repository.workspace = true
138
138
documentation = " https://docs.rs/cargo"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cargo-test-macro"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
edition.workspace = true
5
- rust-version = " 1.81 " # MSRV:1
5
+ rust-version = " 1.82 " # MSRV:1
6
6
license.workspace = true
7
7
homepage.workspace = true
8
8
repository.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " cargo-test-support"
3
3
version = " 0.6.0"
4
4
edition.workspace = true
5
- rust-version = " 1.81 " # MSRV:1
5
+ rust-version = " 1.82 " # MSRV:1
6
6
license.workspace = true
7
7
homepage.workspace = true
8
8
repository.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
5
5
edition.workspace = true
6
6
license.workspace = true
7
7
homepage.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
5
5
edition.workspace = true
6
6
license.workspace = true
7
7
homepage.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
5
5
edition.workspace = true
6
6
license.workspace = true
7
7
homepage.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
5
5
edition.workspace = true
6
6
license.workspace = true
7
7
homepage.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
5
5
edition.workspace = true
6
6
license.workspace = true
7
7
homepage.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
5
5
edition.workspace = true
6
6
license.workspace = true
7
7
homepage.workspace = true
You can’t perform that action at this time.
0 commit comments