Skip to content

Commit

Permalink
chore: More dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed May 5, 2024
1 parent a5f5952 commit dc45f5c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
29 changes: 14 additions & 15 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ lto = true

[dependencies]
anyhow = "1.0"
currency_rs = { git = "https://github.com/johnbcodes/currency_rs", branch = "feature/db-diesel2-sqlite", version = "1.1", features = [ "db-diesel2-sqlite" ] }
currency_rs = { git = "https://github.com/johnbcodes/currency_rs", branch = "feature/db-diesel2-sqlite", version = "1.1", features = ["db-diesel2-sqlite"] }
diesel = { version = "2.1", features = ["sqlite", "time"] }
diesel_migrations = "2.1"
itertools = "0.12"
libsqlite3-sys = { version = "0.27", features = ["bundled"] }
libsqlite3-sys = { version = "0.28", features = ["bundled"] }
markup = "0.15"
mime_guess = "2"
once_cell = "1"
regex = "1"
rocket = "0.5"
rocket_sync_db_pools = { version = "0.1", features = ["diesel_sqlite_pool"]}
rocket_sync_db_pools = { version = "0.1", features = ["diesel_sqlite_pool"] }
rust-embed = { version = "8", features = ["interpolate-folder-path"] }
time = { version = "0.3", features = ["formatting", "macros", "parsing", "serde"] }
ulid = "1.1"

0 comments on commit dc45f5c

Please sign in to comment.