Skip to content

Commit a63d9fc

Browse files
authored
Merge pull request #113 from ReagentX/feat/cs/rust-2024
Bump deps, support Rust 2024
2 parents f1e8cd7 + a6c7259 commit a63d9fc

File tree

6 files changed

+81
-148
lines changed

6 files changed

+81
-148
lines changed

Cargo.lock

+44-111
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Christopher Sardegna <[email protected]>"]
33
categories = ["command-line-interface", "command-line-utilities"]
44
description = "A powerful CLI tool that puts log analytics at your fingertips."
5-
edition = "2021"
5+
edition = "2024"
66
exclude = ["/resources", ".github", "docs", "build.sh"]
77
keywords = ["cli", "tui", "logs", "log-parsing", "log-analytics"]
88
license = "GPL-3.0-or-later"
@@ -12,16 +12,16 @@ repository = "https://github.com/ReagentX/Logria"
1212
version = "0.0.0"
1313

1414
[dependencies]
15-
clap = { version = "=4.5.23", features = ["cargo"] }
15+
clap = { version = "=4.5.30", features = ["cargo"] }
1616
crossterm = "=0.28.1"
17-
dirs = "=5.0.1"
17+
dirs = "=6.0.0"
1818
format_num = "=0.1.0"
1919
is_executable = "=1.0.4"
2020
regex = "=1.11.1"
21-
serde = { version = "=1.0.216", features = ["derive"] }
22-
serde_json = "=1.0.134"
21+
serde = { version = "=1.0.218", features = ["derive"] }
22+
serde_json = "=1.0.139"
2323
time = { version = "=0.3.37", features = ["formatting", "parsing"] }
24-
tokio = { version = "=1.42.0", features = [
24+
tokio = { version = "=1.43.0", features = [
2525
"process",
2626
"io-util",
2727
"rt-multi-thread",

0 commit comments

Comments
 (0)