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
Allow SecretKey to be deserialized from an owned string
Deserializing directly into a borrowed string only covers the edge
case in which one passes a borrowed string to the deserializer.
If we are given an owned version, the deserialization fails with:
invalid type: string "foobar", expected a borrowed string'
0 commit comments