Skip to content

Commit

Permalink
chore(deps): upgrade dependencies version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sardylan authored Sep 13, 2024
1 parent 89b68a3 commit 0a0bc26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ edition = "2021"

[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.16", features = ["cargo", "color", "derive", "env", "unicode"] }
clap = { version = "4.5.17", features = ["cargo", "color", "derive", "env", "unicode"] }
hamlib-client = "1.0.0"
lazy_static = "1.5.0"
log = "0.4.22"
log4rs = "1.3.0"
regex = "1.10.6"
reqwest = { version = "0.12.7", features = ["json"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = { version = "1.0.127", features = ["std"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["std"] }
thiserror = "1.0.63"
tokio = { version = "1.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }

0 comments on commit 0a0bc26

Please sign in to comment.