Skip to content

Commit f236db9

Browse files
Bump uint from 0.9.5 to 0.10.0
Bumps [uint](https://github.com/paritytech/parity-common) from 0.9.5 to 0.10.0. - [Commits](paritytech/parity-common@uint-v0.9.5...uint-v0.10.0) --- updated-dependencies: - dependency-name: uint dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3edef23 commit f236db9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

programs/whirlpool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ anchor-lang = { version = "=0.32.1" }
2222
anchor-spl = { version = "=0.32.1", features = ["metadata", "memo"] }
2323
spl-transfer-hook-interface ={ version = "=0.9.0" }
2424
solana-program = { version = "=2.2.1" }
25-
uint = { version = "=0.9.5", default-features = false }
25+
uint = { version = "=0.10.0", default-features = false }
2626
arrayref = { version = "=0.3.9" }
2727
solana-security-txt = { version = "=1.1.1" }
2828
bytemuck = { version = "=1.22.0", features = ["derive", "min_const_generics"] }

0 commit comments

Comments
 (0)