Skip to content

Commit 727c4b6

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

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

Cargo.lock

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ dependencies = [
719719
"hyper",
720720
"libc",
721721
"pin-project-lite",
722-
"socket2 0.5.10",
722+
"socket2",
723723
"tokio",
724724
"tower-service",
725725
"tracing",
@@ -1586,16 +1586,6 @@ version = "1.15.1"
15861586
source = "registry+https://github.com/rust-lang/crates.io-index"
15871587
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
15881588

1589-
[[package]]
1590-
name = "socket2"
1591-
version = "0.5.10"
1592-
source = "registry+https://github.com/rust-lang/crates.io-index"
1593-
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1594-
dependencies = [
1595-
"libc",
1596-
"windows-sys 0.52.0",
1597-
]
1598-
15991589
[[package]]
16001590
name = "socket2"
16011591
version = "0.6.0"
@@ -1699,9 +1689,9 @@ dependencies = [
16991689

17001690
[[package]]
17011691
name = "tokio"
1702-
version = "1.47.0"
1692+
version = "1.47.1"
17031693
source = "registry+https://github.com/rust-lang/crates.io-index"
1704-
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
1694+
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
17051695
dependencies = [
17061696
"backtrace",
17071697
"bytes",
@@ -1712,7 +1702,7 @@ dependencies = [
17121702
"pin-project-lite",
17131703
"signal-hook-registry",
17141704
"slab",
1715-
"socket2 0.6.0",
1705+
"socket2",
17161706
"tokio-macros",
17171707
"windows-sys 0.59.0",
17181708
]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ schemars = "0.8.22"
2020
serde_json = "1.0.141"
2121
serde = { version = "1.0.219", features = ["derive"] }
2222
serde_yaml = "0.9.34"
23-
tokio = { version = "1.47.0", features = ["full"] }
23+
tokio = { version = "1.47.1", features = ["full"] }
2424
tower = { version = "0.5.2", features = ["limit"] }
2525
tracing = "0.1.41"
2626
tracing-subscriber = "0.3.19"

0 commit comments

Comments
 (0)