Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ patchset = { path = "patchset" }
rcs-ed = { path = "rcs-ed" }
structopt = "0.3.26"
tempfile = "3.3.0"
thiserror = "1.0.30"
thiserror = "1.0.69"
tokio = { version = "1.16.1", features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
walkdir = "2.3.2"

Expand Down
2 changes: 1 addition & 1 deletion comma-v/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30"
thiserror = "1.0.69"

[dev-dependencies]
anyhow = "1.0.53"
Expand Down
2 changes: 1 addition & 1 deletion git-fast-import/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30"
thiserror = "1.0.69"
2 changes: 1 addition & 1 deletion internal/process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30"
thiserror = "1.0.69"
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
Expand Up @@ -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.30"
thiserror = "1.0.69"
tokio = { version = "1.16.1", features = ["io-util", "sync"] }
zstd = "0.10.0"

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

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

[dev-dependencies]
structopt = "0.3.26"
Loading