Skip to content

Commit

Permalink
bumped up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
folkengine committed Jan 3, 2025
1 parent 1196b47 commit 42d9bd7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cardpack"
description = "Generic Deck of Cards"
version = "0.5.2"
version = "0.5.3"
authors = ["electronicpanopticon <gaoler@electronicpanopticon.com>"]
repository = "https://github.com/ImperialBower/cardpack.rs.git"
homepage = "https://github.com/ImperialBower/cardpack.rs"
Expand All @@ -17,15 +17,11 @@ path = "src/lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
colored = "2.1.0"
fluent-templates = "0.10.1"
flume = "0.11.0"
lazy_static = "1.4.0"
log = "0.4.22"
colored = "2.2"
fluent-templates = "0.12"
rand = "0.8.5"
spin = "0.9.8"
term-table = "1.4.0"
unic-langid = { version = "0.9.5", features = ["macros"] }

[dev-dependencies]
rstest = "0.22.0"
rstest = "0.24"

0 comments on commit 42d9bd7

Please sign in to comment.