Skip to content

Commit c49c562

Browse files
committed
v0.5.1
1 parent fed9a37 commit c49c562

File tree

17 files changed

+1360
-1150
lines changed

17 files changed

+1360
-1150
lines changed

blackjack/Cargo.lock

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

blackjack/programs/blackjack/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ custom-panic = []
2222
[dependencies]
2323
anchor-lang = { version = "0.32.1", features = ["init-if-needed"] }
2424

25-
arcium-client = { version = "0.5.1", default-features = false }
26-
arcium-macros = "0.5.1"
27-
arcium-anchor = "0.5.1"
25+
arcium-client = { version = "=0.5.1", default-features = false }
26+
arcium-macros = "=0.5.1"
27+
arcium-anchor = "=0.5.1"
2828

2929
[lints.rust]
3030
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }

blackjack/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@
149149
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
150150

151151
"@types/node@*":
152-
version "24.10.0"
153-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
154-
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
152+
version "25.0.3"
153+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.3.tgz#79b9ac8318f373fbfaaf6e2784893efa9701f269"
154+
integrity sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==
155155
dependencies:
156156
undici-types "~7.16.0"
157157

@@ -313,9 +313,9 @@ buffer@6.0.3, buffer@^6.0.3, buffer@~6.0.3:
313313
ieee754 "^1.2.1"
314314

315315
bufferutil@^4.0.1:
316-
version "4.0.9"
317-
resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.9.tgz#6e81739ad48a95cad45a279588e13e95e24a800a"
318-
integrity sha512-WDtdLmJvAuNNPzByAYpRo2rF1Mmradw6gvWsQKf63476DDXmomT9zUiGypLcG4ibIM67vhAj8jJRdbmEws2Aqw==
316+
version "4.1.0"
317+
resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.1.0.tgz#a4623541dd23867626bb08a051ec0d2ec0b70294"
318+
integrity sha512-ZMANVnAixE6AWWnPzlW2KpUrxhm9woycYvPOo67jWHyFowASTEd9s+QN1EIMsSDtwhIxN4sWE1jotpuDUIgyIw==
319319
dependencies:
320320
node-gyp-build "^4.3.0"
321321

@@ -867,9 +867,9 @@ require-directory@^2.1.1:
867867
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
868868

869869
rpc-websockets@^9.0.2:
870-
version "9.2.0"
871-
resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-9.2.0.tgz#c95633929ca92c311ed6e169f4c986623f001505"
872-
integrity sha512-DS/XHdPxplQTtNRKiBCRWGBJfjOk56W7fyFUpiYi9fSTWTzoEMbUkn3J4gB0IMniIEVeAGR1/rzFQogzD5MxvQ==
870+
version "9.3.2"
871+
resolved "https://registry.yarnpkg.com/rpc-websockets/-/rpc-websockets-9.3.2.tgz#26b4d7ebaf8e53422528619a3c314e83590d85bf"
872+
integrity sha512-VuW2xJDnl1k8n8kjbdRSWawPRkwaVqUQNjE1TdeTawf0y0abGhtVJFTXCLfgpgGDBkO/Fj6kny8Dc/nvOW78MA==
873873
dependencies:
874874
"@swc/helpers" "^0.5.11"
875875
"@types/uuid" "^8.3.4"

0 commit comments

Comments
 (0)