chore(deps): upgrade jj-lib to 0.42.0
Run checks and build archives / build (windows-x86_64) (push) Failing after 4m53s
Run checks and build archives / coverage-and-sonar (push) Successful in 8m51s
Run checks and build archives / build (linux-x86_64) (push) Failing after 4m26s
Run checks and build archives / build (linux-aarch64) (push) Failing after 4m53s
Run checks and build archives / build (windows-x86_64) (push) Failing after 4m53s
Run checks and build archives / coverage-and-sonar (push) Successful in 8m51s
Run checks and build archives / build (linux-x86_64) (push) Failing after 4m26s
Run checks and build archives / build (linux-aarch64) (push) Failing after 4m53s
This commit is contained in:
+11
-10
@@ -24,21 +24,22 @@ test-utils = []
|
||||
[dependencies]
|
||||
async-trait = "0.1.89"
|
||||
etcetera = "0.11.0"
|
||||
clap = { version = "4.5.57", features = ["derive"] }
|
||||
git-conventional = "0.12.9"
|
||||
inquire = { version = "0.9.2", features = ["editor"] }
|
||||
jj-lib = "0.41.0"
|
||||
lazy-regex = { version = "3.5.1", features = ["lite"] }
|
||||
clap = { version = "4.6.1", features = ["derive"] }
|
||||
git-conventional = "1.1.0"
|
||||
inquire = { version = "0.9.4", features = ["editor"] }
|
||||
jj-lib = "0.42.0"
|
||||
lazy-regex = { version = "3.6.0", features = ["lite"] }
|
||||
thiserror = "2.0.18"
|
||||
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread"] }
|
||||
textwrap = "0.16.2"
|
||||
unicode-width = "0.2.2"
|
||||
chrono = "0.4.44"
|
||||
chrono = "0.4.45"
|
||||
futures-util = "0.3.32"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "2.1.2"
|
||||
assert_fs = "1.1.3"
|
||||
predicates = "3.1.3"
|
||||
assert_cmd = "2.2.2"
|
||||
assert_fs = "1.1.4"
|
||||
predicates = "3.1.4"
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
|
||||
|
||||
Reference in New Issue
Block a user