Skip to content

Commit

Permalink
Update crates (#4587)
Browse files Browse the repository at this point in the history
- Update crates including rocket and rocket_ws
  • Loading branch information
BlackDex authored May 25, 2024
1 parent 753a9e0 commit f8f1472
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 36 deletions.
65 changes: 32 additions & 33 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
Expand Up @@ -56,8 +56,8 @@ num-derive = "0.4.2"
bigdecimal = "0.4.3"

# Web framework
rocket = { version = "0.5.0", features = ["tls", "json"], default-features = false }
rocket_ws = { version ="0.1.0" }
rocket = { version = "0.5.1", features = ["tls", "json"], default-features = false }
rocket_ws = { version ="0.1.1" }

# WebSockets libraries
rmpv = "1.3.0" # MessagePack library
Expand Down Expand Up @@ -154,7 +154,7 @@ semver = "1.0.23"

# Allow overriding the default memory allocator
# Mainly used for the musl builds, since the default musl malloc is very slow
mimalloc = { version = "0.1.41", features = ["secure"], default-features = false, optional = true }
mimalloc = { version = "0.1.42", features = ["secure"], default-features = false, optional = true }
which = "6.0.1"

# Argon2 library with support for the PHC format
Expand Down

0 comments on commit f8f1472

Please sign in to comment.