Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Jan 1, 2025
1 parent a54db86 commit 1ce446f
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "garmin_rust"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -26,7 +26,7 @@ garmin_utils = {path="garmin_utils"}
log = "0.4"
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="1.0.2" }
tempfile = "3.14"
tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.42", features=["rt", "macros", "rt-multi-thread"]}

[workspace]
members = [
Expand Down
4 changes: 2 additions & 2 deletions fitbit_bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fitbit_bot"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -19,7 +19,7 @@ once_cell = "1.0"
parking_lot = "0.12"
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="1.0.2" }
telegram-bot = {git = "https://github.com/ddboline/telegram-bot.git", tag="0.9.0-4", default-features=false}
tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.42", features=["rt", "macros", "rt-multi-thread"]}

[dev-dependencies]
maplit = "1.0"
Expand Down
8 changes: 4 additions & 4 deletions fitbit_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fitbit_lib"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -19,11 +19,11 @@ garmin_lib = {path = "../garmin_lib"}
garmin_models = {path="../garmin_models"}
garmin_utils = {path="../garmin_utils"}
glob = "0.3"
itertools = "0.13"
itertools = "0.14"
log = "0.4"
maplit = "1.0"
once_cell = "1.0"
polars = {version="0.44", features=["temporal", "parquet", "lazy"]}
polars = {version="0.45", features=["temporal", "parquet", "lazy"]}
postgres_query = {git = "https://github.com/ddboline/rust-postgres-query", tag = "0.3.8", features=["deadpool"]}
rand = "0.8"
rayon = "1.5"
Expand All @@ -35,7 +35,7 @@ stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", featur
statistical = "1.0"
time = {version="0.3", features=["serde-human-readable", "macros", "formatting", "parsing"]}
time-tz = {version="2.0", features=["system"]}
tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.42", features=["rt", "macros", "rt-multi-thread"]}
uuid = { version = "1.0", features = ["serde", "v4"] }

[dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions garmin_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "garmin_cli"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
aws-config = {version="1.0", features=["behavior-version-latest"]}
aws-config = {version="1.5", features=["behavior-version-latest"]}
clap = {version="4.0", features=["derive"]}
derive_more = {version="1.0", features=["full"]}
fitbit_lib = {path="../fitbit_lib"}
Expand All @@ -18,7 +18,7 @@ garmin_models={path="../garmin_models"}
garmin_parser={path="../garmin_parser"}
garmin_reports = {path="../garmin_reports"}
garmin_utils={path="../garmin_utils"}
itertools = "0.13"
itertools = "0.14"
log = "0.4"
notify = "7.0"
race_result_analysis = {path="../race_result_analysis"}
Expand All @@ -31,7 +31,7 @@ strava_lib = {path="../strava_lib"}
tempfile = "3.12"
time = {version="0.3", features=["serde-human-readable", "macros", "formatting", "parsing"]}
time-tz = {version="2.0", features=["system"]}
tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.42", features=["rt", "macros", "rt-multi-thread"]}
tokio-postgres = {version = "0.7", features = ["with-time-0_3"]}
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="1.0.2" }
stdout-channel = "0.6"
14 changes: 7 additions & 7 deletions garmin_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "garmin_http"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

[dependencies]
anyhow = "1.0"
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.1"}
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.2"}
base64 = "0.22"
cookie = {version="0.18", features=["percent-encode"]}
derive_more = {version="1.0", features=["full"]}
dioxus = "0.5"
dioxus-core = "0.5"
dioxus-ssr = "0.5"
dioxus = "0.6"
dioxus-core = "0.6"
dioxus-ssr = "0.6"
fitbit_lib = {path="../fitbit_lib/"}
futures = "0.3"
garmin_cli = {path = "../garmin_cli"}
Expand All @@ -22,7 +22,7 @@ garmin_parser = {path="../garmin_parser"}
garmin_reports = {path="../garmin_reports"}
garmin_utils = {path="../garmin_utils"}
handlebars = "6.1"
itertools = "0.13"
itertools = "0.14"
log = "0.4"
maplit = "1.0"
notify = "7.0"
Expand All @@ -42,7 +42,7 @@ tempfile = "3.12"
thiserror = "2.0"
time = {version="0.3", features=["serde-human-readable", "macros", "formatting", "parsing"]}
time-tz = {version="2.0", features=["system"]}
tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.42", features=["rt", "macros", "rt-multi-thread"]}
tokio-stream = "0.1"
url = "2.3"
uuid = "1.0"
2 changes: 1 addition & 1 deletion garmin_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "garmin_lib"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
10 changes: 5 additions & 5 deletions garmin_models/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "garmin_models"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2021"

Expand All @@ -9,13 +9,13 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
apache-avro = {version = "0.17", features = ["snappy"]}
aws-config = {version="1.0", features=["behavior-version-latest"]}
aws-sdk-s3 = "1.1"
aws-config = {version="1.5", features=["behavior-version-latest"]}
aws-sdk-s3 = "1.67"
fitparser = {git="https://github.com/ddboline/fitparse-rs.git", branch="time-0.3-0.5.2"}
futures = "0.3"
garmin_lib = {path="../garmin_lib"}
garmin_utils = {path="../garmin_utils"}
itertools = "0.13"
itertools = "0.14"
json = "0.12"
log = "0.4"
once_cell = "1.0"
Expand All @@ -27,7 +27,7 @@ serde_json = "1.0"
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="1.0.2" }
time = {version="0.3", features=["serde-human-readable", "macros", "formatting", "parsing"]}
time-tz = {version="2.0", features=["system"]}
tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.42", features=["rt", "macros", "rt-multi-thread"]}
uuid = { version = "1.0", features = ["serde", "v4"] }
url = "2.3"

Expand Down
6 changes: 3 additions & 3 deletions garmin_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "garmin_parser"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
aws-config = {version="1.0", features=["behavior-version-latest"]}
aws-sdk-s3 = "1.1"
aws-config = {version="1.5", features=["behavior-version-latest"]}
aws-sdk-s3 = "1.6"
fitparser = {git="https://github.com/ddboline/fitparse-rs.git", branch="time-0.3-0.5.2"}
flate2 = "1.0"
garmin_lib = {path="../garmin_lib"}
Expand Down
4 changes: 2 additions & 2 deletions garmin_reports/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "garmin_reports"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -13,7 +13,7 @@ futures = "0.3"
garmin_lib = {path="../garmin_lib"}
garmin_models = {path="../garmin_models"}
garmin_utils = {path="../garmin_utils"}
itertools = "0.13"
itertools = "0.14"
log = "0.4"
once_cell = "1.0"
postgres_query = {git = "https://github.com/ddboline/rust-postgres-query", tag = "0.3.8", features=["deadpool"]}
Expand Down
4 changes: 2 additions & 2 deletions garmin_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "garmin_utils"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2021"

Expand All @@ -26,7 +26,7 @@ subprocess = "0.2"
tempfile = "3.12"
time = {version="0.3", features=["serde-human-readable", "macros", "formatting", "parsing"]}
time-tz = {version="2.0", features=["system"]}
tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.42", features=["rt", "macros", "rt-multi-thread"]}
tokio-postgres = {version = "0.7", features = ["with-time-0_3", "with-uuid-1"]}
url = "2.3"
uuid = { version = "1.0", features = ["serde", "v4"] }
Expand Down
6 changes: 3 additions & 3 deletions race_result_analysis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "race_result_analysis"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -13,7 +13,7 @@ futures = "0.3"
garmin_lib = {path="../garmin_lib"}
garmin_models = {path="../garmin_models"}
garmin_utils = {path="../garmin_utils"}
itertools = "0.13"
itertools = "0.14"
log = "0.4"
ndarray = "0.16"
parking_lot = "0.12"
Expand All @@ -24,7 +24,7 @@ smallvec = "1.6"
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="1.0.2" }
time = {version="0.3", features=["serde-human-readable", "macros", "formatting", "parsing"]}
time-tz = {version="2.0", features=["system"]}
tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.42", features=["rt", "macros", "rt-multi-thread"]}
tokio-postgres = {version = "0.7", features = ["with-time-0_3", "with-uuid-1"]}
uuid = { version = "1.0", features = ["serde", "v4"] }

Expand Down
2 changes: 1 addition & 1 deletion strava_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strava_lib"
version = "0.15.3"
version = "0.15.4"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 1ce446f

Please sign in to comment.