Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update serde_closure requirement from 0.1 to 0.2 #10

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 14, 2019

Updates the requirements on serde_closure to permit the latest version.

Release notes

Sourced from serde_closure's releases.

v0.2.0 - 2019-10-12

Changes:

  • e8aaff20ed207312478ad8e559371b40c28f1c04 Merge pull request #13 from alecmocatta/proc-macro
  • 69acc6fb41552b95bab8e4a0815aa9958703041d temporarily disable musl ci build
  • 5cf913dee0fe7d3233e3f22c8a6a6952e0bd95d2 v0.2.0
  • 85e4621e2d20fda0e5d9bb64fcb4a436f498a1cb Use a procedural macro, which removes the need to list captured variables
  • 8497fb792e13de690419888eb22c0142edccf4d1 Merge pull request #12 from alecmocatta/alecmocatta-patch-1
  • 7214623d85bbc2b2302dd9ff41fdccfe169cb621 Add azure pipeline endpoint
  • c9c9d6f74bdc15826a4be6452354fd6686c4ee47 Merge pull request #11 from alecmocatta/fix-macros
  • a33d5261af06aad9330de363cef78855d9e1c302 v0.1.5
  • ac1629a69f5764a40a0245526481e87965d635c2 use $crate:: in recursive macros
  • bd7813eeda42c8596cf85d2454819fa1af96eecb Merge pull request #10 from alecmocatta/alecmocatta-patch-1
See More
  • 56afb202acceceb3079571319bcc8e4b1c3f7c9b Update Cargo.toml
  • d2927082386713559708305d56860071692ac6b3 Merge pull request #9 from alecmocatta/v0.1.4
  • 5b1cb71f40c99baab81d2e33cdaaf8e5bc3e4c08 v0.1.4
  • 215fff4ffe99b6ffc6c891a39ef5bec646c84254 Merge pull request #8 from alecmocatta/template
  • be08c0250f3d155a90842e6326205eb93c473c35 Merge remote-tracking branch 'template/master' into template
  • d1f50da Merge pull request #1 from alecmocatta/alecmocatta-patch-1
  • 4899781 Update README.md
  • 5b514df disable broken targets
  • d3324eb add azure pipeline, mergify, rustfmt, readme
  • f0b6f82 cargo init --lib
  • a2fa59eb4b2687d98450edb2c0492df0b7397d60 Merge pull request #6 from alecmocatta/bump
  • 849aae6be3cb93f27d221f7268c0e38f774cbdf7 bump .travis.yml
  • 1a6072c669bb0ac8c970198027645a7d0c471936 v0.1.3
  • 3ad0696ba2817c7485c778e3b415c6d463c958fa Merge pull request #5 from alecmocatta/fewer-limitations
  • 71aff015c5711e45aa8c2cf042ab70ff4fa2bc1b TT munch the args to enable optional type annotations; apply env types without bounding arg lifetimes; bump relative
  • c6513380b21092dc6500df5ad7585efd8d7e3bcd v0.1.2
  • 0d0cbda78f42b84eb116f3230f8d6a05dd29aaa2 Merge pull request #4 from alecmocatta/unused-features
  • 038b63e5083ab008d969273e9a5dcf6e692c70e9 remove unused features
  • b642766871944bff15494812f00c537879b2cd06 Merge pull request #3 from alecmocatta/optional-token-macros-fix
  • 7b66481c934b858a109cb1ed97d08dde9e3416f0 Remove ? kleene operator in macros
  • df604e7c6f6c39d3e2d237381fb53da7e3a67d67 v0.1.1
  • 98714941e1dbae5b107efa0c8ef0a0efde5ebdd3 Merge pull request #2 from alecmocatta/pattern-and-relative
  • cce5d2fcba9b92aaa3d2e433e3b54f73b2292e85 switch to relative crate; allow patterns as args
  • edc1ac7a13da24755ddc2802bde9c74be2f460e4 Merge pull request #1 from alecmocatta/more-tests
  • 8bc7c262a3f5289df938897ca05cd7ac7d205e70 test with more targets
  • 7dbe2a040f4661ce971c93fa6b3f04bfd84cfeeb .gitignore Cargo.lock
  • eaa199b514edf97eadec69496be91a4dc78fa923 Fix badges
  • 8cd538da452caa5003899c094504adb7ec438e09 RelativePtr and multi-process test

This list of changes was auto generated.

Commits
  • e8aaff2 Merge pull request #13 from alecmocatta/proc-macro
  • 69acc6f temporarily disable musl ci build
  • 5cf913d v0.2.0
  • 85e4621 Use a procedural macro, which removes the need to list captured variables
  • 8497fb7 Merge pull request #12 from alecmocatta/alecmocatta-patch-1
  • 7214623 Add azure pipeline endpoint
  • c9c9d6f Merge pull request #11 from alecmocatta/fix-macros
  • a33d526 v0.1.5
  • ac1629a use $crate:: in recursive macros
  • bd7813e Merge pull request #10 from alecmocatta/alecmocatta-patch-1
  • Additional commits viewable in compare view

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 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [serde_closure](https://github.com/alecmocatta/serde_closure) to permit the latest version.
- [Release notes](https://github.com/alecmocatta/serde_closure/releases)
- [Commits](alecmocatta/serde_closure@v0.1.0...v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 14, 2019
@dependabot-preview
Copy link
Contributor Author

Looks like serde_closure is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/serde_closure-0.2 branch October 17, 2019 23:01
alecmocatta pushed a commit that referenced this pull request Aug 1, 2020
Replace the Zeroable struct with Option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants