Skip to content

Commit 3cfca3b

Browse files
committed
Update all dependencies to latest versions
1 parent 69dadd8 commit 3cfca3b

File tree

2 files changed

+68
-72
lines changed

2 files changed

+68
-72
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ name = "interactive-rebase-tool"
2424
path = "src/main.rs"
2525

2626
[dependencies]
27-
anyhow = "1.0.72"
28-
bitflags = "2.4.2"
27+
anyhow = "1.0.86"
28+
bitflags = "2.5.0"
2929
captur = "0.1.0"
30-
chrono = "0.4.26"
31-
crossbeam-channel = "0.5.8"
30+
chrono = "0.4.38"
31+
crossbeam-channel = "0.5.13"
3232
crossterm = "0.27.0"
33-
git2 = { version = "0.18.2", default-features = false, features = [] }
33+
git2 = { version = "0.18.3", default-features = false, features = [] }
3434
if_chain = "1.0.2"
3535
lazy_static = "1.4.0"
3636
num-format = "0.4.4"
37-
parking_lot = "0.12.1"
37+
parking_lot = "0.12.3"
3838
pico-args = "0.5.0"
39-
thiserror = "1.0.56"
39+
thiserror = "1.0.61"
4040
unicode-segmentation = "1.10.1"
41-
unicode-width = "0.1.10"
42-
uuid = { version = "1.4.1", features = ["v4", "fast-rng"] }
41+
unicode-width = "0.1.12"
42+
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
4343
version-track = "0.1.0"
4444
xi-unicode = "0.3.0"
4545

@@ -48,15 +48,15 @@ crossterm = { version = "0.27.0", features = ["use-dev-tty"] }
4848

4949
[dev-dependencies]
5050
claims = "0.7.1"
51-
itertools = "0.12.1"
51+
itertools = "0.13.0"
5252
pretty_assertions = "1.4.0"
53-
regex = "1.8.3"
54-
rstest = "0.18.1"
55-
serial_test = "3.0.0"
56-
tempfile = "3.7.0"
53+
regex = "1.8.4"
54+
rstest = "0.19.0"
55+
serial_test = "3.1.1"
56+
tempfile = "3.10.1"
5757

5858
[build-dependencies]
59-
chrono = "0.4.26"
59+
chrono = "0.4.38"
6060
rustc_version = "0.4.0"
6161

6262
[features]

0 commit comments

Comments
 (0)