0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-24 06:48:40 +02:00
bitwarden_rs/src/api/core
BlackDex f906f6230a
Change String to &str for all Rocket functions
During setting the latest commit hash for Rocket and updating all the
other crates, there were some messages regarding the usage of `String`
for the Rocket endpoint function calls. I acted upon this message and
changed all `String` types to `&str` and modified the code where needed.

This ended up in less alloc calls, and probably also a bit less memory usage.

- Updated all the crates and commit hashes
- Modified all `String` to `&str` where applicable
2023-04-30 17:18:12 +02:00
..
two_factor Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
accounts.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
ciphers.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
emergency_access.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
events.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
folders.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
mod.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
organizations.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
sends.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00