diff options
author | Mathijs van Veluw <[email protected]> | 2024-05-25 15:14:19 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-25 15:14:19 +0200 |
commit | f8f14727b9516c6ba008e3168743468041f10353 (patch) | |
tree | 179aee59b76d8ac3252f333bb196b8323ee65c03 /Cargo.toml | |
parent | 753a9e0baee3ba3e7b4e05f18d3259e010b68d62 (diff) | |
download | vaultwarden-f8f14727b9516c6ba008e3168743468041f10353.tar.gz vaultwarden-f8f14727b9516c6ba008e3168743468041f10353.zip |
Update crates (#4587)
- Update crates including rocket and rocket_ws
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 |