build(deps): bump uint from 0.8.5 to 0.9.0

Bumps [uint](https://github.com/paritytech/parity-common) from 0.8.5 to 0.9.0.
- [Release notes](https://github.com/paritytech/parity-common/releases)
- [Commits](https://github.com/paritytech/parity-common/compare/uint-v0.8.5...uint-v0.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-30 16:42:59 +00:00 committed by GitHub
parent a029447484
commit 3493806e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 12 deletions

12
Cargo.lock generated
View File

@ -2658,12 +2658,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc-hex"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
[[package]]
name = "rustc_version"
version = "0.2.3"
@ -4562,13 +4556,13 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "uint"
version = "0.8.5"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9db035e67dfaf7edd9aebfe8676afcd63eed53c8a4044fed514c8cccf1835177"
checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e"
dependencies = [
"byteorder",
"crunchy",
"rustc-hex",
"hex",
"static_assertions",
]

View File

@ -16,7 +16,7 @@ num-traits = "0.2"
solana-program = "1.6.2"
spl-token = { version = "3.0", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
uint = "0.8"
uint = "0.9"
arbitrary = { version = "0.4", features = ["derive"], optional = true }
borsh = "0.8.2"

View File

@ -18,7 +18,7 @@ num-derive = "0.3"
num-traits = "0.2"
solana-program = "1.6.2"
thiserror = "1.0"
uint = "0.8"
uint = "0.9"
[dev-dependencies]
proptest = "0.10"

View File

@ -20,7 +20,7 @@ serum_dex = { git = "https://github.com/project-serum/serum-dex", rev = "991a86e
solana-program = "1.6.2"
spl-token = { path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
uint = "0.8"
uint = "0.9"
[dev-dependencies]
assert_matches = "1.5.0"