diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:25:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:25:56 +0000 |
commit | 018c4950b9406055dec02ef0fb52f132e2bb1e2c (patch) | |
tree | a835ebdf2088ef88fa681f8fad45f09922c1ae9a /vendor/anstyle-parse/Cargo.toml | |
parent | Adding debian version 1.75.0+dfsg1-5. (diff) | |
download | rustc-018c4950b9406055dec02ef0fb52f132e2bb1e2c.tar.xz rustc-018c4950b9406055dec02ef0fb52f132e2bb1e2c.zip |
Merging upstream version 1.76.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/anstyle-parse/Cargo.toml')
-rw-r--r-- | vendor/anstyle-parse/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vendor/anstyle-parse/Cargo.toml b/vendor/anstyle-parse/Cargo.toml index 18fe95612..c6ad4e217 100644 --- a/vendor/anstyle-parse/Cargo.toml +++ b/vendor/anstyle-parse/Cargo.toml @@ -11,9 +11,9 @@ [package] edition = "2021" -rust-version = "1.64.0" +rust-version = "1.70.0" name = "anstyle-parse" -version = "0.2.1" +version = "0.2.3" include = [ "build.rs", "src/**/*", @@ -86,17 +86,17 @@ version = "0.2.1" optional = true [dev-dependencies.codegenrs] -version = "2.0.0" +version = "3.0.1" default-features = false [dev-dependencies.criterion] -version = "0.4.0" +version = "0.5.1" [dev-dependencies.proptest] -version = "1.1.0" +version = "1.4.0" [dev-dependencies.snapbox] -version = "0.4.11" +version = "0.4.14" features = ["path"] [dev-dependencies.vte_generate_state_changes] |