From d86ecb30873a63c75f25596109a76a4df0b9d162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:43:18 +0200 Subject: [PATCH] build(deps): bump uint from 0.9.1 to 0.10.0 (#7261) * build(deps): bump uint from 0.9.1 to 0.10.0 Bumps [uint](https://github.com/paritytech/parity-common) from 0.9.1 to 0.10.0. - [Commits](https://github.com/paritytech/parity-common/compare/uint-v0.9.1...uint-v0.10.0) --- updated-dependencies: - dependency-name: uint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Allow missing docs for new version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon C --- Cargo.lock | 4 ++-- binary-option/program/Cargo.toml | 2 +- binary-oracle-pair/program/Cargo.toml | 2 +- libraries/math/Cargo.toml | 2 +- libraries/math/src/uint.rs | 1 + token-lending/program/Cargo.toml | 2 +- token-lending/program/src/math/decimal.rs | 1 + token-lending/program/src/math/rate.rs | 1 + 8 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f3a8ca3820..4a88221431a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8839,9 +8839,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "uint" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f" +checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" dependencies = [ "byteorder", "crunchy", diff --git a/binary-option/program/Cargo.toml b/binary-option/program/Cargo.toml index fc7d4c68d69..001184cd43b 100644 --- a/binary-option/program/Cargo.toml +++ b/binary-option/program/Cargo.toml @@ -16,7 +16,7 @@ spl-token = { version = "6.0", path = "../../token/program", features = [ ] } arrayref = "0.3.8" borsh = "1.5.1" -uint = "0.9" +uint = "0.10" [lib] crate-type = ["cdylib", "lib"] diff --git a/binary-oracle-pair/program/Cargo.toml b/binary-oracle-pair/program/Cargo.toml index 2042a33c970..92579f83566 100644 --- a/binary-oracle-pair/program/Cargo.toml +++ b/binary-oracle-pair/program/Cargo.toml @@ -18,7 +18,7 @@ spl-token = { version = "6.0", path = "../../token/program", features = [ "no-entrypoint", ] } thiserror = "1.0" -uint = "0.9" +uint = "0.10" borsh = "1.5.1" [dev-dependencies] diff --git a/libraries/math/Cargo.toml b/libraries/math/Cargo.toml index 0c9d3a7838f..d2ae096756b 100644 --- a/libraries/math/Cargo.toml +++ b/libraries/math/Cargo.toml @@ -17,7 +17,7 @@ num-derive = "0.4" num-traits = "0.2" solana-program = "2.0.3" thiserror = "1.0" -uint = "0.9" +uint = "0.10" [dev-dependencies] proptest = "1.5.0" diff --git a/libraries/math/src/uint.rs b/libraries/math/src/uint.rs index da7adc00d20..43f952fc3b8 100644 --- a/libraries/math/src/uint.rs +++ b/libraries/math/src/uint.rs @@ -5,6 +5,7 @@ #![allow(clippy::assign_op_pattern)] #![allow(clippy::ptr_offset_with_cast)] #![allow(clippy::manual_range_contains)] +#![allow(missing_docs)] use uint::construct_uint; diff --git a/token-lending/program/Cargo.toml b/token-lending/program/Cargo.toml index f6f8871bcf7..9bdfb9d8b83 100644 --- a/token-lending/program/Cargo.toml +++ b/token-lending/program/Cargo.toml @@ -19,7 +19,7 @@ num-traits = "0.2" solana-program = "2.0.3" spl-token = { version = "6.0", path = "../../token/program", features = [ "no-entrypoint" ] } thiserror = "1.0" -uint = "0.9" +uint = "0.10" [dev-dependencies] assert_matches = "1.5.0" diff --git a/token-lending/program/src/math/decimal.rs b/token-lending/program/src/math/decimal.rs index 8e835b15981..957778ab163 100644 --- a/token-lending/program/src/math/decimal.rs +++ b/token-lending/program/src/math/decimal.rs @@ -11,6 +11,7 @@ #![allow(clippy::assign_op_pattern)] #![allow(clippy::ptr_offset_with_cast)] #![allow(clippy::manual_range_contains)] +#![allow(missing_docs)] use { crate::{ diff --git a/token-lending/program/src/math/rate.rs b/token-lending/program/src/math/rate.rs index 166b6d5bf9f..12d3090486f 100644 --- a/token-lending/program/src/math/rate.rs +++ b/token-lending/program/src/math/rate.rs @@ -17,6 +17,7 @@ #![allow(clippy::ptr_offset_with_cast)] #![allow(clippy::reversed_empty_ranges)] #![allow(clippy::manual_range_contains)] +#![allow(missing_docs)] use { crate::{