1
0
mirror of https://github.com/actix/examples synced 2025-08-21 22:35:36 +02:00

Merge pull request #1103 from actix/dependabot/cargo/juniper-0.16.2

chore(deps): bump juniper from 0.16.1 to 0.16.2
This commit is contained in:
Rob Ede
2025-06-30 22:56:30 +00:00
committed by GitHub

8
Cargo.lock generated
View File

@@ -4648,9 +4648,9 @@ dependencies = [
[[package]]
name = "juniper"
version = "0.16.1"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "943306315b1a7a03d27af9dfb0c288d9f4da8830c17df4bceb7d50a47da0982c"
checksum = "3478f4a8a2a1c7679944f5f4f08c60d6440f9970da481d79c8f8931201424403"
dependencies = [
"async-trait",
"auto_enums",
@@ -4829,7 +4829,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.53.0",
]
[[package]]
@@ -9737,7 +9737,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]