Skip to content

Commit 3b3df76

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

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

Cargo.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ dependencies = [
719719
"hyper",
720720
"libc",
721721
"pin-project-lite",
722-
"socket2",
722+
"socket2 0.5.10",
723723
"tokio",
724724
"tower-service",
725725
"tracing",
@@ -1596,6 +1596,16 @@ dependencies = [
15961596
"windows-sys 0.52.0",
15971597
]
15981598

1599+
[[package]]
1600+
name = "socket2"
1601+
version = "0.6.0"
1602+
source = "registry+https://github.com/rust-lang/crates.io-index"
1603+
checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
1604+
dependencies = [
1605+
"libc",
1606+
"windows-sys 0.59.0",
1607+
]
1608+
15991609
[[package]]
16001610
name = "strsim"
16011611
version = "0.11.1"
@@ -1689,9 +1699,9 @@ dependencies = [
16891699

16901700
[[package]]
16911701
name = "tokio"
1692-
version = "1.46.1"
1702+
version = "1.47.0"
16931703
source = "registry+https://github.com/rust-lang/crates.io-index"
1694-
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
1704+
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
16951705
dependencies = [
16961706
"backtrace",
16971707
"bytes",
@@ -1702,9 +1712,9 @@ dependencies = [
17021712
"pin-project-lite",
17031713
"signal-hook-registry",
17041714
"slab",
1705-
"socket2",
1715+
"socket2 0.6.0",
17061716
"tokio-macros",
1707-
"windows-sys 0.52.0",
1717+
"windows-sys 0.59.0",
17081718
]
17091719

17101720
[[package]]

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.46.1", features = ["full"] }
23+
tokio = { version = "1.47.0", 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)