Skip to content

Commit f4b38ff

Browse files
committed
Update dependencies
1 parent bd508e0 commit f4b38ff

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ aws-sdk-dynamodb = "1.101.0"
2222
aws-smithy-types = "1.3.5"
2323
base64 = "0.22.1"
2424
chrono = { version = "0.4.42", features = ["serde"] }
25-
clap = { version = "4.5.53", features = ["derive"] }
25+
clap = { version = "4.5.54", features = ["derive"] }
2626
console = "0.16.2"
2727
humansize = "2.1.3"
2828
itsuki = "0.2.1"
@@ -31,14 +31,14 @@ once_cell = "1.21.3"
3131
ratatui = "0.30.0"
3232
rust_decimal = "1.39.0"
3333
serde = { version = "1.0.228", features = ["derive"] }
34-
serde_json = "1.0.145"
34+
serde_json = "1.0.148"
3535
serde_with = "3.16.1"
3636
smart-default = "0.7.1"
3737
syntect = { version = "5.3.0", default-features = false, features = [
3838
"default-fancy",
3939
] }
4040
textwrap = "0.16.2"
41-
tokio = { version = "1.48.0", features = ["full"] }
41+
tokio = { version = "1.49.0", features = ["full"] }
4242
toml = "0.9.8"
4343
tui-input = "0.15.0"
4444
umbra = "0.4.0"

0 commit comments

Comments
 (0)