We should use e.g. `SecretString` from [`secrecy`](https://docs.rs/secrecy) (instead of `std::string::String`) for handling sensitive values such as: https://github.com/orhun/rustypaste/blob/8954ce4fb775fec7c7c89bcd1deb7fd90b60b52e/src/config.rs#L54