Skip to content

Commit f9f29fd

Browse files
committed
chore: 2024 edition
1 parent 2378cf9 commit f9f29fd

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = [ "Dan Sully" ]
33
categories = [ "command-line-utilities" ]
44
description = "Devmoji git log"
5-
edition = "2021"
5+
edition = "2024"
66
homepage = "https://github.com/dsully/devmoji-log"
77
keywords = [ "git" ]
88
license = "MIT"
@@ -16,13 +16,13 @@ name = "devmoji-log"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
anyhow = "1.0.95"
20-
clap = { version = "4.5.27", features = [ "derive" ] }
19+
anyhow = "1.0.96"
20+
clap = { version = "4.5.30", features = [ "derive" ] }
2121
colored = "3.0.0"
2222
emojis = "0.6.4"
2323
git-conventional = "0.12.9"
2424
git2 = { version = "0.20.0", default-features = false }
25-
jiff = "0.1.29"
25+
jiff = "0.2.1"
2626

2727
[profile.dev]
2828
debug = 0

0 commit comments

Comments
 (0)