Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Apr 25, 2024
1 parent bfa58ea commit 8b52dcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion hermes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ ed25519-bip32 = "0.4.1"
dashmap = "5.5.3"
once_cell = "1.19.0"
clap = "4.5.3"
derive_more = { version= "0.99.17", default-features = false }
chrono = "0.4.35"
chrono-tz = "0.8.6"
saffron = "0.1.0"
Expand Down
1 change: 0 additions & 1 deletion hermes/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ once_cell = { workspace = true }
clap = { workspace = true, features = ["derive", "env"] }
tracing = { workspace = true, features = ["log"] }
tracing-subscriber = { workspace = true, features = ["fmt", "json", "time"] }
derive_more = { workspace = true, features = ["display"], default-features = false }
chrono = { workspace = true, features = ["now"] }
chrono-tz = { workspace = true }
iana-time-zone = { workspace = true }
Expand Down
3 changes: 3 additions & 0 deletions hermes/crates/cbork/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ unreachable = "deny"
missing_docs_in_private_items = "deny"

[workspace.dependencies]
derive_more = { version= "0.99.17", default-features = false }
pest = "2.7.2"
pest_derive = "2.7.2"

0 comments on commit 8b52dcb

Please sign in to comment.