Merge pull request 'fix(deps): update rust crate tokio to v1.43.0' (#24) from renovate/tokio-1.x-lockfile into master

Reviewed-on: #24
This commit is contained in:
Bill Thiede 2025-02-09 14:52:02 -08:00
commit 3491cb9593

102
Cargo.lock generated
View File

@ -38,18 +38,6 @@ dependencies = [
"version_check", "version_check",
] ]
[[package]]
name = "ahash"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if 1.0.0",
"once_cell",
"version_check",
"zerocopy",
]
[[package]] [[package]]
name = "aho-corasick" name = "aho-corasick"
version = "1.1.3" version = "1.1.3"
@ -685,7 +673,7 @@ dependencies = [
"serde", "serde",
"sqlx", "sqlx",
"thiserror 1.0.69", "thiserror 1.0.69",
"tokio 1.42.0", "tokio 1.43.0",
"tracing", "tracing",
"urlencoding", "urlencoding",
] ]
@ -887,7 +875,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"thread_local", "thread_local",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-stream", "tokio-stream",
"tonic", "tonic",
"tracing", "tracing",
@ -1509,7 +1497,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [ dependencies = [
"libc", "libc",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -2067,7 +2055,7 @@ dependencies = [
"http 0.2.12", "http 0.2.12",
"indexmap 2.7.0", "indexmap 2.7.0",
"slab", "slab",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-util", "tokio-util",
"tracing", "tracing",
] ]
@ -2086,7 +2074,7 @@ dependencies = [
"http 1.2.0", "http 1.2.0",
"indexmap 2.7.0", "indexmap 2.7.0",
"slab", "slab",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-util", "tokio-util",
"tracing", "tracing",
] ]
@ -2117,7 +2105,7 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [ dependencies = [
"ahash 0.7.8", "ahash",
] ]
[[package]] [[package]]
@ -2237,16 +2225,16 @@ dependencies = [
[[package]] [[package]]
name = "html5ever" name = "html5ever"
version = "0.26.0" version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
dependencies = [ dependencies = [
"log", "log",
"mac", "mac",
"markup5ever 0.11.0", "markup5ever 0.12.1",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 1.0.109", "syn 2.0.90",
] ]
[[package]] [[package]]
@ -2418,7 +2406,7 @@ dependencies = [
"itoa 1.0.14", "itoa 1.0.14",
"pin-project-lite", "pin-project-lite",
"socket2", "socket2",
"tokio 1.42.0", "tokio 1.43.0",
"tower-service", "tower-service",
"tracing", "tracing",
"want 0.3.1", "want 0.3.1",
@ -2441,7 +2429,7 @@ dependencies = [
"itoa 1.0.14", "itoa 1.0.14",
"pin-project-lite", "pin-project-lite",
"smallvec 1.13.2", "smallvec 1.13.2",
"tokio 1.42.0", "tokio 1.43.0",
"want 0.3.1", "want 0.3.1",
] ]
@ -2457,7 +2445,7 @@ dependencies = [
"hyper-util", "hyper-util",
"rustls", "rustls",
"rustls-pki-types", "rustls-pki-types",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-rustls", "tokio-rustls",
"tower-service", "tower-service",
"webpki-roots", "webpki-roots",
@ -2472,7 +2460,7 @@ dependencies = [
"hyper 1.5.2", "hyper 1.5.2",
"hyper-util", "hyper-util",
"pin-project-lite", "pin-project-lite",
"tokio 1.42.0", "tokio 1.43.0",
"tower-service", "tower-service",
] ]
@ -2500,7 +2488,7 @@ dependencies = [
"hyper 1.5.2", "hyper 1.5.2",
"hyper-util", "hyper-util",
"native-tls", "native-tls",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-native-tls", "tokio-native-tls",
"tower-service", "tower-service",
] ]
@ -2519,7 +2507,7 @@ dependencies = [
"hyper 1.5.2", "hyper 1.5.2",
"pin-project-lite", "pin-project-lite",
"socket2", "socket2",
"tokio 1.42.0", "tokio 1.43.0",
"tower-service", "tower-service",
"tracing", "tracing",
] ]
@ -2943,7 +2931,7 @@ dependencies = [
"sqlx", "sqlx",
"tantivy", "tantivy",
"thiserror 1.0.69", "thiserror 1.0.69",
"tokio 1.42.0", "tokio 1.43.0",
"tracing", "tracing",
"url", "url",
"urlencoding", "urlencoding",
@ -3120,13 +3108,13 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]] [[package]]
name = "markup5ever" name = "markup5ever"
version = "0.11.0" version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
dependencies = [ dependencies = [
"log", "log",
"phf 0.10.1", "phf 0.11.2",
"phf_codegen 0.10.0", "phf_codegen 0.11.2",
"string_cache", "string_cache",
"string_cache_codegen", "string_cache_codegen",
"tendril", "tendril",
@ -3363,7 +3351,7 @@ dependencies = [
"memchr", "memchr",
"mime", "mime",
"spin", "spin",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-util", "tokio-util",
"version_check", "version_check",
] ]
@ -3656,7 +3644,7 @@ dependencies = [
"prost", "prost",
"reqwest", "reqwest",
"thiserror 1.0.69", "thiserror 1.0.69",
"tokio 1.42.0", "tokio 1.43.0",
"tonic", "tonic",
"tracing", "tracing",
] ]
@ -3723,7 +3711,7 @@ dependencies = [
"rand 0.8.5", "rand 0.8.5",
"serde_json", "serde_json",
"thiserror 1.0.69", "thiserror 1.0.69",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
] ]
@ -4277,7 +4265,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"itertools 0.10.5", "itertools 0.12.1",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.90", "syn 2.0.90",
@ -4306,7 +4294,7 @@ dependencies = [
"rustls", "rustls",
"socket2", "socket2",
"thiserror 2.0.8", "thiserror 2.0.8",
"tokio 1.42.0", "tokio 1.43.0",
"tracing", "tracing",
] ]
@ -4636,7 +4624,7 @@ dependencies = [
"serde_urlencoded", "serde_urlencoded",
"sync_wrapper", "sync_wrapper",
"system-configuration", "system-configuration",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-native-tls", "tokio-native-tls",
"tokio-rustls", "tokio-rustls",
"tower 0.5.2", "tower 0.5.2",
@ -4694,7 +4682,7 @@ dependencies = [
"state", "state",
"tempfile", "tempfile",
"time 0.3.37", "time 0.3.37",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-stream", "tokio-stream",
"tokio-util", "tokio-util",
"ubyte", "ubyte",
@ -4759,7 +4747,7 @@ dependencies = [
"stable-pattern", "stable-pattern",
"state", "state",
"time 0.3.37", "time 0.3.37",
"tokio 1.42.0", "tokio 1.43.0",
"uncased", "uncased",
] ]
@ -4933,7 +4921,7 @@ dependencies = [
"errno", "errno",
"libc", "libc",
"linux-raw-sys", "linux-raw-sys",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -5503,7 +5491,7 @@ dependencies = [
"smallvec 1.13.2", "smallvec 1.13.2",
"thiserror 2.0.8", "thiserror 2.0.8",
"time 0.3.37", "time 0.3.37",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
"url", "url",
@ -5544,7 +5532,7 @@ dependencies = [
"sqlx-sqlite", "sqlx-sqlite",
"syn 2.0.90", "syn 2.0.90",
"tempfile", "tempfile",
"tokio 1.42.0", "tokio 1.43.0",
"url", "url",
] ]
@ -5989,7 +5977,7 @@ dependencies = [
"fastrand", "fastrand",
"once_cell", "once_cell",
"rustix", "rustix",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -6146,9 +6134,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.42.0" version = "1.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes 1.9.0", "bytes 1.9.0",
@ -6228,9 +6216,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-macros" name = "tokio-macros"
version = "2.4.0" version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -6244,7 +6232,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [ dependencies = [
"native-tls", "native-tls",
"tokio 1.42.0", "tokio 1.43.0",
] ]
[[package]] [[package]]
@ -6292,7 +6280,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
dependencies = [ dependencies = [
"rustls", "rustls",
"tokio 1.42.0", "tokio 1.43.0",
] ]
[[package]] [[package]]
@ -6320,7 +6308,7 @@ checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"pin-project-lite", "pin-project-lite",
"tokio 1.42.0", "tokio 1.43.0",
] ]
[[package]] [[package]]
@ -6420,7 +6408,7 @@ dependencies = [
"futures-io", "futures-io",
"futures-sink", "futures-sink",
"pin-project-lite", "pin-project-lite",
"tokio 1.42.0", "tokio 1.43.0",
] ]
[[package]] [[package]]
@ -6481,7 +6469,7 @@ dependencies = [
"rustls-native-certs", "rustls-native-certs",
"rustls-pemfile", "rustls-pemfile",
"socket2", "socket2",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-rustls", "tokio-rustls",
"tokio-stream", "tokio-stream",
"tower 0.4.13", "tower 0.4.13",
@ -6526,7 +6514,7 @@ dependencies = [
"pin-project-lite", "pin-project-lite",
"rand 0.8.5", "rand 0.8.5",
"slab", "slab",
"tokio 1.42.0", "tokio 1.43.0",
"tokio-util", "tokio-util",
"tower-layer", "tower-layer",
"tower-service", "tower-service",
@ -6543,7 +6531,7 @@ dependencies = [
"futures-util", "futures-util",
"pin-project-lite", "pin-project-lite",
"sync_wrapper", "sync_wrapper",
"tokio 1.42.0", "tokio 1.43.0",
"tower-layer", "tower-layer",
"tower-service", "tower-service",
] ]
@ -7291,7 +7279,7 @@ dependencies = [
"opentelemetry-stdout", "opentelemetry-stdout",
"opentelemetry_sdk", "opentelemetry_sdk",
"thiserror 2.0.8", "thiserror 2.0.8",
"tokio 1.42.0", "tokio 1.43.0",
"tracing", "tracing",
"tracing-appender", "tracing-appender",
"tracing-core", "tracing-core",