Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Jan 28, 2024
1 parent dc493c6 commit e619ea6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Process and display info about gps activity files."""
[dependencies]
anyhow = "1.0"
clap = {version="4.0", features=["derive"]}
env_logger = "0.10"
env_logger = "0.11"
fitbit_bot = {path="fitbit_bot"}
fitbit_lib = {path="fitbit_lib"}
garmin_cli = {path="garmin_cli"}
Expand Down
2 changes: 1 addition & 1 deletion fitbit_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ itertools = "0.12"
log = "0.4"
maplit = "1.0"
once_cell = "1.0"
polars = {version="0.35", features=["temporal", "parquet", "lazy"]}
polars = {version="0.37", features=["temporal", "parquet", "lazy"]}
postgres_query = {git = "https://github.com/ddboline/rust-postgres-query", tag = "0.3.6", features=["deadpool"]}
rand = "0.8"
rayon = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion garmin_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ garmin_models = {path="../garmin_models"}
garmin_parser = {path="../garmin_parser"}
garmin_reports = {path="../garmin_reports"}
garmin_utils = {path="../garmin_utils"}
handlebars = "4.0"
handlebars = "5.1"
itertools = "0.12"
log = "0.4"
maplit = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion garmin_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ url = "2.3"
uuid = { version = "1.0", features = ["serde", "v4"] }

[dev-dependencies]
garmin_lib = {path="../garmin_lib"}
garmin_lib = {path="../garmin_lib"}

0 comments on commit e619ea6

Please sign in to comment.