Skip to content

Commit

Permalink
chore(deps): bump chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Mar 21, 2024
1 parent 7dcb337 commit bdb44b9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions auctioning_platform/Cargo.lock

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

4 changes: 4 additions & 0 deletions auctioning_platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ members = ["auctions", "foundation", "webapp"]

[workspace.dependencies]
# local crates
foundation = { version = "0.1.0", path = "./foundation" }

# external crates
axum = { version = "0.7", default-features = false, features = ["tokio"] }
chrono = "0.4.35"
reqwest = { version = "0.11.16", default-features = false }
rstest = "0.15.0"
rust_decimal = "1.25.0"
tokio = { version = "^1.25", default-features = false, features = [
"macros",
"rt-multi-thread",
Expand Down
6 changes: 3 additions & 3 deletions auctioning_platform/auctions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.22"
foundation = { version = "0.1.0", path = "../foundation" }
chrono.workspace = true
foundation.workspace = true

[dev-dependencies]
rstest = "0.15.0"
rstest.workspace = true
4 changes: 2 additions & 2 deletions auctioning_platform/foundation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rust_decimal = "1.25.0"
rust_decimal.workspace = true

[dev-dependencies]
rstest = "0.15.0"
rstest.workspace = true

0 comments on commit bdb44b9

Please sign in to comment.