fix(deps): update all dependencies to v3.10.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-02-11 01:42:11 +00:00
parent 0ac50ae854
commit af982d257d

26
Cargo.lock generated
View File

@ -224,9 +224,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]] [[package]]
name = "cynic" name = "cynic"
version = "3.9.1" version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17334136b717249d58b05739a825e2c83f53b0beee0e1f714c332cf48eee7023" checksum = "c99c59968c8aa7f90d84240ab6ded4d3864125ce36b5b044554542cebc974946"
dependencies = [ dependencies = [
"cynic-proc-macros", "cynic-proc-macros",
"ref-cast", "ref-cast",
@ -239,9 +239,9 @@ dependencies = [
[[package]] [[package]]
name = "cynic-codegen" name = "cynic-codegen"
version = "3.9.1" version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa0d13b24fe724349a8363f04183d4ee0dc2ab5e40c574f8f8ee2edbc0d344d" checksum = "332695dddff7f260dfda1e97502b6440d443816f576994548b7751494991d2e3"
dependencies = [ dependencies = [
"cynic-parser", "cynic-parser",
"darling", "darling",
@ -256,9 +256,9 @@ dependencies = [
[[package]] [[package]]
name = "cynic-introspection" name = "cynic-introspection"
version = "3.9.1" version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f20cce89f9085ccbd04042428d60f46db2382ae3fa288e593678d1d3c8c356dd" checksum = "599917874a01992b0bc254599da2bae33c066fc33a4fc99157c17d938221046c"
dependencies = [ dependencies = [
"cynic", "cynic",
"cynic-codegen", "cynic-codegen",
@ -268,9 +268,9 @@ dependencies = [
[[package]] [[package]]
name = "cynic-parser" name = "cynic-parser"
version = "0.8.7" version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86a21da88ae46f2be6a622880a72f968d05c50b5a797e525332d0c988f693f70" checksum = "718db83de607a233ef38f7cc2d18847c36a3529d7cd614b13c78c52c2fb61b7b"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"lalrpop-util", "lalrpop-util",
@ -279,9 +279,9 @@ dependencies = [
[[package]] [[package]]
name = "cynic-proc-macros" name = "cynic-proc-macros"
version = "3.9.1" version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046126da74af834da9b8b6e9c2a8e56bf85bc4f2b871550586008237b64ff6bb" checksum = "a7880789c425a73aff3ba286b2a9c794f330d4770769a42a1493d6175e4606c1"
dependencies = [ dependencies = [
"cynic-codegen", "cynic-codegen",
"darling", "darling",
@ -369,7 +369,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]]
@ -1318,7 +1318,7 @@ dependencies = [
"errno", "errno",
"libc", "libc",
"linux-raw-sys", "linux-raw-sys",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -1612,7 +1612,7 @@ dependencies = [
"fastrand", "fastrand",
"once_cell", "once_cell",
"rustix", "rustix",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]