1
0
mirror of https://github.com/actix/examples synced 2025-08-30 17:50:21 +02:00

chore(deps): bump juniper from 0.16.1 to 0.16.2

Bumps [juniper](https://github.com/graphql-rust/juniper) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/graphql-rust/juniper/releases)
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/release.toml)
- [Commits](https://github.com/graphql-rust/juniper/compare/juniper-v0.16.1...juniper-v0.16.2)

---
updated-dependencies:
- dependency-name: juniper
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-30 20:33:31 +00:00
committed by GitHub
parent 803f7ddedc
commit 3004a73c54

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]]