Skip to content

Commit

Permalink
Update all dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MitMaro committed May 30, 2024
1 parent 69dadd8 commit 7868ba6
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 72 deletions.
110 changes: 53 additions & 57 deletions Cargo.lock

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

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ name = "interactive-rebase-tool"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.72"
bitflags = "2.4.2"
anyhow = "1.0.86"
bitflags = "2.5.0"
captur = "0.1.0"
chrono = "0.4.26"
crossbeam-channel = "0.5.8"
chrono = "0.4.38"
crossbeam-channel = "0.5.13"
crossterm = "0.27.0"
git2 = { version = "0.18.2", default-features = false, features = [] }
git2 = { version = "0.18.3", default-features = false, features = [] }
if_chain = "1.0.2"
lazy_static = "1.4.0"
num-format = "0.4.4"
parking_lot = "0.12.1"
parking_lot = "0.12.3"
pico-args = "0.5.0"
thiserror = "1.0.56"
thiserror = "1.0.61"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
uuid = { version = "1.4.1", features = ["v4", "fast-rng"] }
unicode-width = "0.1.12"
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
version-track = "0.1.0"
xi-unicode = "0.3.0"

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

[dev-dependencies]
claims = "0.7.1"
itertools = "0.12.1"
itertools = "0.13.0"
pretty_assertions = "1.4.0"
regex = "1.8.3"
rstest = "0.18.1"
serial_test = "3.0.0"
tempfile = "3.7.0"
regex = "1.8.4"
rstest = "0.19.0"
serial_test = "3.1.1"
tempfile = "3.10.1"

[build-dependencies]
chrono = "0.4.26"
chrono = "0.4.38"
rustc_version = "0.4.0"

[features]
Expand Down

0 comments on commit 7868ba6

Please sign in to comment.