Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maidh91 committed Sep 10, 2024
1 parent 2bf204a commit 805ed49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src-core/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wealthfolio-core"
version = "1.0.6"
version = "1.0.10"
description = "Portfolio tracker"
authors = ["Aziz Fadil"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ serde_json = "1.0"
diesel = { version = "2.2.3", features = ["sqlite", "chrono", "numeric", "returning_clauses_for_sqlite_3_35"] }
dotenvy = "0.15.7"
chrono = { version = "0.4", features = ["serde"] }
uuid = "1.5.0"
uuid = { version = "1.10.0", features = ["v4"] }
rusqlite = { version = "0.30.0", features = ["bundled"] }
csv = "1.3.0"
yahoo_finance_api = "2.2.1"
Expand Down

0 comments on commit 805ed49

Please sign in to comment.