You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up until v0.10 SecretString implemented Clone, but it looks like this functionality was lost in v0.10. Was that an intentional decision? It does not appear to be mentioned in the changelog.
Weirdly enough, i still have that issue but with serde, even after v1.10.1
the trait `Clone` is not implemented for `str`, which is required by `SecretBox<str>: Deserialize<'_>`
help: the trait `Clone` is implemented for `std::string::String`
note: required for `SecretBox<str>` to implement `Deserialize<'_>`
Up until v0.10
SecretString
implementedClone
, but it looks like this functionality was lost in v0.10. Was that an intentional decision? It does not appear to be mentioned in the changelog.Related:
The text was updated successfully, but these errors were encountered: