Merge pull request #859 from nathan-at-least/rustsec-2022-0090-fix

[Impacts API versioning] Update dependencies to resolve RUSTSEC-2022-0090
This commit is contained in:
Kris Nuttycombe 2023-06-19 12:22:04 -06:00 committed by GitHub
commit 06a7849cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ zcash_primitives = { version = "0.12", path = "../zcash_primitives", default-fea
# Dependencies exposed in a public API:
# (Breaking upgrades to these require a breaking upgrade to this crate.)
# - Data Access API
time = "0.2"
time = "0.3.22"
# - Encodings
base64 = "0.21"

View File

@ -36,10 +36,10 @@ secrecy = "0.8"
# - SQLite databases
group = "0.13"
jubjub = "0.10"
rusqlite = { version = "0.25", features = ["bundled", "time", "array"] }
rusqlite = { version = "0.29.0", features = ["bundled", "time", "array"] }
schemer = "0.2"
schemer-rusqlite = "0.2.1"
time = "0.2"
schemer-rusqlite = "0.2.2"
time = "0.3.22"
uuid = "1.1"
# Dependencies used internally: