[PR #763] [MERGED] Bump socket2 from 0.3.8 to 0.3.9 #1665

Closed
opened 2026-03-16 02:18:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/763
Author: @dependabot-preview[bot]
Created: 5/13/2019
Status: Merged
Merged: 5/16/2019
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/socket2-0.3.9


📝 Commits (2)

  • f041b60 Bump socket2 from 0.3.8 to 0.3.9
  • 0852681 Merge branch 'master' into dependabot/cargo/socket2-0.3.9

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)
📝 crates/proto/Cargo.toml (+1 -1)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps socket2 from 0.3.8 to 0.3.9.

Commits
  • 28bdf72 Bump to 0.3.9
  • ca89d63 Merge pull request #32 from YorickPeterse/master
  • 4fcf90d Merge pull request #33 from YorickPeterse/as-inet-documentation
  • 3c9b9da Fix documentation for Socket::as_inet6()
  • 2bdd3c3 Use c_char for Socket::nodelay() on Windows
  • 70f15f0 Added tests for Socket::nodelay()
  • a2b44dc Update travis config
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/hickory-dns/hickory-dns/pull/763 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/13/2019 **Status:** ✅ Merged **Merged:** 5/16/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/socket2-0.3.9` --- ### 📝 Commits (2) - [`f041b60`](https://github.com/hickory-dns/hickory-dns/commit/f041b603a0edc75229d9e208b0ea5acf7dd9a6b9) Bump socket2 from 0.3.8 to 0.3.9 - [`0852681`](https://github.com/hickory-dns/hickory-dns/commit/08526817d0c8f2e915646741e9bfc564ecbe3c2e) Merge branch 'master' into dependabot/cargo/socket2-0.3.9 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `crates/proto/Cargo.toml` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [socket2](https://github.com/alexcrichton/socket2-rs) from 0.3.8 to 0.3.9. <details> <summary>Commits</summary> - [`28bdf72`](https://github.com/alexcrichton/socket2-rs/commit/28bdf727744dd9b6094a0bca47062acb6161c20c) Bump to 0.3.9 - [`ca89d63`](https://github.com/alexcrichton/socket2-rs/commit/ca89d63b87f4ec62f059caa1d9379c0dc8f1cd2b) Merge pull request [#32](https://github-redirect.dependabot.com/alexcrichton/socket2-rs/issues/32) from YorickPeterse/master - [`4fcf90d`](https://github.com/alexcrichton/socket2-rs/commit/4fcf90d94472935b822f0abbc6f1e6903f082425) Merge pull request [#33](https://github-redirect.dependabot.com/alexcrichton/socket2-rs/issues/33) from YorickPeterse/as-inet-documentation - [`3c9b9da`](https://github.com/alexcrichton/socket2-rs/commit/3c9b9daa10750f84e816cd73a2646b43d620e77f) Fix documentation for Socket::as_inet6() - [`2bdd3c3`](https://github.com/alexcrichton/socket2-rs/commit/2bdd3c320b4ea575f742357bb8e7ffbde5b4b21c) Use c_char for Socket::nodelay() on Windows - [`70f15f0`](https://github.com/alexcrichton/socket2-rs/commit/70f15f03be2a9eadb0b8821137af4f9d7ac0dd6f) Added tests for Socket::nodelay() - [`a2b44dc`](https://github.com/alexcrichton/socket2-rs/commit/a2b44dce0e26c3e943de21cba8943d12a0fda33d) Update travis config - See full diff in [compare view](https://github.com/alexcrichton/socket2-rs/compare/0.3.8...0.3.9) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=socket2&package-manager=cargo&previous-version=0.3.8&new-version=0.3.9)](https://dependabot.com/compatibility-score.html?dependency-name=socket2&package-manager=cargo&previous-version=0.3.8&new-version=0.3.9) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:18:41 +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/hickory-dns#1665
No description provided.