At work, we noticed that we were seeing several crash reports whose source was calling .unwrap() on these decrypt operations. I'm not really sure how this is possible given that the secret should be setup and shared between the secret service dbus provider and the user of secret-service crate, but these arguably shouldn't be unwraps anyway.
At work, we noticed that we were seeing several crash reports whose source was calling
.unwrap()
on these decrypt operations. I'm not really sure how this is possible given that the secret should be setup and shared between the secret service dbus provider and the user ofsecret-service
crate, but these arguably shouldn't be unwraps anyway.