Skip to content

Commit 59767b1

Browse files
committed
Merge branch 'dep-upgrade'
2 parents a08e58d + eb90861 commit 59767b1

File tree

4 files changed

+52
-90
lines changed

4 files changed

+52
-90
lines changed

Cargo.lock

Lines changed: 49 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ git-repository = { version = "^0.24.0", path = "git-repository", default-feature
8686
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.20.0", path = "git-transport" }
8787

8888
clap = { version = "3.2.5", features = ["derive", "cargo"] }
89-
prodash = { version = "19.0.0", optional = true, default-features = false }
89+
prodash = { version = "20.0.0", optional = true, default-features = false }
9090
atty = { version = "0.2.14", optional = true, default-features = false }
9191
env_logger = { version = "0.9.0", default-features = false }
92-
crosstermion = { version = "0.9.0", optional = true, default-features = false }
92+
crosstermion = { version = "0.10.1", optional = true, default-features = false }
9393
futures-lite = { version = "1.12.0", optional = true, default-features = false, features = ["std"] }
9494

9595
document-features = { version = "0.2.0", optional = true }

SHORTCOMINGS.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ This file is for tracking features that are less well implemented or less powerf
22

33
#### `git-repository`
44

5-
##### RevSpec parsing
6-
7-
- cannot disambiguate trees using blob-access syntax like `000000:blob`
8-
- See [this test](https://github.com/Byron/gitoxide/blob/5278cbc9b91ce01761a96a6962564a92daa77b7f/git-repository/tests/rev_spec/mod.rs#L102).
9-
- cannot disambiguate objects using their **object type** like `000000^{blob}`
10-
- See [this test](https://github.com/Byron/gitoxide/blob/9d2e1eb3defc3ddd7ade7fe2bdd26d8a21afe55f/git-repository/tests/rev_spec/mod.rs#L83)
11-
which mentions the current behaviour.
12-
- There are more tests around the same behaviour, check for `parse_spec_no_baseline(…)` to see where we fall short. Note that git can't disambiguate
13-
consistently either, so eventually I would expect to get ahead.
14-
155
### git-protocol
166
* **fetches using protocol V1 and stateful connections, i.e. ssh, git, file, may hang**
177
* This can be fixed by making response parsing.

git-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ crc32fast = { version = "1.2.1", optional = true }
115115
sha1 = { version = "0.10.0", optional = true }
116116

117117
# progress
118-
prodash = { version = "19.0.0", optional = true, default-features = false, features = ["unit-bytes", "unit-human"] }
118+
prodash = { version = "20.0.0", optional = true, default-features = false, features = ["unit-bytes", "unit-human"] }
119119

120120
# pipe
121121
bytes = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)