Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chemiclast committed Sep 7, 2024
1 parent 5ec4404 commit 3dc006a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 46 deletions.
87 changes: 45 additions & 42 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive"] }
csv = "1.3.0"
plotters = "0.3.6"
strum = { version = "0.26.2", features = ["derive"] }
strum_macros = "0.26.2"
thiserror = "1.0.61"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.3"
thiserror = "1.0.63"
regex = "1.10.4"
plotters-svg = "0.3.6"
fixed = { version = "1.27.0", features = ["serde"] }
clap-verbosity-flag = "2.2.0"
pretty_env_logger = "0.5.0"
opener = "0.7.1"
opener = "0.7.2"
plotters-backend = "0.3.6"
plotters-bitmap = "0.3.6"
log = "0.4.21"

0 comments on commit 3dc006a

Please sign in to comment.