Skip to content

Commit 75c5a4d

Browse files
chore(deps): bump parse-size from 1.0.0 to 1.1.0 (#3519)
Bumps [parse-size](https://github.com/kennytm/parse-size) from 1.0.0 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kennytm/parse-size/releases">parse-size's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <p>Increased minimal supported Rust version to 1.81.</p> <p><code>parse_size::Error</code> now always implements <code>core::error::Error</code> regardless of <code>features = [&quot;std&quot;]</code>. This Cargo feature is now a no-op.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kennytm/parse-size/commit/8f2bc5a8635abc3db760f0eb857b77fd78b3d08c"><code>8f2bc5a</code></a> Merge pull request <a href="https://redirect.github.com/kennytm/parse-size/issues/3">#3</a> from kennytm/rust-1.81</li> <li><a href="https://github.com/kennytm/parse-size/commit/6c59e98a6f8f41f9887fec61eb22857fcd9744ca"><code>6c59e98</code></a> Finally remove the <code>std</code> feature</li> <li><a href="https://github.com/kennytm/parse-size/commit/c333f055b8e23d2a24d8e0dfb6ae02fd5b77154e"><code>c333f05</code></a> GHA: uses actions/checkout@v4</li> <li><a href="https://github.com/kennytm/parse-size/commit/620667cbabb2ef494e2b93d725060e0748a12a96"><code>620667c</code></a> Upgrade to Rust 2021 edition.</li> <li>See full diff in <a href="https://github.com/kennytm/parse-size/compare/v1.0.0...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-size&package-manager=cargo&previous-version=1.0.0&new-version=1.1.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 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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dignifiedquire <me@dignifiedquire.com>
1 parent 17611a3 commit 75c5a4d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iroh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ tracing-subscriber = { version = "0.3", features = [
149149
"env-filter",
150150
] }
151151
indicatif = { version = "0.18", features = ["tokio"] }
152-
parse-size = { version = "=1.0.0", features = ['std'] } # pinned version to avoid bumping msrv to 1.81
152+
parse-size = { version = "1.1.0", features = ['std'] }
153153
iroh-base = { version = "0.93.1", default-features = false, features = ["key", "relay", "ticket"], path = "../iroh-base" }
154154

155155
# wasm-in-browser test/dev dependencies

0 commit comments

Comments
 (0)