Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 60226cd

Browse files
build(deps): bump tokio from 1.39.1 to 1.39.2 (#7063)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.1 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.1...tokio-1.39.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 302d5fa commit 60226cd

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.

token/transfer-hook/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spl-pod = { version = "0.3.0", path = "../../../libraries/pod" }
2121
crate-type = ["cdylib", "lib"]
2222

2323
[dev-dependencies]
24-
tokio = { version = "1.39.1", features = ["full"] }
24+
tokio = { version = "1.39.2", features = ["full"] }
2525

2626
[package.metadata.docs.rs]
2727
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)