Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Mar 23, 2024
1 parent 415f373 commit c8f5518
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ enum_dispatch = "0.3.12"
serde = { version = "1.0.197", features = ["derive"] }
serde-aux = "4.5.0"
serde_json = "1.0.114"
chrono = { version = "0.4.34", default-features = false, features = [
chrono = { version = "0.4.35", default-features = false, features = [
"clock",
"std",
"serde",
] }
clap = { version = "4.5.1", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
term-table = "1.3.2"

0 comments on commit c8f5518

Please sign in to comment.