Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault committed Mar 9, 2024
1 parent 01c846f commit 2725208
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 22 deletions.
106 changes: 87 additions & 19 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions dee/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- Update dependencies

### Fix

- Fix error message when round cannot be parsed

## [0.0.15] - 2024-02-29

### Changed
Expand Down
6 changes: 3 additions & 3 deletions dee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ maintenance = { status = "experimental" }

[dependencies]
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive"] }
clap = { version = "4.5.2", features = ["derive"] }
clap-verbosity-flag = "2.2.0"
colored = "2.1.0"
confy = "0.5.1"
confy = "0.6.1"
drand_core = { path = "../drand_core", version = "0.0.15" }
env_logger = "0.10.2"
hex = { workspace = true }
Expand All @@ -50,7 +50,7 @@ tlock_age = { features = ["armor"], version = "0.0.5" }
tlock_age_non_rfc9380 = { package="tlock_age", version = "0.0.3", features = ["armor"] }

[build-dependencies]
clap = "4.5.1"
clap = "4.5.2"
clap-verbosity-flag = "2.2.0"
clap_complete = "4.5.1"
clap_mangen = "0.2.20"
Expand Down

0 comments on commit 2725208

Please sign in to comment.