Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Oct 28, 2024
1 parent e1905e3 commit 1a284e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ path = "src/main.rs"

[dependencies]
enum_dispatch = "0.3.13"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde-aux = "4.5.0"
serde_json = "1.0.128"
serde_json = "1.0.132"
chrono = { version = "0.4.38", default-features = false, features = [
"clock",
"std",
"serde",
] }
clap = { version = "4.5.19", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
term-table = "1.4.0"

0 comments on commit 1a284e8

Please sign in to comment.