Skip to content

Commit

Permalink
Bump near deps to use node version 1.39.1 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest authored Jun 14, 2024
1 parent e0b2859 commit 0cf7771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lake-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ repository.workspace = true

[dependencies]
anyhow = "1.0.51"
near-crypto = "0.21.2"
near-primitives-core = "0.21.2"
near-primitives = "0.21.2"
near-indexer-primitives = "0.21.2"
near-crypto = "0.22"
near-primitives-core = "0.22"
near-primitives = "0.22"
near-indexer-primitives = "0.22"
paste = "1.0.12"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.75"
Expand Down

0 comments on commit 0cf7771

Please sign in to comment.