|
|
@@ -381,19 +381,19 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "borsh"
|
|
|
-version = "0.9.3"
|
|
|
+version = "0.10.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
|
|
|
+checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
|
|
|
dependencies = [
|
|
|
"borsh-derive",
|
|
|
- "hashbrown 0.11.2",
|
|
|
+ "hashbrown 0.12.3",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "borsh-derive"
|
|
|
-version = "0.9.3"
|
|
|
+version = "0.10.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
|
|
|
+checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
|
|
|
dependencies = [
|
|
|
"borsh-derive-internal",
|
|
|
"borsh-schema-derive-internal",
|
|
|
@@ -404,9 +404,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "borsh-derive-internal"
|
|
|
-version = "0.9.3"
|
|
|
+version = "0.10.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
|
|
|
+checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
@@ -415,9 +415,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "borsh-schema-derive-internal"
|
|
|
-version = "0.9.3"
|
|
|
+version = "0.10.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
|
|
|
+checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
@@ -1486,7 +1486,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "fortuna"
|
|
|
-version = "3.0.1"
|
|
|
+version = "3.0.2"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"axum",
|
|
|
@@ -1731,19 +1731,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "hashbrown"
|
|
|
-version = "0.11.2"
|
|
|
+version = "0.12.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
dependencies = [
|
|
|
"ahash",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.12.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "hashbrown"
|
|
|
version = "0.14.1"
|
|
|
@@ -2825,7 +2819,6 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "pythnet-sdk"
|
|
|
version = "2.0.0"
|
|
|
-source = "git+https://github.com/pyth-network/pyth-crosschain#d87cd7c5fdcf371837b7aa41dee35a04cdd6731d"
|
|
|
dependencies = [
|
|
|
"bincode",
|
|
|
"borsh",
|