Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourcegraph/git-cvs-fast-import
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bebffa0dbf8c98c4075fdbbede30c54ee5f76269
Choose a base ref
..
head repository: sourcegraph/git-cvs-fast-import
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d95c87030d42236c28568c496c0fe4e0e91fab4b
Choose a head ref
Showing with 7 additions and 7 deletions.
  1. +1 −1 Cargo.toml
  2. +1 −1 comma-v/Cargo.toml
  3. +1 −1 git-fast-import/Cargo.toml
  4. +1 −1 internal/process/Cargo.toml
  5. +1 −1 internal/state/Cargo.toml
  6. +1 −1 patchset/Cargo.toml
  7. +1 −1 rcs-ed/Cargo.toml
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ patchset = { path = "patchset" }
rcs-ed = { path = "rcs-ed" }
structopt = "0.3.26"
tempfile = "3.3.0"
thiserror = "1.0.61"
thiserror = "1.0.62"
tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
walkdir = "2.3.2"

2 changes: 1 addition & 1 deletion comma-v/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ derive_more = "0.99.17"
eq-macro = { path = "../eq-macro" }
itertools = "0.10.3"
nom = "7.1.0"
thiserror = "1.0.61"
thiserror = "1.0.62"

[dev-dependencies]
anyhow = "1.0.53"
2 changes: 1 addition & 1 deletion git-fast-import/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,4 +11,4 @@ derive_more = "0.99.17"
nom = "7.1.0"
rev_lines = "0.2.1"
serde = "1.0.136"
thiserror = "1.0.61"
thiserror = "1.0.62"
2 changes: 1 addition & 1 deletion internal/process/Cargo.toml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0"
git-fast-import = { path = "../../git-fast-import" }
log = "0.4.14"
structopt = "0.3.26"
thiserror = "1.0.61"
thiserror = "1.0.62"
tokio = { version = "1.16.1", features = ["io-util", "process", "sync"] }

[features]
2 changes: 1 addition & 1 deletion internal/state/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ git-fast-import = { path = "../../git-fast-import" }
log = "0.4.14"
serde = { version = "1.0.136", features = ["derive", "rc"] }
speedy = "0.8.1"
thiserror = "1.0.61"
thiserror = "1.0.62"
tokio = { version = "1.16.1", features = ["io-util", "sync"] }
zstd = "0.10.0"

2 changes: 1 addition & 1 deletion patchset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ license = "Apache-2.0"

[dependencies]
binary-heap-plus = "0.4.1"
thiserror = "1.0.61"
thiserror = "1.0.62"
2 changes: 1 addition & 1 deletion rcs-ed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.53"
nom = "7.1.0"
thiserror = "1.0.61"
thiserror = "1.0.62"

[dev-dependencies]
structopt = "0.3.26"