Skip to content

Commit

Permalink
Update strsim (changes tests), clap, clap_complete
Browse files Browse the repository at this point in the history
This is jj-vcs#3002 with tests rerun to account for changes
to `strsim`, as @thoughtpolice noticed in
jj-vcs#3002 (comment)
  • Loading branch information
dependabot[bot] authored and ilyagr committed Feb 10, 2024
1 parent 9171097 commit 62bddef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ backoff = "0.4.0"
blake2 = "0.10.6"
bytes = "1.5.0"
cargo_metadata = "0.17.0"
clap = { version = "4.4.18", features = [
clap = { version = "4.5.0", features = [
"derive",
"deprecated",
"wrap_help",
"string",
] }
clap_complete = "4.4.10"
clap_complete = "4.5.0"
clap-markdown = "0.1.3"
clap_mangen = "0.2.10"
chrono = { version = "0.4.33", default-features = false, features = [
Expand Down Expand Up @@ -83,7 +83,7 @@ smallvec = { version = "1.13.0", features = [
"const_new",
"union",
] }
strsim = "0.10.0"
strsim = "0.11.0"
tempfile = "3.10.0"
test-case = "3.3.1"
textwrap = "0.16.0"
Expand Down
3 changes: 1 addition & 2 deletions lib/tests/test_revset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ fn test_resolve_symbol_branches() {
candidates: [
"local",
"local-remote@git",
"local-remote@mirror",
"local-remote@origin",
"remote@origin",
],
Expand All @@ -464,8 +465,6 @@ fn test_resolve_symbol_branches() {
NoSuchRevision {
name: "remote",
candidates: [
"local-remote@origin",
"local-remote@untracked",
"remote-conflicted@origin",
"remote@origin",
],
Expand Down

0 comments on commit 62bddef

Please sign in to comment.