Skip to content

Commit

Permalink
build(deps): bump borsh from 0.10.3 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [borsh](https://github.com/near/borsh-rs) from 0.10.3 to 1.5.1.
- [Release notes](https://github.com/near/borsh-rs/releases)
- [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md)
- [Commits](near/borsh-rs@borsh-v0.10.3...borsh-v1.5.1)

---
updated-dependencies:
- dependency-name: borsh
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 2ae64ed commit c2578ac
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ anchor-lang = "=0.29.0"
anchor-spl = "=0.29.0"

# Anchor compatibility
borsh = "0.10.0"
borsh = "1.5.1"

# Macro helpers
proc-macro2 = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion circuit-lib/light-prover-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ num-traits = "0.2.19"
tokio = { workspace = true, optional = true }
reqwest = { version = "0.11.24", features = ["json", "rustls-tls"], optional = true }
sysinfo = "0.31"
borsh = ">=0.9, <0.11"
borsh = ">=0.9, <1.6"
[dev-dependencies]
duct = "0.13.7"
2 changes: 1 addition & 1 deletion circuit-lib/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ solana = ["solana-program"]
[dependencies]
groth16-solana = "0.0.3"
thiserror = "1.0"
borsh = "0.10"
borsh = "1.5"
solana-program = { workspace = true, optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/name-service/programs/name-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bench-sbf = []

[dependencies]
anchor-lang = { workspace = true, features = ["init-if-needed"] }
borsh = "0.10"
borsh = "1.5"
light-compressed-token = { path = "../../../../programs/compressed-token", version = "1.0.0", features = ["cpi"] }
light-system-program = { path = "../../../../programs/system", version = "1.0.0", features = ["cpi"]}
account-compression = { path = "../../../../programs/account-compression", version = "1.0.0", features = ["cpi"] }
Expand Down
2 changes: 1 addition & 1 deletion forester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tokio-util = "0.7"
reqwest = { version = "0.11", features = ["json", "rustls-tls", "blocking"] }
futures = "0.3.30"
thiserror = "1"
borsh = "0.10.3"
borsh = "1.5.1"
bs58 = "0.4.0"
photon-api = { path = "../photon-api" }
bincode = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion merkle-tree/concurrent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ solana = [
]

[dependencies]
borsh = "0.10"
borsh = "1.5"
bytemuck = "1.17"
light-bounded-vec = { path = "../bounded-vec", version = "1.0.0" }
light-hasher = { path = "../hasher", version = "1.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion merkle-tree/indexed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ solana = [
]

[dependencies]
borsh = { version = "0.10" }
borsh = { version = "1.5" }
light-bounded-vec = { path = "../bounded-vec", version = "1.0.0" }
light-hasher = { path = "../hasher", version = "1.0.0" }
light-concurrent-merkle-tree = { path = "../concurrent", version = "1.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ light-concurrent-merkle-tree = { path = "../merkle-tree/concurrent", version = "
light-utils = { version = "1.0.0", path = "../utils" }
groth16-solana = "0.0.3"
light-verifier = { path = "../circuit-lib/verifier", version = "1.0.0", features = ["solana"] }
borsh = "0.10.0"
borsh = "1.5.1"

[target.'cfg(not(target_os = "solana"))'.dependencies]
solana-sdk = { workspace = true }
Expand Down

0 comments on commit c2578ac

Please sign in to comment.