|
@@ -76,14 +76,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "ahash"
|
|
|
-version = "0.8.3"
|
|
|
+version = "0.8.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
+checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
"getrandom 0.2.10",
|
|
|
"once_cell",
|
|
|
"version_check",
|
|
|
+ "zerocopy",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -260,6 +261,7 @@ dependencies = [
|
|
|
name = "anchor-lang"
|
|
|
version = "0.29.0"
|
|
|
dependencies = [
|
|
|
+ "ahash 0.8.6",
|
|
|
"anchor-attribute-access-control",
|
|
|
"anchor-attribute-account",
|
|
|
"anchor-attribute-constant",
|
|
@@ -1929,7 +1931,7 @@ version = "0.13.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
dependencies = [
|
|
|
- "ahash 0.8.3",
|
|
|
+ "ahash 0.8.6",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3918,7 +3920,7 @@ version = "1.17.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7fdc9268b1abba206e1a8a234473eb5f7f7af660a86e4d468e7e79b3e5667aa9"
|
|
|
dependencies = [
|
|
|
- "ahash 0.8.3",
|
|
|
+ "ahash 0.8.6",
|
|
|
"blake3",
|
|
|
"block-buffer 0.10.4",
|
|
|
"bs58 0.4.0",
|
|
@@ -4018,7 +4020,7 @@ version = "1.17.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "03d0b706a083218777c52adbb6138b96c143e06031d41ec9c32cf1da9c352c7c"
|
|
|
dependencies = [
|
|
|
- "ahash 0.8.3",
|
|
|
+ "ahash 0.8.6",
|
|
|
"bincode",
|
|
|
"bv",
|
|
|
"caps",
|
|
@@ -5698,6 +5700,26 @@ dependencies = [
|
|
|
"time",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "zerocopy"
|
|
|
+version = "0.7.32"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
|
|
+dependencies = [
|
|
|
+ "zerocopy-derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerocopy-derive"
|
|
|
+version = "0.7.32"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.37",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "zeroize"
|
|
|
version = "1.3.0"
|