Skip to content

Commit

Permalink
Upgrade dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
EVaillant committed May 14, 2024
1 parent dbe08a7 commit c851c56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version = "0.1.0"
edition = "2021"

[dependencies]
env_logger = "0.11.1"
env_logger = "0.11.3"
log = "0.4"
chrono = "0.4.19"
clap = { version = "4.1.11", features = ["derive"] }
chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
reqwest = {version = "0.12.2", features = ["blocking", "cookies"] }
regex = "1.6.0"
csv = "1.1"
reqwest = {version = "0.12.4", features = ["blocking", "cookies"] }
regex = "1.10.4"
csv = "1.3.0"
rusqlite = "0.31.0"
spreadsheet-ods = "0.22.1"
assert_float_eq = "1.1.3"

0 comments on commit c851c56

Please sign in to comment.