Эх сурвалжийг харах

build(deps): bump solana-native-token from 2.2.1 to 2.2.2 (#6135)

* build(deps): bump solana-native-token from 2.2.1 to 2.2.2

Bumps [solana-native-token](https://github.com/anza-xyz/solana-sdk) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/anza-xyz/solana-sdk/releases)
- [Commits](https://github.com/anza-xyz/solana-sdk/compare/sdk@v2.2.1...sdk@v2.2.2)

---
updated-dependencies:
- dependency-name: solana-native-token
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update all Cargo files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 6 сар өмнө
parent
commit
6ec6c0bc0c

+ 2 - 2
Cargo.lock

@@ -8777,9 +8777,9 @@ dependencies = [
 
 [[package]]
 name = "solana-native-token"
-version = "2.2.1"
+version = "2.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "33e9de00960197412e4be3902a6cd35e60817c511137aca6c34c66cd5d4017ec"
+checksum = "307fb2f78060995979e9b4f68f833623565ed4e55d3725f100454ce78a99a1a3"
 
 [[package]]
 name = "solana-net-shaper"

+ 1 - 1
Cargo.toml

@@ -473,7 +473,7 @@ solana-merkle-tree = { path = "merkle-tree", version = "=2.3.0" }
 solana-message = "2.3.0"
 solana-metrics = { path = "metrics", version = "=2.3.0" }
 solana-msg = "2.2.1"
-solana-native-token = "2.2.1"
+solana-native-token = "2.2.2"
 solana-net-utils = { path = "net-utils", version = "=2.3.0" }
 solana-nohash-hasher = "0.2.1"
 solana-nonce = "2.2.1"

+ 1 - 1
cli/Cargo.toml

@@ -55,7 +55,7 @@ solana-loader-v4-interface = "=2.2.1"
 solana-loader-v4-program = { workspace = true }
 solana-logger = "=2.3.1"
 solana-message = "=2.3.0"
-solana-native-token = "=2.2.1"
+solana-native-token = "=2.2.2"
 solana-nonce = "=2.2.1"
 solana-offchain-message = { version = "=2.2.1", features = ["verify"] }
 solana-packet = "=2.2.1"

+ 1 - 1
faucet/Cargo.toml

@@ -24,7 +24,7 @@ solana-keypair = "=2.2.1"
 solana-logger = "=2.3.1"
 solana-message = "=2.3.0"
 solana-metrics = { workspace = true }
-solana-native-token = "=2.2.1"
+solana-native-token = "=2.2.2"
 solana-packet = "=2.2.1"
 solana-pubkey = { version = "=2.3.0", features = ["rand"] }
 solana-signer = "=2.2.1"

+ 1 - 1
genesis/Cargo.toml

@@ -34,7 +34,7 @@ solana-keypair = "=2.2.1"
 solana-ledger = { workspace = true }
 solana-loader-v3-interface = "=3.0.0"
 solana-logger = "=2.3.1"
-solana-native-token = "=2.2.1"
+solana-native-token = "=2.2.2"
 solana-poh-config = "=2.2.1"
 solana-pubkey = { version = "=2.3.0", default-features = false }
 solana-rent = "=2.2.1"

+ 1 - 1
gossip/Cargo.toml

@@ -50,7 +50,7 @@ solana-ledger = { workspace = true }
 solana-logger = "=2.3.1"
 solana-measure = { workspace = true }
 solana-metrics = { workspace = true }
-solana-native-token = "=2.2.1"
+solana-native-token = "=2.2.2"
 solana-net-utils = { workspace = true }
 solana-packet = "=2.2.1"
 solana-perf = { workspace = true }

+ 2 - 2
programs/sbf/Cargo.lock

@@ -6798,9 +6798,9 @@ dependencies = [
 
 [[package]]
 name = "solana-native-token"
-version = "2.2.1"
+version = "2.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "33e9de00960197412e4be3902a6cd35e60817c511137aca6c34c66cd5d4017ec"
+checksum = "307fb2f78060995979e9b4f68f833623565ed4e55d3725f100454ce78a99a1a3"
 
 [[package]]
 name = "solana-net-utils"

+ 2 - 2
svm/examples/Cargo.lock

@@ -6601,9 +6601,9 @@ dependencies = [
 
 [[package]]
 name = "solana-native-token"
-version = "2.2.1"
+version = "2.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "33e9de00960197412e4be3902a6cd35e60817c511137aca6c34c66cd5d4017ec"
+checksum = "307fb2f78060995979e9b4f68f833623565ed4e55d3725f100454ce78a99a1a3"
 
 [[package]]
 name = "solana-net-utils"

+ 1 - 1
watchtower/Cargo.toml

@@ -19,7 +19,7 @@ solana-cli-output = { workspace = true }
 solana-hash = "=2.2.1"
 solana-logger = "=2.3.1"
 solana-metrics = { workspace = true }
-solana-native-token = "=2.2.1"
+solana-native-token = "=2.2.2"
 solana-notifier = { workspace = true }
 solana-pubkey = { version = "=2.3.0", default-features = false }
 solana-rpc-client = { workspace = true }