Merge pull request 'chore(deps): update all non-major dependencies to v7.2.1' (#234) from renovate/all-minor-patch into master
Some checks failed
Continuous integration / Check (push) Has been cancelled
Continuous integration / Test Suite (push) Has been cancelled
Continuous integration / Trunk (push) Has been cancelled
Continuous integration / Rustfmt (push) Has been cancelled
Continuous integration / build (push) Has been cancelled
Continuous integration / Disallow unused dependencies (push) Has been cancelled

This commit was merged in pull request #234.
This commit is contained in:
2026-01-20 10:47:32 -08:00

26
Cargo.lock generated
View File

@@ -222,9 +222,9 @@ dependencies = [
[[package]]
name = "async-graphql"
version = "7.2.0"
version = "7.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57b75e6d81f69e47038fb2f08c54dc9180fabef56856b7a74e4082157f2e5536"
checksum = "1057a9f7ccf2404d94571dec3451ade1cb524790df6f1ada0d19c2a49f6b0f40"
dependencies = [
"async-graphql-derive",
"async-graphql-parser",
@@ -257,9 +257,9 @@ dependencies = [
[[package]]
name = "async-graphql-axum"
version = "7.2.0"
version = "7.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6197f3d8bc7dae675a5d82ce45316802a0569801ff5ce9cda6d0514cb80bee57"
checksum = "a1e37c5532e4b686acf45e7162bc93da91fc2c702fb0d465efc2c20c8f973795"
dependencies = [
"async-graphql",
"axum",
@@ -274,9 +274,9 @@ dependencies = [
[[package]]
name = "async-graphql-derive"
version = "7.2.0"
version = "7.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8587c1c72749f54250633a725203d537ebda851b68d85c2a8d18a3adc0bf72d6"
checksum = "2e6cbeadc8515e66450fba0985ce722192e28443697799988265d86304d7cc68"
dependencies = [
"Inflector",
"async-graphql-parser",
@@ -291,9 +291,9 @@ dependencies = [
[[package]]
name = "async-graphql-parser"
version = "7.2.0"
version = "7.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "577ec8cb624048d11465439c2b25d28362cb08c154b530421f456debc7083fdf"
checksum = "e64ef70f77a1c689111e52076da1cd18f91834bcb847de0a9171f83624b07fbf"
dependencies = [
"async-graphql-value",
"pest",
@@ -303,9 +303,9 @@ dependencies = [
[[package]]
name = "async-graphql-value"
version = "7.2.0"
version = "7.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e747684314ff7454a1f3b6fe5341e15148b1f17f30c9f6ecc55832dd1f053c47"
checksum = "3e3ef112905abea9dea592fc868a6873b10ebd3f983e83308f995d6284e9ba41"
dependencies = [
"bytes 1.11.0",
"indexmap 2.13.0",
@@ -2807,7 +2807,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
"socket2 0.5.10",
"socket2 0.6.1",
"system-configuration",
"tokio 1.49.0",
"tower-service",
@@ -4622,7 +4622,7 @@ dependencies = [
"quinn-udp",
"rustc-hash",
"rustls",
"socket2 0.5.10",
"socket2 0.6.1",
"thiserror 2.0.18",
"tokio 1.49.0",
"tracing",
@@ -4660,7 +4660,7 @@ dependencies = [
"cfg_aliases",
"libc",
"once_cell",
"socket2 0.5.10",
"socket2 0.6.1",
"tracing",
"windows-sys 0.59.0",
]