Skip to content

Commit 0369ae2

Browse files
fix(deps): bump tokio from 1.47.1 to 1.48.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3fa226 commit 0369ae2

2 files changed

Lines changed: 30 additions & 29 deletions

File tree

Cargo.lock

Lines changed: 29 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ sysinfo = "0.33.1"
110110
tempfile = "3.18.0"
111111
thiserror = "2.0.12"
112112
time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset", "macros", "serde"] }
113-
tokio = { version = "1.45.0", features = ["full"] }
113+
tokio = { version = "1.48.0", features = ["full"] }
114114
tokio-tungstenite = "0.26.2"
115115
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
116116
toml = "0.8.12"

0 commit comments

Comments
 (0)