Skip to content

Commit

Permalink
build(deps): bump github.com/rs/cors from 1.8.3 to 1.9.0 (cosmos#878)
Browse files Browse the repository at this point in the history
Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.8.3 to
1.9.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rs/cors/commit/5c2b877d2a033557c474bf5f9ed03626bd774839"><code>5c2b877</code></a>
Fix Access-Control-Request-Headers parsing issue for AWS API Gateway (<a
href="https://redirect.github.com/rs/cors/issues/141">#141</a>)</li>
<li><a
href="https://github.com/rs/cors/commit/0c96d3850073b93c94338ed8ade7de3c8fafb1cf"><code>0c96d38</code></a>
Bump golang.org/x/crypto in /wrapper/gin (<a
href="https://redirect.github.com/rs/cors/issues/139">#139</a>)</li>
<li><a
href="https://github.com/rs/cors/commit/a38b2f6c05f7665fed30fb114124e4e43a966777"><code>a38b2f6</code></a>
Bump golang.org/x/crypto in /examples (<a
href="https://redirect.github.com/rs/cors/issues/140">#140</a>)</li>
<li><a
href="https://github.com/rs/cors/commit/417ad78c5c23da0a1aab2ae6ee9231f24c9e3d9e"><code>417ad78</code></a>
Bump golang.org/x/sys in /wrapper/gin (<a
href="https://redirect.github.com/rs/cors/issues/136">#136</a>)</li>
<li><a
href="https://github.com/rs/cors/commit/9e3290ea04842647379b3758f6255ca3a6b6d254"><code>9e3290e</code></a>
Bump golang.org/x/sys in /examples (<a
href="https://redirect.github.com/rs/cors/issues/137">#137</a>)</li>
<li>See full diff in <a
href="https://github.com/rs/cors/compare/v1.8.3...v1.9.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/rs/cors&package-manager=go_modules&previous-version=1.8.3&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 18, 2023
1 parent ea0dec6 commit 2dea7ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/libp2p/go-libp2p-pubsub v0.9.3
github.com/multiformats/go-multiaddr v0.9.0
github.com/prometheus/client_golang v1.14.0
github.com/rs/cors v1.8.3
github.com/rs/cors v1.9.0
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,8 @@ github.com/regen-network/protobuf v1.3.2-alpha.regen.4/go.mod h1:/J8/bR1T/NXyIdQ
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
github.com/rs/cors v1.8.3 h1:O+qNyWn7Z+F9M0ILBHgMVPuB1xTOucVd5gtaYyXBpRo=
github.com/rs/cors v1.8.3/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/rs/cors v1.9.0 h1:l9HGsTsHJcvW14Nk7J9KFz8bzeAWXn3CG6bgt7LsrAE=
github.com/rs/cors v1.9.0/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down

0 comments on commit 2dea7ef

Please sign in to comment.