[PR #276] [MERGED] build(deps): bump juniper from 0.15.9 to 0.15.10 #653

Closed
opened 2026-02-27 08:18:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/276
Author: @dependabot[bot]
Created: 7/30/2022
Status: Merged
Merged: 7/30/2022
Merged by: @nitnelave

Base: mainHead: dependabot/cargo/juniper-0.15.10


📝 Commits (1)

  • 5dd562e build(deps): bump juniper from 0.15.9 to 0.15.10

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 server/Cargo.toml (+1 -1)

📄 Description

Bumps juniper from 0.15.9 to 0.15.10.

Release notes

Sourced from juniper's releases.

juniper-v0.15.10

Changelog

Commits
  • 6fd7a59 Release juniper 0.15.10
  • 8d28cdb Backport CVE-2022-31173 fix from GHSA-4rx6-g5vg-5f3j
  • c650713 Backport accepting explicit null argument for nullable list input paramet...
  • 8276173 Release juniper_iron 0.7.6
  • 6dbb574 Release juniper_hyper 0.7.3
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/276 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/30/2022 **Status:** ✅ Merged **Merged:** 7/30/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `dependabot/cargo/juniper-0.15.10` --- ### 📝 Commits (1) - [`5dd562e`](https://github.com/lldap/lldap/commit/5dd562eecf800d36820f94b2a79951c979ae3d87) build(deps): bump juniper from 0.15.9 to 0.15.10 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [juniper](https://github.com/graphql-rust/juniper) from 0.15.9 to 0.15.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graphql-rust/juniper/releases">juniper's releases</a>.</em></p> <blockquote> <h2>juniper-v0.15.10</h2> <p><a href="https://github.com/graphql-rust/juniper/blob/juniper-v0.15.10/juniper/CHANGELOG.md#01510-2022-07-28">Changelog</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graphql-rust/juniper/commit/6fd7a591cf43255712f102892a46c732ee193f9e"><code>6fd7a59</code></a> Release <code>juniper</code> 0.15.10</li> <li><a href="https://github.com/graphql-rust/juniper/commit/8d28cdba6eb10f53490ba41d1b5cb40506c2de22"><code>8d28cdb</code></a> Backport CVE-2022-31173 fix from GHSA-4rx6-g5vg-5f3j</li> <li><a href="https://github.com/graphql-rust/juniper/commit/c6507139978253530a72f0612e3d56e48c8cb918"><code>c650713</code></a> Backport accepting explicit <code>null</code> argument for <code>null</code>able list input paramet...</li> <li><a href="https://github.com/graphql-rust/juniper/commit/82761736ceedeeff2f1faa021d637ba43706a43a"><code>8276173</code></a> Release <code>juniper_iron</code> 0.7.6</li> <li><a href="https://github.com/graphql-rust/juniper/commit/6dbb5741c7f0d13e7e990e32addaa81e1f0f398e"><code>6dbb574</code></a> Release <code>juniper_hyper</code> 0.7.3</li> <li>See full diff in <a href="https://github.com/graphql-rust/juniper/compare/juniper-v0.15.9...juniper-v0.15.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=juniper&package-manager=cargo&previous-version=0.15.9&new-version=0.15.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nitnelave/lldap/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:18:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#653
No description provided.