Releases: KomodoPlatform/librustzcash
Releases · KomodoPlatform/librustzcash
bump `aes` and `fpe` one more time
Add async WalletDb
- The default WalletDb wrapper, which is based on Sqlite Connection did not support asynchronous environments. To address this limitation, an async-ready version of the wrapper named
WalletDbAsync
was introduced in this release. - Revert
aes
to0.7
andfpe
to0.5
bump `aes` and `fpe` again
bump aes
to 0.8
and fpe
to 0.6
upgrade rusqlite
Includes CVE-2022-35737 fix for sqlite
bump `aes` and `fpe`
Merge pull request #2 from KomodoPlatform/bump-aes-and-fpe bump deps
bech32-upgrade
upgrade `bech32` to `0.9.1` Signed-off-by: ozkanonur <work@onurozkan.dev>