Skip to content

Commit 26318c1

Browse files
author
Stephan Dilly
committed
cargo updates
1 parent 304c0a3 commit 26318c1

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ keywords = [
2323
anyhow = "1.0"
2424
asyncgit = { path = "./asyncgit", version = "0.18", default-features = false }
2525
backtrace = "0.3"
26-
bitflags = "1.2"
26+
bitflags = "1.3"
2727
bugreport = "0.4"
28-
bytesize = { version = "1.0", default-features = false }
28+
bytesize = { version = "1.1", default-features = false }
2929
chrono = "0.4"
3030
clap = { version = "2.33", default-features = false }
3131
crossbeam-channel = "0.5"
@@ -34,7 +34,7 @@ dirs-next = "2.0"
3434
easy-cast = "0.4"
3535
filetreelist = { path = "./filetreelist", version = "0.4" }
3636
fuzzy-matcher = "0.3"
37-
gh-emoji = { version = "1.0.6", optional = true }
37+
gh-emoji = { version = "1.0", optional = true }
3838
itertools = "0.10"
3939
lazy_static = "1.4"
4040
log = "0.4"
@@ -44,10 +44,10 @@ scopeguard = "1.1"
4444
scopetime = { path = "./scopetime", version = "0.1" }
4545
serde = "1.0"
4646
simplelog = { version = "0.11", default-features = false }
47-
syntect = { version = "4.5", default-features = false, features = ["metadata", "default-fancy"] }
47+
syntect = { version = "4.6", default-features = false, features = ["metadata", "default-fancy"] }
4848
textwrap = "0.14"
4949
tui = { version = "0.16", default-features = false, features = ['crossterm', 'serde'] }
50-
unicode-segmentation = "1.7"
50+
unicode-segmentation = "1.8"
5151
unicode-truncate = "0.2"
5252
unicode-width = "0.1"
5353

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ url = "2.2"
2929
[dev-dependencies]
3030
invalidstring = { path = "../invalidstring", version = "0.1" }
3131
pretty_assertions = "1.0"
32-
serial_test = "0.5.1"
32+
serial_test = "0.5"
3333
tempfile = "3.2"
3434

3535
[features]

0 commit comments

Comments
 (0)