Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Bump ctrlc from 3.2.5 to 3.4.0 in /src/agent #3146

Merged
merged 1 commit into from Jun 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2023

Bumps ctrlc from 3.2.5 to 3.4.0.

Release notes

Sourced from ctrlc's releases.

v3.4.0

  • Use double checked locking to prevent race condition in set_handler
  • Move the implementation for #98 to ctrlc::try_set_handler and keep overwriting existing handlers in ctrlc::set_handler

v3.3.1

  • Registering a handler over an existing handler on unix systems is now an error
Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 31, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/ctrlc-3.4.0 branch from d42996b to d78c5c3 Compare June 2, 2023 22:44
@codecov-commenter
Copy link

codecov-commenter commented Jun 2, 2023

Codecov Report

Merging #3146 (812e355) into main (c7f404c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3146   +/-   ##
=======================================
  Coverage   25.63%   25.63%           
=======================================
  Files         152      152           
  Lines       16289    16289           
=======================================
  Hits         4175     4175           
  Misses      12114    12114           

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/ctrlc-3.4.0 branch from d78c5c3 to 6a72720 Compare June 5, 2023 17:19
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/ctrlc-3.4.0 branch 2 times, most recently from 31dc146 to 3154906 Compare June 5, 2023 22:30
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/ctrlc-3.4.0 branch 7 times, most recently from 0297b0e to e9c0ca1 Compare June 15, 2023 22:31
@Porges
Copy link
Member

Porges commented Jun 19, 2023

@dependabot rebase

@Porges Porges enabled auto-merge (squash) June 19, 2023 20:37
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/ctrlc-3.4.0 branch from e9c0ca1 to a7934e0 Compare June 19, 2023 20:38
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.2.5 to 3.4.0.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](Detegr/rust-ctrlc@3.2.5...3.4.0)

---
updated-dependencies:
- dependency-name: ctrlc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/ctrlc-3.4.0 branch from a7934e0 to 812e355 Compare June 21, 2023 15:34
@Porges Porges merged commit f6e936d into main Jun 21, 2023
24 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/ctrlc-3.4.0 branch June 21, 2023 15:53
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request Jun 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants