Skip to content

Commit 9280de0

Browse files
build(deps): bump tokio from 1.47.1 to 1.48.0 (#14641)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b77e3d commit 9280de0

File tree

1 file changed

+6
-80
lines changed

1 file changed

+6
-80
lines changed

Cargo.lock

Lines changed: 6 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@
22
# It is not intended for manual editing.
33
version = 4
44

5-
[[package]]
6-
name = "addr2line"
7-
version = "0.25.1"
8-
source = "registry+https://github.com/rust-lang/crates.io-index"
9-
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
10-
dependencies = [
11-
"gimli",
12-
]
13-
14-
[[package]]
15-
name = "adler2"
16-
version = "2.0.1"
17-
source = "registry+https://github.com/rust-lang/crates.io-index"
18-
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19-
205
[[package]]
216
name = "ahash"
227
version = "0.8.12"
@@ -201,21 +186,6 @@ dependencies = [
201186
"tokio",
202187
]
203188

204-
[[package]]
205-
name = "backtrace"
206-
version = "0.3.76"
207-
source = "registry+https://github.com/rust-lang/crates.io-index"
208-
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
209-
dependencies = [
210-
"addr2line",
211-
"cfg-if",
212-
"libc",
213-
"miniz_oxide",
214-
"object",
215-
"rustc-demangle",
216-
"windows-link 0.2.0",
217-
]
218-
219189
[[package]]
220190
name = "base64"
221191
version = "0.22.1"
@@ -791,12 +761,6 @@ dependencies = [
791761
"windows-targets",
792762
]
793763

794-
[[package]]
795-
name = "gimli"
796-
version = "0.32.3"
797-
source = "registry+https://github.com/rust-lang/crates.io-index"
798-
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
799-
800764
[[package]]
801765
name = "glob"
802766
version = "0.3.3"
@@ -1082,17 +1046,6 @@ dependencies = [
10821046
"hashbrown",
10831047
]
10841048

1085-
[[package]]
1086-
name = "io-uring"
1087-
version = "0.7.10"
1088-
source = "registry+https://github.com/rust-lang/crates.io-index"
1089-
checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
1090-
dependencies = [
1091-
"bitflags",
1092-
"cfg-if",
1093-
"libc",
1094-
]
1095-
10961049
[[package]]
10971050
name = "ipnet"
10981051
version = "2.11.0"
@@ -1657,15 +1610,6 @@ version = "0.2.1"
16571610
source = "registry+https://github.com/rust-lang/crates.io-index"
16581611
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
16591612

1660-
[[package]]
1661-
name = "miniz_oxide"
1662-
version = "0.8.9"
1663-
source = "registry+https://github.com/rust-lang/crates.io-index"
1664-
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1665-
dependencies = [
1666-
"adler2",
1667-
]
1668-
16691613
[[package]]
16701614
name = "mio"
16711615
version = "1.0.4"
@@ -1693,7 +1637,7 @@ version = "0.50.3"
16931637
source = "registry+https://github.com/rust-lang/crates.io-index"
16941638
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
16951639
dependencies = [
1696-
"windows-sys 0.59.0",
1640+
"windows-sys 0.61.0",
16971641
]
16981642

16991643
[[package]]
@@ -1705,15 +1649,6 @@ dependencies = [
17051649
"autocfg",
17061650
]
17071651

1708-
[[package]]
1709-
name = "object"
1710-
version = "0.37.3"
1711-
source = "registry+https://github.com/rust-lang/crates.io-index"
1712-
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1713-
dependencies = [
1714-
"memchr",
1715-
]
1716-
17171652
[[package]]
17181653
name = "once_cell"
17191654
version = "1.21.3"
@@ -2100,12 +2035,6 @@ dependencies = [
21002035
"windows-sys 0.52.0",
21012036
]
21022037

2103-
[[package]]
2104-
name = "rustc-demangle"
2105-
version = "0.1.26"
2106-
source = "registry+https://github.com/rust-lang/crates.io-index"
2107-
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
2108-
21092038
[[package]]
21102039
name = "rustc-hash"
21112040
version = "2.1.1"
@@ -2521,29 +2450,26 @@ dependencies = [
25212450

25222451
[[package]]
25232452
name = "tokio"
2524-
version = "1.47.1"
2453+
version = "1.48.0"
25252454
source = "registry+https://github.com/rust-lang/crates.io-index"
2526-
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
2455+
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
25272456
dependencies = [
2528-
"backtrace",
25292457
"bytes",
2530-
"io-uring",
25312458
"libc",
25322459
"mio",
25332460
"parking_lot",
25342461
"pin-project-lite",
25352462
"signal-hook-registry",
2536-
"slab",
25372463
"socket2 0.6.0",
25382464
"tokio-macros",
2539-
"windows-sys 0.59.0",
2465+
"windows-sys 0.61.0",
25402466
]
25412467

25422468
[[package]]
25432469
name = "tokio-macros"
2544-
version = "2.5.0"
2470+
version = "2.6.0"
25452471
source = "registry+https://github.com/rust-lang/crates.io-index"
2546-
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2472+
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
25472473
dependencies = [
25482474
"proc-macro2",
25492475
"quote",

0 commit comments

Comments
 (0)