mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-12 06:33:57 +00:00
Use new i64::to_be_bytes and remove byteorder dep
(https://doc.rust-lang.org/stable/std/primitive.i64.html#method.to_be_bytes)
This commit is contained in:
parent
1ce2587330
commit
e0aec8d373
4 changed files with 38 additions and 50 deletions
|
@ -95,9 +95,6 @@ native-tls = "0.2.2"
|
|||
# Template library
|
||||
handlebars = "1.1.0"
|
||||
|
||||
# Number encoding library
|
||||
byteorder = "1.2.7"
|
||||
|
||||
[patch.crates-io]
|
||||
# Add support for Timestamp type
|
||||
rmp = { git = 'https://github.com/dani-garcia/msgpack-rust' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue