Skip to content

Commit 2b91415

Browse files
dependabot[bot]Virv12
authored andcommitted
Bump tokio from 1.44.2 to 1.48.0 in /pixie-server
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...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 1fcc361 commit 2b91415

2 files changed

Lines changed: 103 additions & 66 deletions

File tree

pixie-server/Cargo.lock

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

pixie-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ postcard = { version = "1.1.3", default-features = false, features = ["alloc"] }
1717
serde = "1.0.228"
1818
serde_derive = "1.0.193"
1919
serde_yaml = "0.9"
20-
tokio = { version = "1.44.2", features = ["macros", "fs", "rt-multi-thread", "sync", "signal"] }
20+
tokio = { version = "1.48.0", features = ["macros", "fs", "rt-multi-thread", "sync", "signal"] }
2121
serde_json = "1.0.145"
2222
hostfile = "1.1.1"
2323
hex = "0.4.3"

0 commit comments

Comments
 (0)