Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcdostone committed Jan 16, 2025
1 parent 526bb22 commit a470f2c
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 46 deletions.
89 changes: 47 additions & 42 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository.workspace = true
[dependencies]
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.135", features = ["preserve_order"] }
log = "0.4.22"
log = "0.4.25"
lib = { workspace = true, features = ["native"] }
itertools = "0.14.0"
thousands = "0.2.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ repository.workspace = true


[dependencies]
clap = { version = "4.5.24", features = [
clap = { version = "4.5.26", features = [
"derive",
"env",
"color",
"suggestions",
] }
serde_json = { version = "1.0.135", features = ["preserve_order"] }
log = "0.4.22"
log = "0.4.25"
env_logger = "0.11.6"
chrono = "0.4.39"
strum = { version = "0.26.3", features = ["derive", "strum_macros"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repository.workspace = true
tokio = { version = "1", features = ["full", "tracing"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.135", features = ["preserve_order"] }
log = "0.4.22"
log = "0.4.25"
tui-input = "0.11.1"
chrono = "0.4.39"
strum = { version = "0.26.3", features = ["derive", "strum_macros"] }
Expand Down

0 comments on commit a470f2c

Please sign in to comment.