Skip to content

Commit

Permalink
fix: deps around RustCrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Mar 3, 2025
1 parent ca1c634 commit ce8d99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions mania/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ edition.workspace = true
mania-macros = { path = "../mania-macros" }
mania-codec = { path = "../mania-codec" }
arc-swap = { version = "1.7.1", features = ["serde"] }
block-buffer = { version = "=0.11.0-rc.3" } # FIXME: This is a temporary solution, See: https://github.com/cot-rs/cot/issues/196
byteorder = "1.5.0"
bytes.workspace = true
chrono = { version = "0.4.39", features = ["serde"] }
Expand Down

0 comments on commit ce8d99a

Please sign in to comment.