Skip to content

Commit

Permalink
build(deps): Bump base64 from 0.21.5 to 0.21.7 (#406)
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.5 to 0.21.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md">base64's changelog</a>.</em></p>
<blockquote>
<h1>0.21.7</h1>
<ul>
<li>Support getting an alphabet's contents as a str via <code>Alphabet::as_str()</code></li>
</ul>
<h1>0.21.6</h1>
<ul>
<li>Improved introductory documentation and example</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/marshallpierce/rust-base64/commit/9652c787730e58515ce7b44fcafd2430ab424628"><code>9652c78</code></a> v0.21.7</li>
<li><a href="https://github.com/marshallpierce/rust-base64/commit/08deccf7031b9c769a556cd9ebb0bc9cac988272"><code>08deccf</code></a> provide as_str() method to return the alphabet characters (<a href="https://redirect.github.com/marshallpierce/rust-base64/issues/264">#264</a>)</li>
<li><a href="https://github.com/marshallpierce/rust-base64/commit/1cd75a169d7148e27acd270bc3665f359de9df57"><code>1cd75a1</code></a> v0.21.6</li>
<li><a href="https://github.com/marshallpierce/rust-base64/commit/5820d9bb90145c8360a1dad6f3437a46a7679181"><code>5820d9b</code></a> Merge pull request <a href="https://redirect.github.com/marshallpierce/rust-base64/issues/263">#263</a> from marshallpierce/silverlyra-usage</li>
<li><a href="https://github.com/marshallpierce/rust-base64/commit/97d9180e2d3cce4910f07d7b917da8fddb78c375"><code>97d9180</code></a> Merge branch 'usage' of github.com:silverlyra/rust-base64 into silverlyra-usage</li>
<li><a href="https://github.com/marshallpierce/rust-base64/commit/b64c624a6c54bbf34927d181a5ec9ba4d9ecebf1"><code>b64c624</code></a> Merge pull request <a href="https://redirect.github.com/marshallpierce/rust-base64/issues/262">#262</a> from tamird/clap</li>
<li><a href="https://github.com/marshallpierce/rust-base64/commit/e32ca1885be696276418a3b45b9b2331cd1f9491"><code>e32ca18</code></a> examples: replace structopt with clap</li>
<li><a href="https://github.com/marshallpierce/rust-base64/commit/72f25a8b033c09f201d00b13f0472ec0772ed85e"><code>72f25a8</code></a> Simplify the example program</li>
<li><a href="https://github.com/marshallpierce/rust-base64/commit/40e162c843896ee6d29af56efb1a1e574da8109f"><code>40e162c</code></a> Rewrite the crate docstring</li>
<li><a href="https://github.com/marshallpierce/rust-base64/commit/bfde751e1b5beff70cfcdb8389ef2e40553648fa"><code>bfde751</code></a> Merge pull request <a href="https://redirect.github.com/marshallpierce/rust-base64/issues/260">#260</a> from marshallpierce/mp/doc-grammar</li>
<li>Additional commits viewable in <a href="https://github.com/marshallpierce/rust-base64/compare/v0.21.5...v0.21.7">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=base64&package-manager=cargo&previous-version=0.21.5&new-version=0.21.7)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent ad82c77 commit 199f6be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ desmos-bindings = { path = "../bindings", version = "3.0.0" }
test-contract = { path = "../../contracts/test-contract", version = "1.0.0" }
serde = "1.0.195"
serde_json = "1.0.109"
base64 = "0.21.5"
base64 = "0.21.7"
chrono = "0.4.31"

2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde-cw-value = "0.7.0"
desmos-mock = { version = "3.0.0", path = "../mock" }
schemars = "0.8.16"
strum_macros = "0.25.3"
base64 = "0.21.5"
base64 = "0.21.7"
desmos-std-derive = {version = "3.0.0", path = "../std-derive"}

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

0 comments on commit 199f6be

Please sign in to comment.