chore(supply-chain): update cargo-vet audits and trusted publishers

This commit is contained in:
hdbg
2026-02-16 20:45:28 +01:00
parent 46a3c1768c
commit 9ec465706a
4 changed files with 501 additions and 72 deletions

View File

@@ -213,8 +213,8 @@ impl KeyHolder {
let mut conn = self.db.get().await?;
schema::root_key_history::table
.filter(schema::root_key_history::id.eq(*root_key_history_id))
.select((schema::root_key_history::data_encryption_nonce))
.select((RootKeyHistory::as_select()))
.select(schema::root_key_history::data_encryption_nonce )
.select(RootKeyHistory::as_select() )
.first(&mut conn)
.await?
};