Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 99654e0

Browse files
build(deps): bump uint from 0.8.5 to 0.9.1 (#2006)
Bumps [uint](https://github.com/paritytech/parity-common) from 0.8.5 to 0.9.1. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](paritytech/parity-common@uint-v0.8.5...uint-v0.9.1) --- updated-dependencies: - dependency-name: uint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42d165e commit 99654e0

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

Cargo.lock

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

binary-oracle-pair/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ num-traits = "0.2"
1616
solana-program = "1.7.3"
1717
spl-token = { version = "3.1", path = "../../token/program", features = [ "no-entrypoint" ] }
1818
thiserror = "1.0"
19-
uint = "0.8"
19+
uint = "0.9"
2020
arbitrary = { version = "0.4", features = ["derive"], optional = true }
2121
borsh = "0.8.2"
2222

libraries/math/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ num-derive = "0.3"
1818
num-traits = "0.2"
1919
solana-program = "1.7.3"
2020
thiserror = "1.0"
21-
uint = "0.8"
21+
uint = "0.9"
2222

2323
[dev-dependencies]
2424
proptest = "1.0.0"

token-lending/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ num-traits = "0.2"
1919
solana-program = "1.7.3"
2020
spl-token = { path = "../../token/program", features = [ "no-entrypoint" ] }
2121
thiserror = "1.0"
22-
uint = "0.8"
22+
uint = "0.9"
2323

2424
[dev-dependencies]
2525
assert_matches = "1.5.0"

0 commit comments

Comments
 (0)