vault-client icon indicating copy to clipboard operation
vault-client copied to clipboard

Update swagger requirement from 0.7 to 6.2 in /vault-api

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Updates the requirements on swagger to permit the latest version.

Changelog

Sourced from swagger's changelog.

[6.2.0] - 2022-06-25

Added

  • Use a trait for connection on CompositeService to allow users to define their own supported connection types

[6.1.1] - 2022-02-01

Fixed

  • Remove private, unused dependency on chrono

[6.1.0] - 2021-06-17

Added

  • Add support for Unix Domain Socket services as part of a Composite Service

[6.0.0] - 2021-03-18

Breaking Changes

  • Remove implicit conversions for ApiError from &str, String and serde_json::Error
  • Support Hyper 0.14 and match features
    • Add new feature tcp to signal HTTP support
    • Add new feature tls to signal HTTP(S) support
    • Add new feature client to signal Client support
    • Add new feature server to signal Server support
  • Upgrade base64 to 0.13
  • Update mime_multipart requirement from 0.5 to 0.6
  • Upgrade bytes to 1.0
  • Upgrade tokio to 1.0

[5.1.0] - 2021-03-04

Added

  • Support conversion for AnyOf and OneOf
  • Expose CompositeMakeServiceEntry

[5.0.2] - 2021-01-13

Fixed

  • Fix off by one error declaring OneOf and AnyOf with more than 10 arguments

[5.0.1] - 2021-01-12

Fixed

  • Fix interop with serde 1.0.119

[5.0.0] - 2020-10-06

Breaking Changes

  • Support Hyper 0.13
  • Remove headers module

Added

  • Add Clone implementation for AllowAllAuthenticator
  • Add support functions for multipart/related
  • Add ToString/FromStr implementations for ByteArray
  • Add support for OneOf/AnyOf

... (truncated)

Commits
  • 9e9f5b4 Merge pull request #155 from Metaswitch/trait-composite-service
  • 0e42da9 Merge branch 'master' into trait-composite-service
  • 23a8ed6 Merge pull request #156 from Metaswitch/improve-one-any-of-docs
  • 82e8d16 Improve docs for oneOf/anyOf types
  • 0a5f666 Move HasRemoteAddr into a single place
  • 9b8194d Release 6.2.0
  • 51c1b3b Use a trait to define CompositeService
  • 3dc594b Release 6.1.1
  • 714a6c4 Merge pull request #150 from Metaswitch/remove-chrono
  • b55dd6c Update changelog
  • 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[bot] avatar Jun 30 '22 05:06 dependabot[bot]