build(deps): bump borsh-derive from 0.7.2 to 0.8.1 (#1263)
Bumps [borsh-derive](https://github.com/nearprotocol/borsh) from 0.7.2 to 0.8.1. - [Release notes](https://github.com/nearprotocol/borsh/releases) - [Commits](https://github.com/nearprotocol/borsh/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
17ea31a05b
commit
e1f1ff0283
|
@ -244,7 +244,7 @@ version = "0.7.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b42b13fa9bf62be34702e5ee4526aff22530ae22fe34a0c4290d30d5e4e782e6"
|
||||
dependencies = [
|
||||
"borsh-derive",
|
||||
"borsh-derive 0.7.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -253,8 +253,21 @@ version = "0.7.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e6aaa45f8eec26e4bf71e7e5492cf53a91591af8f871f422d550e7cc43f6b927"
|
||||
dependencies = [
|
||||
"borsh-derive-internal",
|
||||
"borsh-schema-derive-internal",
|
||||
"borsh-derive-internal 0.7.2",
|
||||
"borsh-schema-derive-internal 0.7.2",
|
||||
"proc-macro2 1.0.24",
|
||||
"syn 1.0.58",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "borsh-derive"
|
||||
version = "0.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b637a47728b78a78cd7f4b85bf06d71ef4221840e059a38f048be2422bf673b2"
|
||||
dependencies = [
|
||||
"borsh-derive-internal 0.8.1",
|
||||
"borsh-schema-derive-internal 0.8.1",
|
||||
"proc-macro-crate",
|
||||
"proc-macro2 1.0.24",
|
||||
"syn 1.0.58",
|
||||
]
|
||||
|
@ -270,6 +283,17 @@ dependencies = [
|
|||
"syn 1.0.58",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "borsh-derive-internal"
|
||||
version = "0.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d813fa25eb0bed78c36492cff4415f38c760d6de833d255ba9095bd8ebb7d725"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.24",
|
||||
"quote 1.0.8",
|
||||
"syn 1.0.58",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "borsh-schema-derive-internal"
|
||||
version = "0.7.2"
|
||||
|
@ -281,6 +305,17 @@ dependencies = [
|
|||
"syn 1.0.58",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "borsh-schema-derive-internal"
|
||||
version = "0.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dcf78ee4a98c8cb9eba1bac3d3e2a1ea3d7673c719ce691e67b5cbafc472d3b7"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.24",
|
||||
"quote 1.0.8",
|
||||
"syn 1.0.58",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bs58"
|
||||
version = "0.3.1"
|
||||
|
@ -3667,7 +3702,7 @@ name = "spl-feature-proposal"
|
|||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"borsh",
|
||||
"borsh-derive",
|
||||
"borsh-derive 0.8.1",
|
||||
"futures 0.3.12",
|
||||
"solana-program",
|
||||
"solana-program-test",
|
||||
|
@ -3695,7 +3730,7 @@ name = "spl-math"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"borsh",
|
||||
"borsh-derive",
|
||||
"borsh-derive 0.8.1",
|
||||
"num-derive",
|
||||
"num-traits",
|
||||
"proptest",
|
||||
|
|
|
@ -13,7 +13,7 @@ test-bpf = []
|
|||
|
||||
[dependencies]
|
||||
borsh = "0.7.1"
|
||||
borsh-derive = "0.7.1"
|
||||
borsh-derive = "0.8.1"
|
||||
solana-program = "1.5.8"
|
||||
spl-token = { version = "3.1", path = "../../token/program", features = ["no-entrypoint"] }
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ test-bpf = []
|
|||
|
||||
[dependencies]
|
||||
borsh = "0.7.1"
|
||||
borsh-derive = "0.7.1"
|
||||
borsh-derive = "0.8.1"
|
||||
num-derive = "0.3"
|
||||
num-traits = "0.2"
|
||||
solana-program = "1.5.8"
|
||||
|
|
Loading…
Reference in New Issue