Skip to content

Commit

Permalink
Merge pull request #859 from nathan-at-least/rustsec-2022-0090-fix
Browse files Browse the repository at this point in the history
[Impacts API versioning] Update dependencies to resolve RUSTSEC-2022-0090
  • Loading branch information
nuttycom authored Jun 19, 2023
2 parents d5166b5 + 5ba44b9 commit 06a7849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion zcash_client_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions zcash_client_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06a7849

Please sign in to comment.