Skip to content

Commit

Permalink
updated some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cwkingjr committed Apr 16, 2024
1 parent 416a213 commit 0f71ba9
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 50 deletions.
101 changes: 54 additions & 47 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
@@ -1,6 +1,6 @@
[package]
name = "gift_circle"
version = "0.11.3"
version = "0.11.4"
edition = "2021"
authors = ["Chuck King"]
description = "Generate gift exchange assignments where recipients are randomly picked from other family groups."
Expand All @@ -15,7 +15,7 @@ csv = "1.3"
counter = "0.5.7"
rand = "0.8.5"
serde = { version = "1", features = ["derive"] }
clap = { version = "4.5.2", features = ["derive"] }
anyhow = "1.0.81"
clap = { version = "4.5", features = ["derive"] }
anyhow = "1.0"

[dev-dependencies]

0 comments on commit 0f71ba9

Please sign in to comment.