Skip to content

Commit eba877f

Browse files
build(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] <[email protected]>
1 parent 700dbf4 commit eba877f

File tree

2 files changed

+15
-65
lines changed

2 files changed

+15
-65
lines changed

Cargo.lock

Lines changed: 14 additions & 64 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
@@ -11,7 +11,7 @@ license = "GPL-3.0"
1111
gtk = { version = "0.9", package = "gtk4", features = ["v4_18"] }
1212
serde = { version = "1.0.228", features = ["derive"] }
1313
serde_json = "1.0.145"
14-
tokio = { version = "1.47", features = ["full"] }
14+
tokio = { version = "1.48", features = ["full"] }
1515
reqwest = { version = "0.12", default-features = false, features = [
1616
"http2",
1717
"rustls-tls",

0 commit comments

Comments
 (0)