juju / charmstore

The charm store server.
http://gopkg.in/juju/charmstore.v5
GNU Affero General Public License v3.0
15 stars 37 forks source link

build(deps): bump github.com/julienschmidt/httprouter from 1.2.0 to 1.3.0 #919

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/julienschmidt/httprouter from 1.2.0 to 1.3.0.

Release notes

Sourced from github.com/julienschmidt/httprouter's releases.

v1.3

  • Fixed license wording to be properly detected as the BSD 3-Clause License
  • Fixed case-insensitive path lookup for multibyte runes (#263)
  • Fixed a bug in the calculation of the maximum number of parameters (#261)
  • Added a check preventing adding handlers for an empty path, avoid a out-of-range panic (#204)
  • Fixed a wildcard conflict check (#172)
  • The methods in Allowed headers are now sorted (#248)
  • Added an option to add a global handler for automatic responses to OPTIONS requests (#156, #200, #214, #260)
  • Minor performance optimizations and documentation fixes

The required minimum Go version is now 1.7.

Thanks to everyone who has sent pull-requests, reported issues, or contributed in any other way!

Commits
  • 4eec211 tree: fix node struct packing
  • 8e1132c router: fix ineffective assignment in test
  • 2fda79d router: minor style fixes
  • b390476 router: add GlobalOPTIONS handler
  • aff381b router: cache allowed methods for *
  • bcdc802 router: sort allowed methods
  • b64ea83 tree: prevent adding children to catchAlls
  • 4fa1cc7 router: avoid out of range with empty path(#204)
  • e62e5df README: fix example code spacing
  • 1bd7422 README: Update ParamsFromContext documentation
  • Additional commits viewable 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)
dependabot[bot] commented 3 years ago

Looks like github.com/julienschmidt/httprouter is up-to-date now, so this is no longer needed.