Skip to content

Commit f47d441

Browse files
chore(deps): bump tokio from 1.45.0 to 1.45.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.0 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a02a367 commit f47d441

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.

apps/freenet-ping/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rand = "0.8.5"
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
tempfile = "3.9.0"
18-
tokio = { version = "1.0", features = ["full"] }
18+
tokio = { version = "1.45", features = ["full"] }
1919
tokio-tungstenite = "0.26.1"
2020
tracing = { version = "0.1", features = ["log"] }
2121
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)