Skip to content

Commit 4a44373

Browse files
dependabot[bot]Virv12
authored andcommitted
Bump tokio from 1.43.1 to 1.44.2 in /pixie-server
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4edf735 commit 4a44373

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pixie-server/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.

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.0.8", default-features = false, features = ["alloc"] }
1717
serde = "1.0.219"
1818
serde_derive = "1.0.193"
1919
serde_yaml = "0.9"
20-
tokio = { version = "1.43.1", features = ["macros", "fs", "rt-multi-thread", "sync", "signal"] }
20+
tokio = { version = "1.44.2", features = ["macros", "fs", "rt-multi-thread", "sync", "signal"] }
2121
serde_json = "1.0.140"
2222
hostfile = "1.1.1"
2323
hex = "0.4.3"

0 commit comments

Comments
 (0)