martin/Cargo.lock

6069 lines
145 KiB
Plaintext
Raw Normal View History

2019-04-12 13:48:54 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-07-22 21:44:26 +03:00
version = 3
2020-09-27 11:31:53 +03:00
[[package]]
name = "actix-codec"
2024-01-31 05:42:09 +03:00
version = "0.5.2"
2020-09-27 11:31:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 05:42:09 +03:00
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
2020-09-27 11:31:53 +03:00
dependencies = [
"bitflags 2.6.0",
"bytes",
"futures-core",
"futures-sink",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
2023-05-16 21:12:57 +03:00
"tracing",
]
[[package]]
name = "actix-cors"
2024-06-27 00:15:27 +03:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 00:15:27 +03:00
checksum = "f9e772b3bcafe335042b5db010ab7c09013dad6eac4915c91d8d50902769f331"
dependencies = [
"actix-utils",
"actix-web",
"derive_more",
"futures-util",
"log",
"once_cell",
"smallvec",
2018-02-21 13:37:31 +03:00
]
[[package]]
name = "actix-http"
chore(deps): Bump actix-http from 3.8.0 to 3.9.0 (#1463) Bumps [actix-http](https://github.com/actix/actix-web) from 3.8.0 to 3.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-http's releases</a>.</em></p> <blockquote> <h2>actix-http: v3.9.0</h2> <h3>Added</h3> <ul> <li>Implement <code>FromIterator&lt;(HeaderName, HeaderValue)&gt;</code> for <code>HeaderMap</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/9ba326aed0dfe1a992c43a07fcb74958e4cfb3c6"><code>9ba326a</code></a> chore(actix-http): prepare release 3.9.0</li> <li><a href="https://github.com/actix/actix-web/commit/882fb3d25b323994dc5caa471ae05d127cd3dc34"><code>882fb3d</code></a> chore(actors): add version marker in changelog</li> <li><a href="https://github.com/actix/actix-web/commit/be28a0bd6d404e883e6bef6111a7d9606bab39d6"><code>be28a0b</code></a> feat: add from_fn middleware (<a href="https://redirect.github.com/actix/actix-web/issues/3447">#3447</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/a431b7356c1f987ceffc482be7cbdf43fe4132a5"><code>a431b73</code></a> feat: add ThinData wrapper (<a href="https://redirect.github.com/actix/actix-web/issues/3446">#3446</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/5be53820f0718260f6f3573d2edff49f09653206"><code>5be5382</code></a> docs(actors): add maintenance badge</li> <li><a href="https://github.com/actix/actix-web/commit/d7d9000b19e5e6fb96c0c37c3417ce6fc91fd9cc"><code>d7d9000</code></a> chore: address clippy warnings</li> <li><a href="https://github.com/actix/actix-web/commit/e4e4bb799ca0387712d67c416aee3959be6a0b40"><code>e4e4bb7</code></a> chore(actix-web-actors): prepare release 4.3.1</li> <li><a href="https://github.com/actix/actix-web/commit/323d1fa64fb5e92c8bc4ee897b239fe58c28d6bd"><code>323d1fa</code></a> build(deps): bump taiki-e/install-action from 2.42.9 to 2.42.17 (<a href="https://redirect.github.com/actix/actix-web/issues/3442">#3442</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/9aa62112aab8249b7cc90180d5102221ebac3d42"><code>9aa6211</code></a> build(deps): bump taiki-e/install-action from 2.42.4 to 2.42.9 (<a href="https://redirect.github.com/actix/actix-web/issues/3441">#3441</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/270a6a3b7074264dca3438b0ab05bc6a6fb68f02"><code>270a6a3</code></a> build(deps): bump taiki-e/install-action from 2.41.17 to 2.42.4 (<a href="https://redirect.github.com/actix/actix-web/issues/3440">#3440</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actix/actix-web/compare/http-v3.8.0...http-v3.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-http&package-manager=cargo&previous-version=3.8.0&new-version=3.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 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>
2024-08-30 05:56:19 +03:00
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump actix-http from 3.8.0 to 3.9.0 (#1463) Bumps [actix-http](https://github.com/actix/actix-web) from 3.8.0 to 3.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-http's releases</a>.</em></p> <blockquote> <h2>actix-http: v3.9.0</h2> <h3>Added</h3> <ul> <li>Implement <code>FromIterator&lt;(HeaderName, HeaderValue)&gt;</code> for <code>HeaderMap</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/9ba326aed0dfe1a992c43a07fcb74958e4cfb3c6"><code>9ba326a</code></a> chore(actix-http): prepare release 3.9.0</li> <li><a href="https://github.com/actix/actix-web/commit/882fb3d25b323994dc5caa471ae05d127cd3dc34"><code>882fb3d</code></a> chore(actors): add version marker in changelog</li> <li><a href="https://github.com/actix/actix-web/commit/be28a0bd6d404e883e6bef6111a7d9606bab39d6"><code>be28a0b</code></a> feat: add from_fn middleware (<a href="https://redirect.github.com/actix/actix-web/issues/3447">#3447</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/a431b7356c1f987ceffc482be7cbdf43fe4132a5"><code>a431b73</code></a> feat: add ThinData wrapper (<a href="https://redirect.github.com/actix/actix-web/issues/3446">#3446</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/5be53820f0718260f6f3573d2edff49f09653206"><code>5be5382</code></a> docs(actors): add maintenance badge</li> <li><a href="https://github.com/actix/actix-web/commit/d7d9000b19e5e6fb96c0c37c3417ce6fc91fd9cc"><code>d7d9000</code></a> chore: address clippy warnings</li> <li><a href="https://github.com/actix/actix-web/commit/e4e4bb799ca0387712d67c416aee3959be6a0b40"><code>e4e4bb7</code></a> chore(actix-web-actors): prepare release 4.3.1</li> <li><a href="https://github.com/actix/actix-web/commit/323d1fa64fb5e92c8bc4ee897b239fe58c28d6bd"><code>323d1fa</code></a> build(deps): bump taiki-e/install-action from 2.42.9 to 2.42.17 (<a href="https://redirect.github.com/actix/actix-web/issues/3442">#3442</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/9aa62112aab8249b7cc90180d5102221ebac3d42"><code>9aa6211</code></a> build(deps): bump taiki-e/install-action from 2.42.4 to 2.42.9 (<a href="https://redirect.github.com/actix/actix-web/issues/3441">#3441</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/270a6a3b7074264dca3438b0ab05bc6a6fb68f02"><code>270a6a3</code></a> build(deps): bump taiki-e/install-action from 2.41.17 to 2.42.4 (<a href="https://redirect.github.com/actix/actix-web/issues/3440">#3440</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actix/actix-web/compare/http-v3.8.0...http-v3.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-http&package-manager=cargo&previous-version=3.8.0&new-version=3.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 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>
2024-08-30 05:56:19 +03:00
checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4"
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
2023-08-29 22:29:59 +03:00
"ahash",
2024-05-25 08:17:26 +03:00
"base64 0.22.1",
"bitflags 2.6.0",
2024-05-25 08:17:26 +03:00
"brotli 6.0.0",
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
"h2",
"http 0.2.12",
"httparse",
"httpdate",
"itoa",
"language-tags",
"local-channel",
"mime",
"percent-encoding",
"pin-project-lite",
"rand",
"sha1",
"smallvec",
2023-01-23 09:48:53 +03:00
"tokio",
"tokio-util",
"tracing",
chore(deps): Bump actix-web from 4.4.0 to 4.4.1 (#1100) Bumps [actix-web](https://github.com/actix/actix-web) from 4.4.0 to 4.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-web's releases</a>.</em></p> <blockquote> <h2>actix-web: v4.4.1</h2> <h3>Changed</h3> <ul> <li>Updated <code>zstd</code> dependency to <code>0.13</code>.</li> <li>Compression middleware now prefers brotli over zstd over gzip.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix validation of <code>Json</code> extractor when <code>JsonConfig::validate_content_type()</code> is set to false.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/68597b5426a8ba81bb2674538bec3895cde05a00"><code>68597b5</code></a> build(deps): bump taiki-e/install-action from 2.22.0 to 2.23.0 (<a href="https://redirect.github.com/actix/actix-web/issues/3228">#3228</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/9dc3ad754e5a7a044dd6aeeba9d4ba3dd5a90db0"><code>9dc3ad7</code></a> chore(actix-web): prepare release 4.4.1</li> <li><a href="https://github.com/actix/actix-web/commit/17060ed9930dd5cfb46b0c15602e75259265aaf6"><code>17060ed</code></a> chore(awc): prepare release 3.3.0</li> <li><a href="https://github.com/actix/actix-web/commit/0d9ca4d9390a4ae43f836c2e1752dea7b764cb7b"><code>0d9ca4d</code></a> chore(actix-http): prepare release 3.5.0</li> <li><a href="https://github.com/actix/actix-web/commit/ff2904ee785698232fbcd01c20a9104ec7122ff2"><code>ff2904e</code></a> ci: prevent cargo-cache install failing MSRV builds</li> <li><a href="https://github.com/actix/actix-web/commit/fdef224a0691df475337ddfc1693da32148cfba8"><code>fdef224</code></a> docs: document internal Path fields</li> <li><a href="https://github.com/actix/actix-web/commit/ede0201aa49edaf68f4e381906e524e437900bb7"><code>ede0201</code></a> docs: fix derive readme version</li> <li><a href="https://github.com/actix/actix-web/commit/271edafd4de2616fa3f3e17949badb844412cc5d"><code>271edaf</code></a> docs: add router readme</li> <li><a href="https://github.com/actix/actix-web/commit/5e5e5d8315791cda46a3d02a392f18c391e8179e"><code>5e5e5d8</code></a> chore: remove allow(uninlined_format_args)</li> <li><a href="https://github.com/actix/actix-web/commit/c7a0af31d3bb05f08e2b22100d8c835273d029f1"><code>c7a0af3</code></a> docs: doc and metadata tweaks</li> <li>Additional commits viewable in <a href="https://github.com/actix/actix-web/compare/web-v4.4.0...web-v4.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-web&package-manager=cargo&previous-version=4.4.0&new-version=4.4.1)](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>
2023-12-25 06:21:09 +03:00
"zstd",
]
[[package]]
name = "actix-macros"
2023-07-21 05:56:50 +03:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-21 05:56:50 +03:00
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
dependencies = [
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "actix-router"
2024-05-25 08:17:26 +03:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-25 08:17:26 +03:00
checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
dependencies = [
"bytestring",
2024-05-25 08:17:26 +03:00
"cfg-if",
"http 0.2.12",
"regex",
2024-05-25 08:17:26 +03:00
"regex-lite",
"serde",
"tracing",
]
[[package]]
name = "actix-rt"
chore(deps): Bump actix-rt from 2.9.0 to 2.10.0 (#1368) Bumps [actix-rt](https://github.com/actix/actix-net) from 2.9.0 to 2.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-net/releases">actix-rt's releases</a>.</em></p> <blockquote> <h2>actix-rt: v2.10.0</h2> <ul> <li>Relax <code>F</code>'s bound (<code>Fn =&gt; FnOnce</code>) on <code>{Arbiter, System}::with_tokio_rt()</code> functions.</li> <li>Update <code>tokio-uring</code> dependency to <code>0.5</code>.</li> <li>Minimum supported Rust version (MSRV) is now 1.70.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-net/commit/0d3d1926bcd7fba1a7fdc20e78e3c97d939f97e2"><code>0d3d192</code></a> fix: relax bounds on with_tokio_rt (<a href="https://redirect.github.com/actix/actix-net/issues/569">#569</a>)</li> <li><a href="https://github.com/actix/actix-net/commit/0c26ecf9fa8c5cdae6d45faea5e22f57764b19aa"><code>0c26ecf</code></a> chore(actix-server): prepare release 2.4.0</li> <li><a href="https://github.com/actix/actix-net/commit/1bdb15ec20c602e224d6bc65dfbdf72d87caeab8"><code>1bdb15e</code></a> chore(actix-rt): prepare release 2.10.0</li> <li><a href="https://github.com/actix/actix-net/commit/a524f15e34140fc40761a4d6d17af4cb76aa37b1"><code>a524f15</code></a> build(deps): update tokio-uring requirement from 0.4 to 0.5 (<a href="https://redirect.github.com/actix/actix-net/issues/568">#568</a>)</li> <li><a href="https://github.com/actix/actix-net/commit/451a44c2e042f9f62512f7913ba6f66c0a6e89db"><code>451a44c</code></a> build(deps): bump taiki-e/install-action from 2.33.34 to 2.34.1 (<a href="https://redirect.github.com/actix/actix-net/issues/567">#567</a>)</li> <li><a href="https://github.com/actix/actix-net/commit/18071d1fc028a21ca7956dc81cd9645357c08d26"><code>18071d1</code></a> ci: disable io-uring tests</li> <li><a href="https://github.com/actix/actix-net/commit/786014cc2f3cab73466cdb10c5e83a4a6a10ff56"><code>786014c</code></a> build(deps): bump taiki-e/install-action from 2.33.26 to 2.33.34 (<a href="https://redirect.github.com/actix/actix-net/issues/566">#566</a>)</li> <li><a href="https://github.com/actix/actix-net/commit/a7ef438f258a125eb3a49374c9f36750fba63861"><code>a7ef438</code></a> ci: use mold linker on linux jobs</li> <li><a href="https://github.com/actix/actix-net/commit/375c3528107d326f2d68933b8a5c36ee6d64508d"><code>375c352</code></a> --- (<a href="https://redirect.github.com/actix/actix-net/issues/565">#565</a>)</li> <li><a href="https://github.com/actix/actix-net/commit/2d1b5468d0e24e68300d3c638ba74b89f7061696"><code>2d1b546</code></a> --- (<a href="https://redirect.github.com/actix/actix-net/issues/563">#563</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actix/actix-net/compare/rt-v2.9.0...rt-v2.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-rt&package-manager=cargo&previous-version=2.9.0&new-version=2.10.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>
2024-06-13 07:29:22 +03:00
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump actix-rt from 2.9.0 to 2.10.0 (#1368) Bumps [actix-rt](https://github.com/actix/actix-net) from 2.9.0 to 2.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-net/releases">actix-rt's releases</a>.</em></p> <blockquote> <h2>actix-rt: v2.10.0</h2> <ul> <li>Relax <code>F</code>'s bound (<code>Fn =&gt; FnOnce</code>) on <code>{Arbiter, System}::with_tokio_rt()</code> functions.</li> <li>Update <code>tokio-uring</code> dependency to <code>0.5</code>.</li> <li>Minimum supported Rust version (MSRV) is now 1.70.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-net/commit/0d3d1926bcd7fba1a7fdc20e78e3c97d939f97e2"><code>0d3d192</code></a> fix: relax bounds on with_tokio_rt (<a href="https://redirect.github.com/actix/actix-net/issues/569">#569</a>)</li> <li><a href="https://github.com/actix/actix-net/commit/0c26ecf9fa8c5cdae6d45faea5e22f57764b19aa"><code>0c26ecf</code></a> chore(actix-server): prepare release 2.4.0</li> <li><a href="https://github.com/actix/actix-net/commit/1bdb15ec20c602e224d6bc65dfbdf72d87caeab8"><code>1bdb15e</code></a> chore(actix-rt): prepare release 2.10.0</li> <li><a href="https://github.com/actix/actix-net/commit/a524f15e34140fc40761a4d6d17af4cb76aa37b1"><code>a524f15</code></a> build(deps): update tokio-uring requirement from 0.4 to 0.5 (<a href="https://redirect.github.com/actix/actix-net/issues/568">#568</a>)</li> <li><a href="https://github.com/actix/actix-net/commit/451a44c2e042f9f62512f7913ba6f66c0a6e89db"><code>451a44c</code></a> build(deps): bump taiki-e/install-action from 2.33.34 to 2.34.1 (<a href="https://redirect.github.com/actix/actix-net/issues/567">#567</a>)</li> <li><a href="https://github.com/actix/actix-net/commit/18071d1fc028a21ca7956dc81cd9645357c08d26"><code>18071d1</code></a> ci: disable io-uring tests</li> <li><a href="https://github.com/actix/actix-net/commit/786014cc2f3cab73466cdb10c5e83a4a6a10ff56"><code>786014c</code></a> build(deps): bump taiki-e/install-action from 2.33.26 to 2.33.34 (<a href="https://redirect.github.com/actix/actix-net/issues/566">#566</a>)</li> <li><a href="https://github.com/actix/actix-net/commit/a7ef438f258a125eb3a49374c9f36750fba63861"><code>a7ef438</code></a> ci: use mold linker on linux jobs</li> <li><a href="https://github.com/actix/actix-net/commit/375c3528107d326f2d68933b8a5c36ee6d64508d"><code>375c352</code></a> --- (<a href="https://redirect.github.com/actix/actix-net/issues/565">#565</a>)</li> <li><a href="https://github.com/actix/actix-net/commit/2d1b5468d0e24e68300d3c638ba74b89f7061696"><code>2d1b546</code></a> --- (<a href="https://redirect.github.com/actix/actix-net/issues/563">#563</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actix/actix-net/compare/rt-v2.9.0...rt-v2.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-rt&package-manager=cargo&previous-version=2.9.0&new-version=2.10.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>
2024-06-13 07:29:22 +03:00
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
dependencies = [
"actix-macros",
"futures-core",
"tokio",
]
[[package]]
name = "actix-server"
2024-09-11 22:32:24 +03:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894"
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
"futures-util",
2024-09-11 22:32:24 +03:00
"mio",
2023-08-29 22:29:59 +03:00
"socket2",
"tokio",
"tracing",
]
[[package]]
name = "actix-service"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
dependencies = [
"futures-core",
"paste",
"pin-project-lite",
]
2020-09-27 11:31:53 +03:00
[[package]]
name = "actix-utils"
version = "3.0.1"
2020-09-27 11:31:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
2020-09-27 11:31:53 +03:00
dependencies = [
"local-waker",
"pin-project-lite",
]
[[package]]
name = "actix-web"
2024-09-11 22:32:24 +03:00
version = "4.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38"
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
2023-08-29 22:29:59 +03:00
"ahash",
"bytes",
"bytestring",
"cfg-if",
"cookie",
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
2024-09-11 22:32:24 +03:00
"impl-more",
"itoa",
"language-tags",
"log",
"mime",
"once_cell",
"pin-project-lite",
"regex",
2024-05-25 08:17:26 +03:00
"regex-lite",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
2023-08-29 22:29:59 +03:00
"socket2",
"time",
"url",
]
[[package]]
name = "actix-web-codegen"
chore(deps): Bump actix-web from 4.6.0 to 4.7.0 (#1369) Bumps [actix-web](https://github.com/actix/actix-web) from 4.6.0 to 4.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-web's releases</a>.</em></p> <blockquote> <h2>actix-web: v4.7.0</h2> <h3>Added</h3> <ul> <li>Add <code>#[scope]</code> macro.</li> <li>Add <code>middleware::Identity</code> type.</li> <li>Add <code>CustomizeResponder::add_cookie()</code> method.</li> <li>Add <code>guard::GuardContext::app_data()</code> method.</li> <li>Add <code>compat-routing-macros-force-pub</code> crate feature which (on-by-default) which, when disabled, causes handlers to inherit their attached function's visibility.</li> <li>Add <code>compat</code> crate feature group (on-by-default) which, when disabled, helps with transitioning to some planned v5.0 breaking changes, starting only with <code>compat-routing-macros-force-pub</code>.</li> <li>Implement <code>From&lt;Box&lt;dyn ResponseError&gt;&gt;</code> for <code>Error</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/a5c78483f9d83d3f916d75c8a5ce46909faf32bc"><code>a5c7848</code></a> chore(actix-web): prepare release 4.7.0</li> <li><a href="https://github.com/actix/actix-web/commit/12a0521ef88d13120363edeca484e75c98af8934"><code>12a0521</code></a> chore(actix-multipart): prepare release 0.6.2</li> <li><a href="https://github.com/actix/actix-web/commit/b4faf8820cb14a3648bb03385e0ceca844de8d9d"><code>b4faf88</code></a> chore(actix-web-codegen): prepare release 4.3.0</li> <li><a href="https://github.com/actix/actix-web/commit/d6f885127d5d72096b9129085508b9af29c5cfee"><code>d6f8851</code></a> chore(actix-test): prepare release 0.1.4</li> <li><a href="https://github.com/actix/actix-web/commit/ebc43dcf1b52ddf083090402b28392469ffa1997"><code>ebc43dc</code></a> feat: forwards-compatibility for handler visibility inheritance fix (<a href="https://redirect.github.com/actix/actix-web/issues/3391">#3391</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/7c4c26d2df5d344ae524a72f733fd3af0c13a3a2"><code>7c4c26d</code></a> feat: expose Identity middleware (<a href="https://redirect.github.com/actix/actix-web/issues/3390">#3390</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/3db7891303093d5992cfd3483405b80b495b8f8e"><code>3db7891</code></a> Scope macro (<a href="https://redirect.github.com/actix/actix-web/issues/3136">#3136</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/c366649516dcd1d780ca8b7938397dac61338c15"><code>c366649</code></a> docs: example of CPU core pinning</li> <li><a href="https://github.com/actix/actix-web/commit/534cfe1fda1d65b9cea7d75a0a8c55f46439bb4e"><code>534cfe1</code></a> feat: add .customize().add_cookie() (<a href="https://redirect.github.com/actix/actix-web/issues/3215">#3215</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/cff958e5187b4980d8a87c2a886a284ccbd3d9b2"><code>cff958e</code></a> chore: address clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/actix/actix-web/compare/web-v4.6.0...web-v4.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-web&package-manager=cargo&previous-version=4.6.0&new-version=4.7.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>
2024-06-13 07:29:07 +03:00
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump actix-web from 4.6.0 to 4.7.0 (#1369) Bumps [actix-web](https://github.com/actix/actix-web) from 4.6.0 to 4.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-web's releases</a>.</em></p> <blockquote> <h2>actix-web: v4.7.0</h2> <h3>Added</h3> <ul> <li>Add <code>#[scope]</code> macro.</li> <li>Add <code>middleware::Identity</code> type.</li> <li>Add <code>CustomizeResponder::add_cookie()</code> method.</li> <li>Add <code>guard::GuardContext::app_data()</code> method.</li> <li>Add <code>compat-routing-macros-force-pub</code> crate feature which (on-by-default) which, when disabled, causes handlers to inherit their attached function's visibility.</li> <li>Add <code>compat</code> crate feature group (on-by-default) which, when disabled, helps with transitioning to some planned v5.0 breaking changes, starting only with <code>compat-routing-macros-force-pub</code>.</li> <li>Implement <code>From&lt;Box&lt;dyn ResponseError&gt;&gt;</code> for <code>Error</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/a5c78483f9d83d3f916d75c8a5ce46909faf32bc"><code>a5c7848</code></a> chore(actix-web): prepare release 4.7.0</li> <li><a href="https://github.com/actix/actix-web/commit/12a0521ef88d13120363edeca484e75c98af8934"><code>12a0521</code></a> chore(actix-multipart): prepare release 0.6.2</li> <li><a href="https://github.com/actix/actix-web/commit/b4faf8820cb14a3648bb03385e0ceca844de8d9d"><code>b4faf88</code></a> chore(actix-web-codegen): prepare release 4.3.0</li> <li><a href="https://github.com/actix/actix-web/commit/d6f885127d5d72096b9129085508b9af29c5cfee"><code>d6f8851</code></a> chore(actix-test): prepare release 0.1.4</li> <li><a href="https://github.com/actix/actix-web/commit/ebc43dcf1b52ddf083090402b28392469ffa1997"><code>ebc43dc</code></a> feat: forwards-compatibility for handler visibility inheritance fix (<a href="https://redirect.github.com/actix/actix-web/issues/3391">#3391</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/7c4c26d2df5d344ae524a72f733fd3af0c13a3a2"><code>7c4c26d</code></a> feat: expose Identity middleware (<a href="https://redirect.github.com/actix/actix-web/issues/3390">#3390</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/3db7891303093d5992cfd3483405b80b495b8f8e"><code>3db7891</code></a> Scope macro (<a href="https://redirect.github.com/actix/actix-web/issues/3136">#3136</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/c366649516dcd1d780ca8b7938397dac61338c15"><code>c366649</code></a> docs: example of CPU core pinning</li> <li><a href="https://github.com/actix/actix-web/commit/534cfe1fda1d65b9cea7d75a0a8c55f46439bb4e"><code>534cfe1</code></a> feat: add .customize().add_cookie() (<a href="https://redirect.github.com/actix/actix-web/issues/3215">#3215</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/cff958e5187b4980d8a87c2a886a284ccbd3d9b2"><code>cff958e</code></a> chore: address clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/actix/actix-web/compare/web-v4.6.0...web-v4.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-web&package-manager=cargo&previous-version=4.6.0&new-version=4.7.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>
2024-06-13 07:29:07 +03:00
checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
dependencies = [
"actix-router",
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
2018-02-21 13:37:31 +03:00
]
[[package]]
name = "actix-web-static-files"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf6d1ef6d7a60e084f9e0595e2a5234abda14e76c105ecf8e2d0e8800c41a1f"
dependencies = [
"actix-web",
"derive_more",
"futures-util",
"static-files",
]
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
[[package]]
name = "addr2line"
2024-10-20 01:21:51 +03:00
version = "0.24.2"
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
dependencies = [
"gimli",
]
chore(deps): Bump flate2 from 1.0.31 to 1.0.32 (#1479) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.31 to 1.0.32. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.0.32 - turn panic into error</h2> <h2>What's Changed</h2> <h3>Fix</h3> <ul> <li>Return error instead of packing on Z_MEM_ERROR by <a href="https://github.com/crazymerlyn"><code>@​crazymerlyn</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/423">rust-lang/flate2-rs#423</a></li> </ul> <h3>Other</h3> <ul> <li>prepare new release by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/416">rust-lang/flate2-rs#416</a></li> <li>update miniz_oxide dependency to 0.8.x by <a href="https://github.com/oyvindln"><code>@​oyvindln</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/420">rust-lang/flate2-rs#420</a></li> <li>update maintenance guide with recent news by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/419">rust-lang/flate2-rs#419</a></li> <li>Check minimal version of Rust that compiles by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/421">rust-lang/flate2-rs#421</a></li> <li>Remove non-existent build in CI by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/422">rust-lang/flate2-rs#422</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/crazymerlyn"><code>@​crazymerlyn</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/423">rust-lang/flate2-rs#423</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md">flate2's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/367ec7476817925ef3215196826828e814b035be"><code>367ec74</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/423">#423</a> from crazymerlyn/memerror</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/6084e47797d58616f1c7adf818a048e8b0f015ad"><code>6084e47</code></a> Bump version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/d0fdac59646ea0d6cc61522405dada6113b0fc58"><code>d0fdac5</code></a> Return error instead of packing on Z_MEM_ERROR</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/5d1ecf6a979974cbf92f176628fb600440190aa7"><code>5d1ecf6</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/422">#422</a> from jongiddy/fix-main-ci</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/35b4a63dc3128e8f19ea53761abacdafeb6e13ab"><code>35b4a63</code></a> Remove non-existent build in CI</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/d616177ca3813066d7e92a29779706eb4b5a9ea2"><code>d616177</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/421">#421</a> from jongiddy/test-minimal-version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/140b285de79f6bffc9cc63e665851ce5f6e03586"><code>140b285</code></a> Check minimal version of Rust that compiles</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/74b3c7337123c36d9995e8209e206c510c808cfb"><code>74b3c73</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/419">#419</a> from Byron/maintenance-guide</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/af8bcdb7441c5ad9e108dea0d23b4582a1eb663d"><code>af8bcdb</code></a> update maintenance guide with recent news</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/dc6cab461c6c132ccd0fa9ee5c4604f0fd1bc9a2"><code>dc6cab4</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/420">#420</a> from oyvindln/update_miniz_oxide</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.31&new-version=1.0.32)](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>
2024-08-21 05:47:57 +03:00
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
chore(deps): Bump actix-http from 3.3.0 to 3.3.1 (#589) Bumps [actix-http](https://github.com/actix/actix-web) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-http's releases</a>.</em></p> <blockquote> <h2>actix-http: v3.3.1</h2> <h3>Fixed</h3> <ul> <li>Use correct <code>http</code> version requirement to ensure support for const <code>HeaderName</code> definitions.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/ea8bf361041b35aa281835540f1e8aba9679aceb"><code>ea8bf36</code></a> update web and awc changelogs</li> <li><a href="https://github.com/actix/actix-web/commit/0b5b463cfa951d96ec6b0167964ef613b0d2b091"><code>0b5b463</code></a> prepare web and awc releases</li> <li>See full diff in <a href="https://github.com/actix/actix-web/compare/web-v3.3.0...web-v3.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-http&package-manager=cargo&previous-version=3.3.0&new-version=3.3.1)](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>
2023-03-03 06:32:41 +03:00
[[package]]
name = "ahash"
version = "0.8.11"
chore(deps): Bump actix-http from 3.3.0 to 3.3.1 (#589) Bumps [actix-http](https://github.com/actix/actix-web) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-http's releases</a>.</em></p> <blockquote> <h2>actix-http: v3.3.1</h2> <h3>Fixed</h3> <ul> <li>Use correct <code>http</code> version requirement to ensure support for const <code>HeaderName</code> definitions.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/ea8bf361041b35aa281835540f1e8aba9679aceb"><code>ea8bf36</code></a> update web and awc changelogs</li> <li><a href="https://github.com/actix/actix-web/commit/0b5b463cfa951d96ec6b0167964ef613b0d2b091"><code>0b5b463</code></a> prepare web and awc releases</li> <li>See full diff in <a href="https://github.com/actix/actix-web/compare/web-v3.3.0...web-v3.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-http&package-manager=cargo&previous-version=3.3.0&new-version=3.3.1)](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>
2023-03-03 06:32:41 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
chore(deps): Bump actix-http from 3.3.0 to 3.3.1 (#589) Bumps [actix-http](https://github.com/actix/actix-web) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-http's releases</a>.</em></p> <blockquote> <h2>actix-http: v3.3.1</h2> <h3>Fixed</h3> <ul> <li>Use correct <code>http</code> version requirement to ensure support for const <code>HeaderName</code> definitions.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/ea8bf361041b35aa281835540f1e8aba9679aceb"><code>ea8bf36</code></a> update web and awc changelogs</li> <li><a href="https://github.com/actix/actix-web/commit/0b5b463cfa951d96ec6b0167964ef613b0d2b091"><code>0b5b463</code></a> prepare web and awc releases</li> <li>See full diff in <a href="https://github.com/actix/actix-web/compare/web-v3.3.0...web-v3.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-http&package-manager=cargo&previous-version=3.3.0&new-version=3.3.1)](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>
2023-03-03 06:32:41 +03:00
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
2023-10-25 06:16:37 +03:00
"zerocopy",
chore(deps): Bump actix-http from 3.3.0 to 3.3.1 (#589) Bumps [actix-http](https://github.com/actix/actix-web) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-http's releases</a>.</em></p> <blockquote> <h2>actix-http: v3.3.1</h2> <h3>Fixed</h3> <ul> <li>Use correct <code>http</code> version requirement to ensure support for const <code>HeaderName</code> definitions.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/ea8bf361041b35aa281835540f1e8aba9679aceb"><code>ea8bf36</code></a> update web and awc changelogs</li> <li><a href="https://github.com/actix/actix-web/commit/0b5b463cfa951d96ec6b0167964ef613b0d2b091"><code>0b5b463</code></a> prepare web and awc releases</li> <li>See full diff in <a href="https://github.com/actix/actix-web/compare/web-v3.3.0...web-v3.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-http&package-manager=cargo&previous-version=3.3.0&new-version=3.3.1)](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>
2023-03-03 06:32:41 +03:00
]
2017-10-09 14:29:03 +03:00
[[package]]
name = "aho-corasick"
2024-03-22 01:22:12 +03:00
version = "1.1.3"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-22 01:22:12 +03:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2017-10-09 14:29:03 +03:00
dependencies = [
"memchr",
2017-09-30 13:55:44 +03:00
]
2022-02-12 17:25:52 +03:00
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
2022-02-12 17:25:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
2022-02-12 17:25:52 +03:00
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
2022-02-12 17:25:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2022-02-12 17:25:52 +03:00
dependencies = [
"alloc-no-stdlib",
]
2023-06-13 06:05:54 +03:00
[[package]]
name = "allocator-api2"
2024-04-15 05:59:02 +03:00
version = "0.2.18"
2023-06-13 06:05:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-15 05:59:02 +03:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2023-06-13 06:05:54 +03:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
2023-04-03 05:06:55 +03:00
[[package]]
name = "anstream"
2024-07-30 17:53:22 +03:00
version = "0.6.15"
2023-04-03 05:06:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
2023-04-03 05:06:55 +03:00
dependencies = [
"anstyle",
"anstyle-parse",
chore(deps): Bump clap from 4.2.1 to 4.2.2 (#637) Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.2.2</h2> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/6f409544ec49738496eb100c6fec19dbf8d22d02"><code>6f40954</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/6d5394dfc1a9fbfb90ab88fc7332a1ecd2cae6e1"><code>6d5394d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d7f742ab87b401835efc8c70c34215538943ec66"><code>d7f742a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4832">#4832</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/9c85e1b295c5b9181bdb3a402bcedcce2f0f272e"><code>9c85e1b</code></a> chore: Update anstyle/anstream</li> <li><a href="https://github.com/clap-rs/clap/commit/0deb42265de1868eb9cb9e3b4e8c78b703d1e52b"><code>0deb422</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4823">#4823</a> from epage/template</li> <li><a href="https://github.com/clap-rs/clap/commit/d34b51a2ede1e9ef007f2fe23110dc094d0e9d06"><code>d34b51a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4821">#4821</a> from Bfault/typo</li> <li><a href="https://github.com/clap-rs/clap/commit/13d79b767799e5fabafef65c2c2351d001c4e079"><code>13d79b7</code></a> Fix typo</li> <li><a href="https://github.com/clap-rs/clap/commit/feddd124b05c76d87ce0731f1074ad51292a274a"><code>feddd12</code></a> style: Move away from banned fns</li> <li><a href="https://github.com/clap-rs/clap/commit/d3d45e83441ba032d3524d06002b89fca22670b8"><code>d3d45e8</code></a> chore(pre): Mirror exclude in pre-commit</li> <li><a href="https://github.com/clap-rs/clap/commit/c99ef984de34d4dc2330a98e6c32d63f774e907c"><code>c99ef98</code></a> chore(ci): Remove allow-print-in-tests due to MSRV</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.2.1...v4.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.2.1&new-version=4.2.2)](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>
2023-04-14 06:25:16 +03:00
"anstyle-query",
2023-04-03 05:06:55 +03:00
"anstyle-wincon",
chore(deps): Bump clap from 4.2.1 to 4.2.2 (#637) Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.2.2</h2> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/6f409544ec49738496eb100c6fec19dbf8d22d02"><code>6f40954</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/6d5394dfc1a9fbfb90ab88fc7332a1ecd2cae6e1"><code>6d5394d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d7f742ab87b401835efc8c70c34215538943ec66"><code>d7f742a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4832">#4832</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/9c85e1b295c5b9181bdb3a402bcedcce2f0f272e"><code>9c85e1b</code></a> chore: Update anstyle/anstream</li> <li><a href="https://github.com/clap-rs/clap/commit/0deb42265de1868eb9cb9e3b4e8c78b703d1e52b"><code>0deb422</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4823">#4823</a> from epage/template</li> <li><a href="https://github.com/clap-rs/clap/commit/d34b51a2ede1e9ef007f2fe23110dc094d0e9d06"><code>d34b51a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4821">#4821</a> from Bfault/typo</li> <li><a href="https://github.com/clap-rs/clap/commit/13d79b767799e5fabafef65c2c2351d001c4e079"><code>13d79b7</code></a> Fix typo</li> <li><a href="https://github.com/clap-rs/clap/commit/feddd124b05c76d87ce0731f1074ad51292a274a"><code>feddd12</code></a> style: Move away from banned fns</li> <li><a href="https://github.com/clap-rs/clap/commit/d3d45e83441ba032d3524d06002b89fca22670b8"><code>d3d45e8</code></a> chore(pre): Mirror exclude in pre-commit</li> <li><a href="https://github.com/clap-rs/clap/commit/c99ef984de34d4dc2330a98e6c32d63f774e907c"><code>c99ef98</code></a> chore(ci): Remove allow-print-in-tests due to MSRV</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.2.1...v4.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.2.1&new-version=4.2.2)](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>
2023-04-14 06:25:16 +03:00
"colorchoice",
"is_terminal_polyfill",
2023-04-03 05:06:55 +03:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-07-30 17:53:22 +03:00
version = "1.0.8"
2023-04-03 05:06:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2023-04-03 05:06:55 +03:00
[[package]]
name = "anstyle-parse"
2024-07-30 17:53:22 +03:00
version = "0.2.5"
2023-04-03 05:06:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
2023-04-03 05:06:55 +03:00
dependencies = [
"utf8parse",
]
chore(deps): Bump clap from 4.2.1 to 4.2.2 (#637) Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.2.2</h2> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/6f409544ec49738496eb100c6fec19dbf8d22d02"><code>6f40954</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/6d5394dfc1a9fbfb90ab88fc7332a1ecd2cae6e1"><code>6d5394d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d7f742ab87b401835efc8c70c34215538943ec66"><code>d7f742a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4832">#4832</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/9c85e1b295c5b9181bdb3a402bcedcce2f0f272e"><code>9c85e1b</code></a> chore: Update anstyle/anstream</li> <li><a href="https://github.com/clap-rs/clap/commit/0deb42265de1868eb9cb9e3b4e8c78b703d1e52b"><code>0deb422</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4823">#4823</a> from epage/template</li> <li><a href="https://github.com/clap-rs/clap/commit/d34b51a2ede1e9ef007f2fe23110dc094d0e9d06"><code>d34b51a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4821">#4821</a> from Bfault/typo</li> <li><a href="https://github.com/clap-rs/clap/commit/13d79b767799e5fabafef65c2c2351d001c4e079"><code>13d79b7</code></a> Fix typo</li> <li><a href="https://github.com/clap-rs/clap/commit/feddd124b05c76d87ce0731f1074ad51292a274a"><code>feddd12</code></a> style: Move away from banned fns</li> <li><a href="https://github.com/clap-rs/clap/commit/d3d45e83441ba032d3524d06002b89fca22670b8"><code>d3d45e8</code></a> chore(pre): Mirror exclude in pre-commit</li> <li><a href="https://github.com/clap-rs/clap/commit/c99ef984de34d4dc2330a98e6c32d63f774e907c"><code>c99ef98</code></a> chore(ci): Remove allow-print-in-tests due to MSRV</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.2.1...v4.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.2.1&new-version=4.2.2)](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>
2023-04-14 06:25:16 +03:00
[[package]]
name = "anstyle-query"
2024-07-30 17:53:22 +03:00
version = "1.1.1"
chore(deps): Bump clap from 4.2.1 to 4.2.2 (#637) Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.2.2</h2> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/6f409544ec49738496eb100c6fec19dbf8d22d02"><code>6f40954</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/6d5394dfc1a9fbfb90ab88fc7332a1ecd2cae6e1"><code>6d5394d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d7f742ab87b401835efc8c70c34215538943ec66"><code>d7f742a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4832">#4832</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/9c85e1b295c5b9181bdb3a402bcedcce2f0f272e"><code>9c85e1b</code></a> chore: Update anstyle/anstream</li> <li><a href="https://github.com/clap-rs/clap/commit/0deb42265de1868eb9cb9e3b4e8c78b703d1e52b"><code>0deb422</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4823">#4823</a> from epage/template</li> <li><a href="https://github.com/clap-rs/clap/commit/d34b51a2ede1e9ef007f2fe23110dc094d0e9d06"><code>d34b51a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4821">#4821</a> from Bfault/typo</li> <li><a href="https://github.com/clap-rs/clap/commit/13d79b767799e5fabafef65c2c2351d001c4e079"><code>13d79b7</code></a> Fix typo</li> <li><a href="https://github.com/clap-rs/clap/commit/feddd124b05c76d87ce0731f1074ad51292a274a"><code>feddd12</code></a> style: Move away from banned fns</li> <li><a href="https://github.com/clap-rs/clap/commit/d3d45e83441ba032d3524d06002b89fca22670b8"><code>d3d45e8</code></a> chore(pre): Mirror exclude in pre-commit</li> <li><a href="https://github.com/clap-rs/clap/commit/c99ef984de34d4dc2330a98e6c32d63f774e907c"><code>c99ef98</code></a> chore(ci): Remove allow-print-in-tests due to MSRV</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.2.1...v4.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.2.1&new-version=4.2.2)](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>
2023-04-14 06:25:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
chore(deps): Bump clap from 4.2.1 to 4.2.2 (#637) Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.2.2</h2> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/6f409544ec49738496eb100c6fec19dbf8d22d02"><code>6f40954</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/6d5394dfc1a9fbfb90ab88fc7332a1ecd2cae6e1"><code>6d5394d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d7f742ab87b401835efc8c70c34215538943ec66"><code>d7f742a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4832">#4832</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/9c85e1b295c5b9181bdb3a402bcedcce2f0f272e"><code>9c85e1b</code></a> chore: Update anstyle/anstream</li> <li><a href="https://github.com/clap-rs/clap/commit/0deb42265de1868eb9cb9e3b4e8c78b703d1e52b"><code>0deb422</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4823">#4823</a> from epage/template</li> <li><a href="https://github.com/clap-rs/clap/commit/d34b51a2ede1e9ef007f2fe23110dc094d0e9d06"><code>d34b51a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4821">#4821</a> from Bfault/typo</li> <li><a href="https://github.com/clap-rs/clap/commit/13d79b767799e5fabafef65c2c2351d001c4e079"><code>13d79b7</code></a> Fix typo</li> <li><a href="https://github.com/clap-rs/clap/commit/feddd124b05c76d87ce0731f1074ad51292a274a"><code>feddd12</code></a> style: Move away from banned fns</li> <li><a href="https://github.com/clap-rs/clap/commit/d3d45e83441ba032d3524d06002b89fca22670b8"><code>d3d45e8</code></a> chore(pre): Mirror exclude in pre-commit</li> <li><a href="https://github.com/clap-rs/clap/commit/c99ef984de34d4dc2330a98e6c32d63f774e907c"><code>c99ef98</code></a> chore(ci): Remove allow-print-in-tests due to MSRV</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.2.1...v4.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.2.1&new-version=4.2.2)](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>
2023-04-14 06:25:16 +03:00
dependencies = [
2023-12-06 07:48:59 +03:00
"windows-sys 0.52.0",
chore(deps): Bump clap from 4.2.1 to 4.2.2 (#637) Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.2.2</h2> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/6f409544ec49738496eb100c6fec19dbf8d22d02"><code>6f40954</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/6d5394dfc1a9fbfb90ab88fc7332a1ecd2cae6e1"><code>6d5394d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d7f742ab87b401835efc8c70c34215538943ec66"><code>d7f742a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4832">#4832</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/9c85e1b295c5b9181bdb3a402bcedcce2f0f272e"><code>9c85e1b</code></a> chore: Update anstyle/anstream</li> <li><a href="https://github.com/clap-rs/clap/commit/0deb42265de1868eb9cb9e3b4e8c78b703d1e52b"><code>0deb422</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4823">#4823</a> from epage/template</li> <li><a href="https://github.com/clap-rs/clap/commit/d34b51a2ede1e9ef007f2fe23110dc094d0e9d06"><code>d34b51a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4821">#4821</a> from Bfault/typo</li> <li><a href="https://github.com/clap-rs/clap/commit/13d79b767799e5fabafef65c2c2351d001c4e079"><code>13d79b7</code></a> Fix typo</li> <li><a href="https://github.com/clap-rs/clap/commit/feddd124b05c76d87ce0731f1074ad51292a274a"><code>feddd12</code></a> style: Move away from banned fns</li> <li><a href="https://github.com/clap-rs/clap/commit/d3d45e83441ba032d3524d06002b89fca22670b8"><code>d3d45e8</code></a> chore(pre): Mirror exclude in pre-commit</li> <li><a href="https://github.com/clap-rs/clap/commit/c99ef984de34d4dc2330a98e6c32d63f774e907c"><code>c99ef98</code></a> chore(ci): Remove allow-print-in-tests due to MSRV</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.2.1...v4.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.2.1&new-version=4.2.2)](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>
2023-04-14 06:25:16 +03:00
]
2023-04-03 05:06:55 +03:00
[[package]]
name = "anstyle-wincon"
2024-07-30 17:53:22 +03:00
version = "3.0.4"
2023-04-03 05:06:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2023-04-03 05:06:55 +03:00
dependencies = [
"anstyle",
2023-12-06 07:48:59 +03:00
"windows-sys 0.52.0",
2023-04-03 05:06:55 +03:00
]
[[package]]
name = "anyhow"
chore(deps): Bump anyhow from 1.0.92 to 1.0.93 (#1570) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.92 to 1.0.93. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.93</h2> <ul> <li>Update dev-dependencies to <code>thiserror</code> v2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/713bda9247df3846c1444a7c1b3b2a3b9a4f5907"><code>713bda9</code></a> Release 1.0.93</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f91c247cf8986842a8ac25030481b0af3433cd35"><code>f91c247</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/391">#391</a> from dtolnay/thiserror</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2a3901c0b1ab6d7aed466db53a2675b61d3e3401"><code>2a3901c</code></a> Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile</li> <li><a href="https://github.com/dtolnay/anyhow/commit/3ca2cdd795f1569354f8d7366383d7802201bdbf"><code>3ca2cdd</code></a> Update dev-dependencies to thiserror v2</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.93">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.92&new-version=1.0.93)](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>
2024-11-07 05:55:10 +03:00
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump anyhow from 1.0.92 to 1.0.93 (#1570) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.92 to 1.0.93. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.93</h2> <ul> <li>Update dev-dependencies to <code>thiserror</code> v2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/713bda9247df3846c1444a7c1b3b2a3b9a4f5907"><code>713bda9</code></a> Release 1.0.93</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f91c247cf8986842a8ac25030481b0af3433cd35"><code>f91c247</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/391">#391</a> from dtolnay/thiserror</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2a3901c0b1ab6d7aed466db53a2675b61d3e3401"><code>2a3901c</code></a> Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile</li> <li><a href="https://github.com/dtolnay/anyhow/commit/3ca2cdd795f1569354f8d7366383d7802201bdbf"><code>3ca2cdd</code></a> Update dev-dependencies to thiserror v2</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.93">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.92&new-version=1.0.93)](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>
2024-11-07 05:55:10 +03:00
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
[[package]]
name = "approx"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "arrayref"
version = "0.3.9"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "arrayvec"
2024-09-11 22:32:24 +03:00
version = "0.7.6"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "async-compression"
2024-10-20 01:21:51 +03:00
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "103db485efc3e41214fe4fda9f3dbeae2eb9082f48fd236e6095627a9422066e"
dependencies = [
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
[[package]]
name = "async-lock"
2024-06-14 01:33:29 +03:00
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 01:33:29 +03:00
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
dependencies = [
2024-06-14 01:33:29 +03:00
"event-listener 5.3.1",
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
"event-listener-strategy",
"pin-project-lite",
]
[[package]]
name = "async-stream"
2024-10-20 01:21:51 +03:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
2024-10-20 01:21:51 +03:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
2018-01-19 14:06:01 +03:00
[[package]]
name = "async-trait"
chore(deps): Bump async-trait from 0.1.82 to 0.1.83 (#1521) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.83</h2> <ul> <li>Prevent needless_arbitrary_self_type lint being produced in generated code (<a href="https://redirect.github.com/dtolnay/async-trait/issues/278">#278</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/e6b4d471c64156338fb87386b7a7ad8543c3a205"><code>e6b4d47</code></a> Release 0.1.83</li> <li><a href="https://github.com/dtolnay/async-trait/commit/bfe8d617660237b27eee620181586a16ff2f6a25"><code>bfe8d61</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/278">#278</a> from dtolnay/arbself</li> <li><a href="https://github.com/dtolnay/async-trait/commit/7bd974b3a4db2c3ab321de2976d09d3ea2b82348"><code>7bd974b</code></a> Ignore needless_arbitrary_self_type clippy lint in generated code</li> <li><a href="https://github.com/dtolnay/async-trait/commit/b53b4e755402ef91d2104d40b8f303ad0c56d2f9"><code>b53b4e7</code></a> Add regression test for issue 277</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.82...0.1.83">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.82&new-version=0.1.83)](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>
2024-09-25 06:09:30 +03:00
version = "0.1.83"
2018-01-19 14:06:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump async-trait from 0.1.82 to 0.1.83 (#1521) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.83</h2> <ul> <li>Prevent needless_arbitrary_self_type lint being produced in generated code (<a href="https://redirect.github.com/dtolnay/async-trait/issues/278">#278</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/e6b4d471c64156338fb87386b7a7ad8543c3a205"><code>e6b4d47</code></a> Release 0.1.83</li> <li><a href="https://github.com/dtolnay/async-trait/commit/bfe8d617660237b27eee620181586a16ff2f6a25"><code>bfe8d61</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/278">#278</a> from dtolnay/arbself</li> <li><a href="https://github.com/dtolnay/async-trait/commit/7bd974b3a4db2c3ab321de2976d09d3ea2b82348"><code>7bd974b</code></a> Ignore needless_arbitrary_self_type clippy lint in generated code</li> <li><a href="https://github.com/dtolnay/async-trait/commit/b53b4e755402ef91d2104d40b8f303ad0c56d2f9"><code>b53b4e7</code></a> Add regression test for issue 277</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.82...0.1.83">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.82&new-version=0.1.83)](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>
2024-09-25 06:09:30 +03:00
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
2018-01-19 14:06:01 +03:00
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
2018-01-19 14:06:01 +03:00
]
[[package]]
name = "atoi"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
dependencies = [
"num-traits",
]
2020-01-11 12:05:45 +03:00
[[package]]
name = "autocfg"
version = "1.4.0"
2020-01-11 12:05:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2020-01-11 12:05:45 +03:00
[[package]]
name = "aws-lc-rs"
2024-10-20 01:21:51 +03:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d"
dependencies = [
"aws-lc-sys",
"mirai-annotations",
"paste",
"zeroize",
]
[[package]]
name = "aws-lc-sys"
2024-10-20 01:21:51 +03:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972"
dependencies = [
"bindgen",
2024-04-19 23:34:20 +03:00
"cc",
"cmake",
"dunce",
"fs_extra",
"libc",
"paste",
]
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
[[package]]
name = "backtrace"
2024-09-11 22:32:24 +03:00
version = "0.3.74"
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
"object",
"rustc-demangle",
2024-09-11 22:32:24 +03:00
"windows-targets 0.52.6",
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
]
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2023-01-23 09:48:53 +03:00
[[package]]
name = "base64"
2024-01-12 08:22:57 +03:00
version = "0.21.7"
2023-01-23 09:48:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 08:22:57 +03:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-01-23 09:48:53 +03:00
chore(deps): Bump rustls-pemfile from 2.1.1 to 2.1.2 (#1288) Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.1 to 2.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/pemfile/releases">rustls-pemfile's releases</a>.</em></p> <blockquote> <h2>2.1.2</h2> <p>Dependency updates.</p> <h2>What's Changed</h2> <ul> <li>Bump base64 from 0.21.5 to 0.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/rustls/pemfile/pull/44">rustls/pemfile#44</a></li> <li>Cargo: version 2.1.1 -&gt; 2.1.2 by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/rustls/pemfile/pull/45">rustls/pemfile#45</a></li> <li>Delete obsolete release history section by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/pemfile/pull/46">rustls/pemfile#46</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alex"><code>@​alex</code></a> made their first contribution in <a href="https://redirect.github.com/rustls/pemfile/pull/45">rustls/pemfile#45</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2">https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/pemfile/commit/7ba4ab7d4922ec955e702339d2a10f6791ce0bad"><code>7ba4ab7</code></a> Delete obsolete release history section</li> <li><a href="https://github.com/rustls/pemfile/commit/07686b23c0e99f4b874c47cce28ddc3301666a25"><code>07686b2</code></a> Cargo: version 2.1.1 -&gt; 2.1.2</li> <li><a href="https://github.com/rustls/pemfile/commit/48ab234b59db290e6fe8b60dcf08f8f6dd51efd7"><code>48ab234</code></a> Fixed warnings from rust nightly</li> <li><a href="https://github.com/rustls/pemfile/commit/d7b121586c484c36f2526367db21f92c51b8234c"><code>d7b1215</code></a> Bump base64 from 0.21.5 to 0.22.0</li> <li>See full diff in <a href="https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls-pemfile&package-manager=cargo&previous-version=2.1.1&new-version=2.1.2)](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>
2024-04-08 05:34:58 +03:00
[[package]]
name = "base64"
version = "0.22.1"
chore(deps): Bump rustls-pemfile from 2.1.1 to 2.1.2 (#1288) Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.1 to 2.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/pemfile/releases">rustls-pemfile's releases</a>.</em></p> <blockquote> <h2>2.1.2</h2> <p>Dependency updates.</p> <h2>What's Changed</h2> <ul> <li>Bump base64 from 0.21.5 to 0.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/rustls/pemfile/pull/44">rustls/pemfile#44</a></li> <li>Cargo: version 2.1.1 -&gt; 2.1.2 by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/rustls/pemfile/pull/45">rustls/pemfile#45</a></li> <li>Delete obsolete release history section by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/pemfile/pull/46">rustls/pemfile#46</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alex"><code>@​alex</code></a> made their first contribution in <a href="https://redirect.github.com/rustls/pemfile/pull/45">rustls/pemfile#45</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2">https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/pemfile/commit/7ba4ab7d4922ec955e702339d2a10f6791ce0bad"><code>7ba4ab7</code></a> Delete obsolete release history section</li> <li><a href="https://github.com/rustls/pemfile/commit/07686b23c0e99f4b874c47cce28ddc3301666a25"><code>07686b2</code></a> Cargo: version 2.1.1 -&gt; 2.1.2</li> <li><a href="https://github.com/rustls/pemfile/commit/48ab234b59db290e6fe8b60dcf08f8f6dd51efd7"><code>48ab234</code></a> Fixed warnings from rust nightly</li> <li><a href="https://github.com/rustls/pemfile/commit/d7b121586c484c36f2526367db21f92c51b8234c"><code>d7b1215</code></a> Bump base64 from 0.21.5 to 0.22.0</li> <li>See full diff in <a href="https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls-pemfile&package-manager=cargo&previous-version=2.1.1&new-version=2.1.2)](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>
2024-04-08 05:34:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
chore(deps): Bump rustls-pemfile from 2.1.1 to 2.1.2 (#1288) Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.1 to 2.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/pemfile/releases">rustls-pemfile's releases</a>.</em></p> <blockquote> <h2>2.1.2</h2> <p>Dependency updates.</p> <h2>What's Changed</h2> <ul> <li>Bump base64 from 0.21.5 to 0.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/rustls/pemfile/pull/44">rustls/pemfile#44</a></li> <li>Cargo: version 2.1.1 -&gt; 2.1.2 by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/rustls/pemfile/pull/45">rustls/pemfile#45</a></li> <li>Delete obsolete release history section by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/pemfile/pull/46">rustls/pemfile#46</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alex"><code>@​alex</code></a> made their first contribution in <a href="https://redirect.github.com/rustls/pemfile/pull/45">rustls/pemfile#45</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2">https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/pemfile/commit/7ba4ab7d4922ec955e702339d2a10f6791ce0bad"><code>7ba4ab7</code></a> Delete obsolete release history section</li> <li><a href="https://github.com/rustls/pemfile/commit/07686b23c0e99f4b874c47cce28ddc3301666a25"><code>07686b2</code></a> Cargo: version 2.1.1 -&gt; 2.1.2</li> <li><a href="https://github.com/rustls/pemfile/commit/48ab234b59db290e6fe8b60dcf08f8f6dd51efd7"><code>48ab234</code></a> Fixed warnings from rust nightly</li> <li><a href="https://github.com/rustls/pemfile/commit/d7b121586c484c36f2526367db21f92c51b8234c"><code>d7b1215</code></a> Bump base64 from 0.21.5 to 0.22.0</li> <li>See full diff in <a href="https://github.com/rustls/pemfile/compare/v/2.1.1...v/2.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls-pemfile&package-manager=cargo&previous-version=2.1.1&new-version=2.1.2)](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>
2024-04-08 05:34:58 +03:00
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "bindgen"
2024-10-20 01:21:51 +03:00
version = "0.69.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
2024-09-11 22:32:24 +03:00
"itertools 0.12.1",
"lazy_static",
"lazycell",
"log",
"prettyplease",
"proc-macro2",
"quote",
"regex",
chore(deps): Bump quinn-proto from 0.11.3 to 0.11.8 (#1497) Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.3 to 0.11.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quinn-rs/quinn/releases">quinn-proto's releases</a>.</em></p> <blockquote> <h2>quinn-proto 0.11.5</h2> <h2>What's Changed</h2> <ul> <li>No workspace lints by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1955">quinn-rs/quinn#1955</a></li> </ul> <h2>quinn-proto 0.11.4</h2> <h2>What's Changed</h2> <ul> <li>Fix panic in example due to unset default crypto provider by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1882">quinn-rs/quinn#1882</a></li> <li>Fix zero-length connection IDs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1883">quinn-rs/quinn#1883</a></li> <li>Add support for NetBSD, fix OpenBSD by <a href="https://github.com/flub"><code>@​flub</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1884">quinn-rs/quinn#1884</a></li> <li>docs(udp): replace AsRawFd and AsRawSocket with AsFd and AsSocket by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1890">quinn-rs/quinn#1890</a></li> <li>Resolve stopped/received_reset futures on lost connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1886">quinn-rs/quinn#1886</a></li> <li>Bump version numbers (quinn 0.11.2, -proto 0.11.3) by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1891">quinn-rs/quinn#1891</a></li> <li>udp: bump version to 0.5.2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1892">quinn-rs/quinn#1892</a></li> <li>docs(quinn): Clarify effects of setting AckFrequencyConfig by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1894">quinn-rs/quinn#1894</a></li> <li>Apply clippy suggestions from Rust 1.79 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1895">quinn-rs/quinn#1895</a></li> <li>Only send MAX_STREAMS when &gt;1/8 of flow control window is consumed by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1898">quinn-rs/quinn#1898</a></li> <li>fix: remove unused dependency tracing-attributes by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1903">quinn-rs/quinn#1903</a></li> <li>proto: make initial destination cid configurable by <a href="https://github.com/thynson"><code>@​thynson</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1897">quinn-rs/quinn#1897</a></li> <li>Allow configuring rng seed through <code>EndpointConfig</code> by <a href="https://github.com/aochagavia"><code>@​aochagavia</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1901">quinn-rs/quinn#1901</a></li> <li>quinn: introduce waking helpers by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1908">quinn-rs/quinn#1908</a></li> <li>Wake blocked streams on 0-RTT rejection by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1905">quinn-rs/quinn#1905</a></li> <li>Upgrade to rustc-hash 2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1909">quinn-rs/quinn#1909</a></li> <li>Fix unnecessary Incoming warning on Endpoint drop by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1907">quinn-rs/quinn#1907</a></li> <li>Revise and add additional 0-rtt doc comments by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1826">quinn-rs/quinn#1826</a></li> <li>docs: remove reference to sendmmsg by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1914">quinn-rs/quinn#1914</a></li> <li>Fix debug assert with reordered ACKs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1893">quinn-rs/quinn#1893</a></li> <li>quinn: Make <code>Endpoint::client</code> dual-stack V6 by default by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1913">quinn-rs/quinn#1913</a></li> <li>bench(udp): measure non-GSO &amp; GSO on localhost by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1915">quinn-rs/quinn#1915</a></li> <li>proto: avoid overflow in handshake done statistic by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1918">quinn-rs/quinn#1918</a></li> <li>Use workspace dependencies for all external dependencies by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1919">quinn-rs/quinn#1919</a></li> <li>Fix lack of reexport of ConnectionStats and ResetError by <a href="https://github.com/TirushOne"><code>@​TirushOne</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1920">quinn-rs/quinn#1920</a></li> <li>[non-breaking] deps(udp): make tracing optional and add optional log by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1923">quinn-rs/quinn#1923</a></li> <li>fix(udp): feature flag tracing in windows.rs by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1932">quinn-rs/quinn#1932</a></li> <li>Bump MSRV to 1.70 following tokio 1.39 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1939">quinn-rs/quinn#1939</a></li> <li>Raise default idle timeout to 30 seconds by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1938">quinn-rs/quinn#1938</a></li> <li>Discard pre-handshake packets after the handshake by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1937">quinn-rs/quinn#1937</a></li> <li>Apply suggestions from Clippy 1.80 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1941">quinn-rs/quinn#1941</a></li> <li>chore(quinn): feature flag socket2 imports by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1933">quinn-rs/quinn#1933</a></li> <li>refactor: move rust-version to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1940">quinn-rs/quinn#1940</a></li> <li>chore: move common package data to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1943">quinn-rs/quinn#1943</a></li> <li>Endpoint stats interface by <a href="https://github.com/ryleung-solana"><code>@​ryleung-solana</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1900">quinn-rs/quinn#1900</a></li> <li>Expose the Handshake Confirmed state by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1944">quinn-rs/quinn#1944</a></li> <li>Exclude metrics with freestanding getters from EndpointStats by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1945">quinn-rs/quinn#1945</a></li> <li>Fix incorrect initial DCID indexing on retried connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1946">quinn-rs/quinn#1946</a></li> <li>Add expect message to unwrap in PacketBuilder by <a href="https://github.com/casey"><code>@​casey</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1951">quinn-rs/quinn#1951</a></li> <li>Revert &quot;proto: yield transport error for Initial packets with no CRYPTO&quot; by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1952">quinn-rs/quinn#1952</a></li> <li>refactor(udp): introduce log facade by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1935">quinn-rs/quinn#1935</a></li> <li>Update cargo-deny-action to v2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1953">quinn-rs/quinn#1953</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quinn-rs/quinn/commit/7c09b02073783830abb7304fc4642c5452cc6853"><code>7c09b02</code></a> proto: bump version to 0.11.8 for release (<a href="https://redirect.github.com/quinn-rs/quinn/issues/1981">#1981</a>)</li> <li><a href="https://github.com/quinn-rs/quinn/commit/59bccd2e7e8fbab4a8d178596daf951705ff5ca9"><code>59bccd2</code></a> Version bump <code>quinn</code> to enforce patched <code>quinn-proto</code></li> <li><a href="https://github.com/quinn-rs/quinn/commit/a8ec510fd171380a50bd9b99f20a772980aabe47"><code>a8ec510</code></a> proto: avoid panicking on rustls server config errors</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c26e8cd2f781e2cf83aa6cac09fd051ddc25a4e8"><code>c26e8cd</code></a> Bump versions</li> <li><a href="https://github.com/quinn-rs/quinn/commit/e01609ccd8738bd438d86fa7185a0f85598cb58f"><code>e01609c</code></a> Merge commit from fork</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c292a3c6a60b9b67c82dfaf5b2dab212d8f4a530"><code>c292a3c</code></a> Fix and test validation of IDCID length</li> <li><a href="https://github.com/quinn-rs/quinn/commit/bb02a12a8435a7732a1d762783eeacbb7e50418e"><code>bb02a12</code></a> fix(.github/android): use API level 26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/5e5cc936450e7a843f88ed4008d5df9374fb7dd8"><code>5e5cc93</code></a> fix(.github/android): pass matrix.target and increase api to v26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/cef42cccef6fb6f02527ae4b2f42d7f7da878f62"><code>cef42cc</code></a> fix(udp): typo in sendmsg error log</li> <li><a href="https://github.com/quinn-rs/quinn/commit/edf16a6f106379681509f229b6e45539fa3eebdb"><code>edf16a6</code></a> ci(rust.yml): add workflow testing feature permutations</li> <li>Additional commits viewable in <a href="https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.3...quinn-proto-0.11.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quinn-proto&package-manager=cargo&previous-version=0.11.3&new-version=0.11.8)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/maplibre/martin/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 00:16:55 +03:00
"rustc-hash 1.1.0",
"shlex",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
"which",
]
[[package]]
name = "bit-set"
2024-07-19 05:54:42 +03:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 05:54:42 +03:00
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
2024-07-19 05:54:42 +03:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 05:54:42 +03:00
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-03 13:43:29 +03:00
[[package]]
name = "bitflags"
version = "2.6.0"
2023-07-03 13:43:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
dependencies = [
"serde",
]
2023-07-03 13:43:29 +03:00
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2022-01-01 20:43:04 +03:00
[[package]]
name = "block-buffer"
2023-03-09 20:37:29 +03:00
version = "0.10.4"
2022-01-01 20:43:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-09 20:37:29 +03:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-01-01 20:43:04 +03:00
dependencies = [
"generic-array 0.14.7",
2022-01-01 20:43:04 +03:00
]
[[package]]
name = "bollard"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d41711ad46fda47cd701f6908e59d1bd6b9a2b7464c0d0aeab95c6d37096ff8a"
dependencies = [
"base64 0.22.1",
"bollard-stubs",
"bytes",
"futures-core",
"futures-util",
"hex",
"home",
"http 1.1.0",
"http-body-util",
"hyper 1.5.0",
"hyper-named-pipe",
"hyper-rustls",
"hyper-util",
"hyperlocal",
"log",
"pin-project-lite",
"rustls",
"rustls-native-certs 0.7.3",
"rustls-pemfile",
"rustls-pki-types",
"serde",
"serde_derive",
"serde_json",
"serde_repr",
"serde_urlencoded",
"thiserror",
"tokio",
"tokio-util",
"tower-service",
"url",
"winapi",
]
[[package]]
name = "bollard-stubs"
version = "1.45.0-rc.26.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7c5415e3a6bc6d3e99eff6268e488fd4ee25e7b28c10f08fa6760bd9de16e4"
dependencies = [
"serde",
"serde_repr",
"serde_with",
]
2018-01-22 20:01:44 +03:00
[[package]]
2022-02-12 17:25:52 +03:00
name = "brotli"
chore(deps): Bump brotli from 3.4.0 to 3.5.0 (#1262) Bumps [brotli](https://github.com/dropbox/rust-brotli) from 3.4.0 to 3.5.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dropbox/rust-brotli/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=brotli&package-manager=cargo&previous-version=3.4.0&new-version=3.5.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>
2024-03-19 04:23:47 +03:00
version = "3.5.0"
2018-01-22 20:01:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump brotli from 3.4.0 to 3.5.0 (#1262) Bumps [brotli](https://github.com/dropbox/rust-brotli) from 3.4.0 to 3.5.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dropbox/rust-brotli/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=brotli&package-manager=cargo&previous-version=3.4.0&new-version=3.5.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>
2024-03-19 04:23:47 +03:00
checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
2018-01-22 20:01:44 +03:00
dependencies = [
2022-02-12 17:25:52 +03:00
"alloc-no-stdlib",
"alloc-stdlib",
2024-04-09 23:04:40 +03:00
"brotli-decompressor 2.5.1",
]
[[package]]
name = "brotli"
version = "6.0.0"
2024-04-09 23:04:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
2024-04-15 05:59:02 +03:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
2024-05-30 21:34:53 +03:00
"brotli-decompressor 4.0.1",
2024-04-15 05:59:02 +03:00
]
[[package]]
name = "brotli"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor 4.0.1",
]
2018-02-21 13:37:31 +03:00
[[package]]
2022-02-12 17:25:52 +03:00
name = "brotli-decompressor"
version = "2.5.1"
2018-02-21 13:37:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
2018-02-21 13:37:31 +03:00
dependencies = [
2022-02-12 17:25:52 +03:00
"alloc-no-stdlib",
"alloc-stdlib",
2018-01-22 20:01:44 +03:00
]
2024-04-15 05:59:02 +03:00
[[package]]
name = "brotli-decompressor"
2024-05-30 21:34:53 +03:00
version = "4.0.1"
2024-04-15 05:59:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:34:53 +03:00
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
2024-04-15 05:59:02 +03:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bsdiff"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7f2e6c4f2a017f63b5a1fd7cc437f061b53a3e890bcca840ef756d72f6b72f2"
[[package]]
name = "bumpalo"
2024-04-09 23:04:40 +03:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "bytemuck"
2024-10-20 01:21:51 +03:00
version = "1.19.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
2017-09-30 13:55:44 +03:00
[[package]]
name = "byteorder"
2023-10-07 21:46:54 +03:00
version = "1.5.0"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-07 21:46:54 +03:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2017-09-30 13:55:44 +03:00
[[package]]
name = "bytes"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
[[package]]
name = "bytestring"
2023-10-30 21:53:11 +03:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 21:53:11 +03:00
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
dependencies = [
"bytes",
]
[[package]]
name = "cargo-husky"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad"
[[package]]
name = "cast"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2018-02-21 13:37:31 +03:00
[[package]]
name = "cc"
2024-10-20 01:21:51 +03:00
version = "1.1.31"
2018-02-21 13:37:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
dependencies = [
"jobserver",
2023-08-02 04:39:24 +03:00
"libc",
2024-09-11 22:32:24 +03:00
"shlex",
]
2018-01-18 13:42:06 +03:00
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
2020-10-31 13:07:04 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "change-detection"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "159fa412eae48a1d94d0b9ecdb85c97ce56eb2a347c62394d3fdbf221adabc1a"
dependencies = [
"path-matchers",
"path-slash",
]
[[package]]
name = "chrono"
2024-04-19 23:34:20 +03:00
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-19 23:34:20 +03:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
"windows-targets 0.52.6",
]
[[package]]
name = "ciborium"
2024-01-26 22:02:17 +03:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 22:02:17 +03:00
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
2024-01-26 22:02:17 +03:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 22:02:17 +03:00
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
[[package]]
name = "ciborium-ll"
2024-01-26 22:02:17 +03:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 22:02:17 +03:00
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
dependencies = [
"ciborium-io",
"half",
]
[[package]]
name = "clang-sys"
2024-06-14 01:33:29 +03:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 01:33:29 +03:00
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "clap"
chore(deps): Bump clap from 4.5.19 to 4.5.20 (#1537) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.20. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.20] - 2024-10-08</h2> <h3>Features</h3> <ul> <li><em>(unstable)</em> Add <code>CommandExt</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/5034cabe54870a0b95145167543d8ef5e80ad8a0"><code>5034cab</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/b5b690c4590e8c60e9bc6706cbe7cd4614b9a5e4"><code>b5b690c</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/abba1965be32910c5628e15239314450cf4f8947"><code>abba196</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5688">#5688</a> from epage/rename</li> <li><a href="https://github.com/clap-rs/clap/commit/6ddd5d4e11f4ecca080a9b0758d3342d440f6429"><code>6ddd5d4</code></a> fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates</li> <li><a href="https://github.com/clap-rs/clap/commit/71c5e27f8bf484bc745ac4bed55d917ec8947b5b"><code>71c5e27</code></a> fix(complete)!: Rename CustomCompleter to ValueCandidates</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.19...clap_complete-v4.5.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.19&new-version=4.5.20)](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>
2024-10-09 06:17:27 +03:00
version = "4.5.20"
2023-03-28 06:14:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump clap from 4.5.19 to 4.5.20 (#1537) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.20. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.20] - 2024-10-08</h2> <h3>Features</h3> <ul> <li><em>(unstable)</em> Add <code>CommandExt</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/5034cabe54870a0b95145167543d8ef5e80ad8a0"><code>5034cab</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/b5b690c4590e8c60e9bc6706cbe7cd4614b9a5e4"><code>b5b690c</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/abba1965be32910c5628e15239314450cf4f8947"><code>abba196</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5688">#5688</a> from epage/rename</li> <li><a href="https://github.com/clap-rs/clap/commit/6ddd5d4e11f4ecca080a9b0758d3342d440f6429"><code>6ddd5d4</code></a> fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates</li> <li><a href="https://github.com/clap-rs/clap/commit/71c5e27f8bf484bc745ac4bed55d917ec8947b5b"><code>71c5e27</code></a> fix(complete)!: Rename CustomCompleter to ValueCandidates</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.19...clap_complete-v4.5.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.19&new-version=4.5.20)](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>
2024-10-09 06:17:27 +03:00
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2023-03-28 06:14:58 +03:00
dependencies = [
chore(deps): Bump clap from 4.1.13 to 4.1.14 (#620) Bumps [clap](https://github.com/clap-rs/clap) from 4.1.13 to 4.1.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.1.14</h2> <h2>[4.1.14] - 2023-03-28</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> <code>#[group]</code> raw attribute support</li> </ul> <h3>Performance</h3> <ul> <li><em>(derive)</em> <code>clap_builder</code> was pulled out of <code>clap</code> so it could build in parallel to <code>clap_derive</code></li> <li><code>os_str_bytes</code> dependency was removed for faster builds and smaller binaries</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.1.14] - 2023-03-28</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> <code>#[group]</code> raw attribute support</li> </ul> <h3>Performance</h3> <ul> <li><em>(derive)</em> <code>clap_builder</code> was pulled out of <code>clap</code> so it could build in parallel to <code>clap_derive</code></li> <li><code>os_str_bytes</code> dependency was removed for faster builds and smaller binaries</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/285265365615522ae473036488de0d2bf18b0500"><code>2852653</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/2bb414637417a7d0c71d3f55d8eb3ef715c28bb6"><code>2bb4146</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/765c2e18f5ccee16a24235df727812898da9fe6f"><code>765c2e1</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6696513dec0e23b88af93754d51e92eacc2e8a29"><code>6696513</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4796">#4796</a> from epage/lex</li> <li><a href="https://github.com/clap-rs/clap/commit/a916daad57120d793219e45278e43746c7640dcb"><code>a916daa</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4795">#4795</a> from epage/required_group</li> <li><a href="https://github.com/clap-rs/clap/commit/627a94f5029dfe0152130ff66ba64c2a8fc174d1"><code>627a94f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4794">#4794</a> from epage/osstr</li> <li><a href="https://github.com/clap-rs/clap/commit/9712987b8059ffb5ce5ba2f079f0c29a606e4a63"><code>9712987</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4791">#4791</a> from epage/builder</li> <li><a href="https://github.com/clap-rs/clap/commit/615c1dc6a095f9e24a670c0f723a54ecf768244d"><code>615c1dc</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4790">#4790</a> from epage/doc</li> <li><a href="https://github.com/clap-rs/clap/commit/57d1c39dc530eeaf0629addaae6e7ad9d0ab8c50"><code>57d1c39</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4789">#4789</a> from mochi-sann/fix-clap_ocmplete-example-doc</li> <li><a href="https://github.com/clap-rs/clap/commit/7c6cf8147694c09b4ed8137f19382483b148e72f"><code>7c6cf81</code></a> docs(clap_complete): The file name of the command in the clap_complete exampl...</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.1.13...v4.1.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.1.13&new-version=4.1.14)](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>
2023-03-28 07:32:38 +03:00
"clap_builder",
"clap_derive",
chore(deps): Bump clap from 4.1.13 to 4.1.14 (#620) Bumps [clap](https://github.com/clap-rs/clap) from 4.1.13 to 4.1.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.1.14</h2> <h2>[4.1.14] - 2023-03-28</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> <code>#[group]</code> raw attribute support</li> </ul> <h3>Performance</h3> <ul> <li><em>(derive)</em> <code>clap_builder</code> was pulled out of <code>clap</code> so it could build in parallel to <code>clap_derive</code></li> <li><code>os_str_bytes</code> dependency was removed for faster builds and smaller binaries</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.1.14] - 2023-03-28</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> <code>#[group]</code> raw attribute support</li> </ul> <h3>Performance</h3> <ul> <li><em>(derive)</em> <code>clap_builder</code> was pulled out of <code>clap</code> so it could build in parallel to <code>clap_derive</code></li> <li><code>os_str_bytes</code> dependency was removed for faster builds and smaller binaries</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/285265365615522ae473036488de0d2bf18b0500"><code>2852653</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/2bb414637417a7d0c71d3f55d8eb3ef715c28bb6"><code>2bb4146</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/765c2e18f5ccee16a24235df727812898da9fe6f"><code>765c2e1</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6696513dec0e23b88af93754d51e92eacc2e8a29"><code>6696513</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4796">#4796</a> from epage/lex</li> <li><a href="https://github.com/clap-rs/clap/commit/a916daad57120d793219e45278e43746c7640dcb"><code>a916daa</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4795">#4795</a> from epage/required_group</li> <li><a href="https://github.com/clap-rs/clap/commit/627a94f5029dfe0152130ff66ba64c2a8fc174d1"><code>627a94f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4794">#4794</a> from epage/osstr</li> <li><a href="https://github.com/clap-rs/clap/commit/9712987b8059ffb5ce5ba2f079f0c29a606e4a63"><code>9712987</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4791">#4791</a> from epage/builder</li> <li><a href="https://github.com/clap-rs/clap/commit/615c1dc6a095f9e24a670c0f723a54ecf768244d"><code>615c1dc</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4790">#4790</a> from epage/doc</li> <li><a href="https://github.com/clap-rs/clap/commit/57d1c39dc530eeaf0629addaae6e7ad9d0ab8c50"><code>57d1c39</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4789">#4789</a> from mochi-sann/fix-clap_ocmplete-example-doc</li> <li><a href="https://github.com/clap-rs/clap/commit/7c6cf8147694c09b4ed8137f19382483b148e72f"><code>7c6cf81</code></a> docs(clap_complete): The file name of the command in the clap_complete exampl...</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.1.13...v4.1.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.1.13&new-version=4.1.14)](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>
2023-03-28 07:32:38 +03:00
]
[[package]]
name = "clap_builder"
chore(deps): Bump clap from 4.5.19 to 4.5.20 (#1537) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.20. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.20] - 2024-10-08</h2> <h3>Features</h3> <ul> <li><em>(unstable)</em> Add <code>CommandExt</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/5034cabe54870a0b95145167543d8ef5e80ad8a0"><code>5034cab</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/b5b690c4590e8c60e9bc6706cbe7cd4614b9a5e4"><code>b5b690c</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/abba1965be32910c5628e15239314450cf4f8947"><code>abba196</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5688">#5688</a> from epage/rename</li> <li><a href="https://github.com/clap-rs/clap/commit/6ddd5d4e11f4ecca080a9b0758d3342d440f6429"><code>6ddd5d4</code></a> fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates</li> <li><a href="https://github.com/clap-rs/clap/commit/71c5e27f8bf484bc745ac4bed55d917ec8947b5b"><code>71c5e27</code></a> fix(complete)!: Rename CustomCompleter to ValueCandidates</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.19...clap_complete-v4.5.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.19&new-version=4.5.20)](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>
2024-10-09 06:17:27 +03:00
version = "4.5.20"
chore(deps): Bump clap from 4.1.13 to 4.1.14 (#620) Bumps [clap](https://github.com/clap-rs/clap) from 4.1.13 to 4.1.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.1.14</h2> <h2>[4.1.14] - 2023-03-28</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> <code>#[group]</code> raw attribute support</li> </ul> <h3>Performance</h3> <ul> <li><em>(derive)</em> <code>clap_builder</code> was pulled out of <code>clap</code> so it could build in parallel to <code>clap_derive</code></li> <li><code>os_str_bytes</code> dependency was removed for faster builds and smaller binaries</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.1.14] - 2023-03-28</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> <code>#[group]</code> raw attribute support</li> </ul> <h3>Performance</h3> <ul> <li><em>(derive)</em> <code>clap_builder</code> was pulled out of <code>clap</code> so it could build in parallel to <code>clap_derive</code></li> <li><code>os_str_bytes</code> dependency was removed for faster builds and smaller binaries</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/285265365615522ae473036488de0d2bf18b0500"><code>2852653</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/2bb414637417a7d0c71d3f55d8eb3ef715c28bb6"><code>2bb4146</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/765c2e18f5ccee16a24235df727812898da9fe6f"><code>765c2e1</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6696513dec0e23b88af93754d51e92eacc2e8a29"><code>6696513</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4796">#4796</a> from epage/lex</li> <li><a href="https://github.com/clap-rs/clap/commit/a916daad57120d793219e45278e43746c7640dcb"><code>a916daa</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4795">#4795</a> from epage/required_group</li> <li><a href="https://github.com/clap-rs/clap/commit/627a94f5029dfe0152130ff66ba64c2a8fc174d1"><code>627a94f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4794">#4794</a> from epage/osstr</li> <li><a href="https://github.com/clap-rs/clap/commit/9712987b8059ffb5ce5ba2f079f0c29a606e4a63"><code>9712987</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4791">#4791</a> from epage/builder</li> <li><a href="https://github.com/clap-rs/clap/commit/615c1dc6a095f9e24a670c0f723a54ecf768244d"><code>615c1dc</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4790">#4790</a> from epage/doc</li> <li><a href="https://github.com/clap-rs/clap/commit/57d1c39dc530eeaf0629addaae6e7ad9d0ab8c50"><code>57d1c39</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4789">#4789</a> from mochi-sann/fix-clap_ocmplete-example-doc</li> <li><a href="https://github.com/clap-rs/clap/commit/7c6cf8147694c09b4ed8137f19382483b148e72f"><code>7c6cf81</code></a> docs(clap_complete): The file name of the command in the clap_complete exampl...</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.1.13...v4.1.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.1.13&new-version=4.1.14)](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>
2023-03-28 07:32:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump clap from 4.5.19 to 4.5.20 (#1537) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.20. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.20] - 2024-10-08</h2> <h3>Features</h3> <ul> <li><em>(unstable)</em> Add <code>CommandExt</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/5034cabe54870a0b95145167543d8ef5e80ad8a0"><code>5034cab</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/b5b690c4590e8c60e9bc6706cbe7cd4614b9a5e4"><code>b5b690c</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/abba1965be32910c5628e15239314450cf4f8947"><code>abba196</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5688">#5688</a> from epage/rename</li> <li><a href="https://github.com/clap-rs/clap/commit/6ddd5d4e11f4ecca080a9b0758d3342d440f6429"><code>6ddd5d4</code></a> fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates</li> <li><a href="https://github.com/clap-rs/clap/commit/71c5e27f8bf484bc745ac4bed55d917ec8947b5b"><code>71c5e27</code></a> fix(complete)!: Rename CustomCompleter to ValueCandidates</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.19...clap_complete-v4.5.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.19&new-version=4.5.20)](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>
2024-10-09 06:17:27 +03:00
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
chore(deps): Bump clap from 4.1.13 to 4.1.14 (#620) Bumps [clap](https://github.com/clap-rs/clap) from 4.1.13 to 4.1.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.1.14</h2> <h2>[4.1.14] - 2023-03-28</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> <code>#[group]</code> raw attribute support</li> </ul> <h3>Performance</h3> <ul> <li><em>(derive)</em> <code>clap_builder</code> was pulled out of <code>clap</code> so it could build in parallel to <code>clap_derive</code></li> <li><code>os_str_bytes</code> dependency was removed for faster builds and smaller binaries</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.1.14] - 2023-03-28</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> <code>#[group]</code> raw attribute support</li> </ul> <h3>Performance</h3> <ul> <li><em>(derive)</em> <code>clap_builder</code> was pulled out of <code>clap</code> so it could build in parallel to <code>clap_derive</code></li> <li><code>os_str_bytes</code> dependency was removed for faster builds and smaller binaries</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/285265365615522ae473036488de0d2bf18b0500"><code>2852653</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/2bb414637417a7d0c71d3f55d8eb3ef715c28bb6"><code>2bb4146</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/765c2e18f5ccee16a24235df727812898da9fe6f"><code>765c2e1</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6696513dec0e23b88af93754d51e92eacc2e8a29"><code>6696513</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4796">#4796</a> from epage/lex</li> <li><a href="https://github.com/clap-rs/clap/commit/a916daad57120d793219e45278e43746c7640dcb"><code>a916daa</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4795">#4795</a> from epage/required_group</li> <li><a href="https://github.com/clap-rs/clap/commit/627a94f5029dfe0152130ff66ba64c2a8fc174d1"><code>627a94f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4794">#4794</a> from epage/osstr</li> <li><a href="https://github.com/clap-rs/clap/commit/9712987b8059ffb5ce5ba2f079f0c29a606e4a63"><code>9712987</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4791">#4791</a> from epage/builder</li> <li><a href="https://github.com/clap-rs/clap/commit/615c1dc6a095f9e24a670c0f723a54ecf768244d"><code>615c1dc</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4790">#4790</a> from epage/doc</li> <li><a href="https://github.com/clap-rs/clap/commit/57d1c39dc530eeaf0629addaae6e7ad9d0ab8c50"><code>57d1c39</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4789">#4789</a> from mochi-sann/fix-clap_ocmplete-example-doc</li> <li><a href="https://github.com/clap-rs/clap/commit/7c6cf8147694c09b4ed8137f19382483b148e72f"><code>7c6cf81</code></a> docs(clap_complete): The file name of the command in the clap_complete exampl...</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.1.13...v4.1.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.1.13&new-version=4.1.14)](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>
2023-03-28 07:32:38 +03:00
dependencies = [
2023-04-03 05:06:55 +03:00
"anstream",
"anstyle",
chore(deps): Bump criterion from 0.4.0 to 0.5.0 (#673) Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md">criterion's changelog</a>.</em></p> <blockquote> <h2>[0.5.0] - 2023-05-23</h2> <h3>Changed</h3> <ul> <li>Replaced lazy_static dependency with once_cell</li> <li>Improved documentation of the <code>html_reports</code> feature</li> <li>Replaced atty dependency with is-terminal</li> <li>MSRV bumped to 1.64</li> <li>Upgraded clap dependency to v4</li> <li>Upgraded tempfile dependency to v3.5.0</li> </ul> <h3>Fixed</h3> <ul> <li>Quick mode (<code>--quick</code>) no longer outputs 1ms for measured times over 5 seconds</li> <li>Documentation updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bheisler/criterion.rs/commit/4a560cb8d8b4cefc4819a6489f0ce0540663968d"><code>4a560cb</code></a> release version 0.5 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/683">#683</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/3e2849ebf86e27507f783a20647a0fc81c6bfcc7"><code>3e2849e</code></a> Post v0.4 CHANGELOG updates (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/680">#680</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/637010e50d3819839cd45d9f5b281c169573416a"><code>637010e</code></a> Bump clap to version 4 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/679">#679</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/39d7e2f9546981d87ae195fe7c68f778afdb66a4"><code>39d7e2f</code></a> Update to tempfile 3.5 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/675">#675</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/8ab2752ccfeece50347c81866a4185f29fd978a2"><code>8ab2752</code></a> Fix typo in known_limitations.md (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/674">#674</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/a2112308ef8e3d8fe5a8da41ccb0fba3d5d460c4"><code>a211230</code></a> chore: replace atty with is-terminal (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/628">#628</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/a844eb226bb814e6a4e8b35b3b91c74f22ad535b"><code>a844eb2</code></a> Bump MSRV to 1.60 for csv dependency (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/665">#665</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/2f5360737807cbe90d149db6199783236f0ef634"><code>2f53607</code></a> Use OR operator to specify multiple licenses (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/643">#643</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/86dcd7d323799043c100dbf358409e986a872a11"><code>86dcd7d</code></a> Fix bug where time over the maximum would be reported as 1ms in quick mode. (...</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/2942aee124e433213f0e9b917bb730bcdc7df6f3"><code>2942aee</code></a> Remove unnecessary <code>pub</code> from example code (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/657">#657</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=criterion&package-manager=cargo&previous-version=0.4.0&new-version=0.5.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>
2023-05-24 06:32:10 +03:00
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
chore(deps): Bump clap from 4.5.17 to 4.5.18 (#1516) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.17 to 4.5.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.18</h2> <h2>[4.5.18] - 2024-09-20</h2> <h3>Features</h3> <ul> <li><em>(builder)</em> Expose <code>Arg::get_display_order</code> and <code>Command::get_display_order</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.18] - 2024-09-20</h2> <h3>Features</h3> <ul> <li><em>(builder)</em> Expose <code>Arg::get_display_order</code> and <code>Command::get_display_order</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/d81158599f5b3a2434845a1731377eae84780b9a"><code>d811585</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/ab948b35561b5bc64b50d6a52d799aa5ac5de187"><code>ab948b3</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/82e599e91d64ddae7231c98a91b4cd39e8c9036d"><code>82e599e</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5602">#5602</a> from shannmu/delimiter_values</li> <li><a href="https://github.com/clap-rs/clap/commit/59bf26dd56032a7a4e6d923cd37de6e72c33078e"><code>59bf26d</code></a> feat(clap_complete): Support delimiter values in native completions</li> <li><a href="https://github.com/clap-rs/clap/commit/ccecab394b45bc4dd251d00b7d69737ed93d18f8"><code>ccecab3</code></a> test(clap_complete): Add test cases for delimiter_values support</li> <li><a href="https://github.com/clap-rs/clap/commit/a3a476407b01f083dc06200783ad745bc45e5da8"><code>a3a4764</code></a> docs(derive): Specify Parser::update_from semantics</li> <li><a href="https://github.com/clap-rs/clap/commit/df165a2da431138bcc5cd891aec922cbdeda6ded"><code>df165a2</code></a> docs(derive): Flatten isn't just for update</li> <li><a href="https://github.com/clap-rs/clap/commit/5488bcfa30255c59f931f1248e854c0087b2b969"><code>5488bcf</code></a> docs(derive): Connect more dots for Args/Subcommand</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.17...clap_complete-v4.5.18">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.17&new-version=4.5.18)](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>
2024-09-23 06:24:36 +03:00
version = "4.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump clap from 4.5.17 to 4.5.18 (#1516) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.17 to 4.5.18. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.18</h2> <h2>[4.5.18] - 2024-09-20</h2> <h3>Features</h3> <ul> <li><em>(builder)</em> Expose <code>Arg::get_display_order</code> and <code>Command::get_display_order</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.18] - 2024-09-20</h2> <h3>Features</h3> <ul> <li><em>(builder)</em> Expose <code>Arg::get_display_order</code> and <code>Command::get_display_order</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/d81158599f5b3a2434845a1731377eae84780b9a"><code>d811585</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/ab948b35561b5bc64b50d6a52d799aa5ac5de187"><code>ab948b3</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/82e599e91d64ddae7231c98a91b4cd39e8c9036d"><code>82e599e</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5602">#5602</a> from shannmu/delimiter_values</li> <li><a href="https://github.com/clap-rs/clap/commit/59bf26dd56032a7a4e6d923cd37de6e72c33078e"><code>59bf26d</code></a> feat(clap_complete): Support delimiter values in native completions</li> <li><a href="https://github.com/clap-rs/clap/commit/ccecab394b45bc4dd251d00b7d69737ed93d18f8"><code>ccecab3</code></a> test(clap_complete): Add test cases for delimiter_values support</li> <li><a href="https://github.com/clap-rs/clap/commit/a3a476407b01f083dc06200783ad745bc45e5da8"><code>a3a4764</code></a> docs(derive): Specify Parser::update_from semantics</li> <li><a href="https://github.com/clap-rs/clap/commit/df165a2da431138bcc5cd891aec922cbdeda6ded"><code>df165a2</code></a> docs(derive): Flatten isn't just for update</li> <li><a href="https://github.com/clap-rs/clap/commit/5488bcfa30255c59f931f1248e854c0087b2b969"><code>5488bcf</code></a> docs(derive): Connect more dots for Args/Subcommand</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.17...clap_complete-v4.5.18">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.17&new-version=4.5.18)](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>
2024-09-23 06:24:36 +03:00
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
dependencies = [
2024-03-17 01:43:04 +03:00
"heck 0.5.0",
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "clap_lex"
2024-07-30 17:53:22 +03:00
version = "0.7.2"
2023-04-03 05:06:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2023-04-03 05:06:55 +03:00
[[package]]
name = "clap_mangen"
2024-10-20 01:21:51 +03:00
version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf"
dependencies = [
"clap",
"roff",
]
[[package]]
name = "cmake"
2024-09-11 22:32:24 +03:00
version = "0.1.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
dependencies = [
"cc",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2023-04-03 05:06:55 +03:00
[[package]]
chore(deps): Bump clap from 4.2.1 to 4.2.2 (#637) Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.2.2</h2> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.2.2] - 2023-04-13</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/6f409544ec49738496eb100c6fec19dbf8d22d02"><code>6f40954</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/6d5394dfc1a9fbfb90ab88fc7332a1ecd2cae6e1"><code>6d5394d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d7f742ab87b401835efc8c70c34215538943ec66"><code>d7f742a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4832">#4832</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/9c85e1b295c5b9181bdb3a402bcedcce2f0f272e"><code>9c85e1b</code></a> chore: Update anstyle/anstream</li> <li><a href="https://github.com/clap-rs/clap/commit/0deb42265de1868eb9cb9e3b4e8c78b703d1e52b"><code>0deb422</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4823">#4823</a> from epage/template</li> <li><a href="https://github.com/clap-rs/clap/commit/d34b51a2ede1e9ef007f2fe23110dc094d0e9d06"><code>d34b51a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4821">#4821</a> from Bfault/typo</li> <li><a href="https://github.com/clap-rs/clap/commit/13d79b767799e5fabafef65c2c2351d001c4e079"><code>13d79b7</code></a> Fix typo</li> <li><a href="https://github.com/clap-rs/clap/commit/feddd124b05c76d87ce0731f1074ad51292a274a"><code>feddd12</code></a> style: Move away from banned fns</li> <li><a href="https://github.com/clap-rs/clap/commit/d3d45e83441ba032d3524d06002b89fca22670b8"><code>d3d45e8</code></a> chore(pre): Mirror exclude in pre-commit</li> <li><a href="https://github.com/clap-rs/clap/commit/c99ef984de34d4dc2330a98e6c32d63f774e907c"><code>c99ef98</code></a> chore(ci): Remove allow-print-in-tests due to MSRV</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.2.1...v4.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.2.1&new-version=4.2.2)](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>
2023-04-14 06:25:16 +03:00
name = "colorchoice"
2024-07-30 17:53:22 +03:00
version = "1.0.2"
2023-04-03 05:06:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
[[package]]
name = "concurrent-queue"
version = "2.5.0"
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "console"
2024-01-09 22:13:21 +03:00
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-09 22:13:21 +03:00
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
2024-01-09 22:13:21 +03:00
"windows-sys 0.52.0",
]
[[package]]
name = "const-oid"
2023-12-16 02:38:49 +03:00
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-16 02:38:49 +03:00
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "cookie"
2022-12-19 05:28:24 +03:00
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-19 05:28:24 +03:00
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
dependencies = [
"percent-encoding",
"time",
"version_check",
]
2020-09-13 19:42:44 +03:00
2023-09-30 12:58:49 +03:00
[[package]]
name = "core-foundation"
2023-12-01 01:49:00 +03:00
version = "0.9.4"
2023-09-30 12:58:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-01 01:49:00 +03:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2023-09-30 12:58:49 +03:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2024-09-11 22:32:24 +03:00
version = "0.8.7"
2023-09-30 12:58:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2023-09-30 12:58:49 +03:00
2023-12-27 21:50:07 +03:00
[[package]]
name = "cpp_demangle"
2024-09-11 22:32:24 +03:00
version = "0.4.4"
2023-12-27 21:50:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
2023-12-27 21:50:07 +03:00
dependencies = [
"cfg-if",
]
2020-09-13 19:42:44 +03:00
[[package]]
2021-07-16 16:08:46 +03:00
name = "cpufeatures"
2024-09-11 22:32:24 +03:00
version = "0.2.14"
2020-09-13 19:42:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
2021-07-16 16:08:46 +03:00
dependencies = [
"libc",
]
2020-09-13 19:42:44 +03:00
[[package]]
name = "crc"
2024-04-09 23:04:40 +03:00
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
2023-11-04 22:57:10 +03:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-04 22:57:10 +03:00
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
2018-12-07 18:52:18 +03:00
[[package]]
name = "crc32fast"
2024-05-25 08:17:26 +03:00
version = "1.4.2"
2018-12-07 18:52:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-25 08:17:26 +03:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2018-12-07 18:52:18 +03:00
dependencies = [
"cfg-if",
2019-02-04 11:53:06 +03:00
]
[[package]]
name = "criterion"
2023-05-27 20:07:22 +03:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-27 20:07:22 +03:00
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
dependencies = [
"anes",
"cast",
"ciborium",
chore(deps): Bump criterion from 0.4.0 to 0.5.0 (#673) Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md">criterion's changelog</a>.</em></p> <blockquote> <h2>[0.5.0] - 2023-05-23</h2> <h3>Changed</h3> <ul> <li>Replaced lazy_static dependency with once_cell</li> <li>Improved documentation of the <code>html_reports</code> feature</li> <li>Replaced atty dependency with is-terminal</li> <li>MSRV bumped to 1.64</li> <li>Upgraded clap dependency to v4</li> <li>Upgraded tempfile dependency to v3.5.0</li> </ul> <h3>Fixed</h3> <ul> <li>Quick mode (<code>--quick</code>) no longer outputs 1ms for measured times over 5 seconds</li> <li>Documentation updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bheisler/criterion.rs/commit/4a560cb8d8b4cefc4819a6489f0ce0540663968d"><code>4a560cb</code></a> release version 0.5 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/683">#683</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/3e2849ebf86e27507f783a20647a0fc81c6bfcc7"><code>3e2849e</code></a> Post v0.4 CHANGELOG updates (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/680">#680</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/637010e50d3819839cd45d9f5b281c169573416a"><code>637010e</code></a> Bump clap to version 4 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/679">#679</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/39d7e2f9546981d87ae195fe7c68f778afdb66a4"><code>39d7e2f</code></a> Update to tempfile 3.5 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/675">#675</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/8ab2752ccfeece50347c81866a4185f29fd978a2"><code>8ab2752</code></a> Fix typo in known_limitations.md (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/674">#674</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/a2112308ef8e3d8fe5a8da41ccb0fba3d5d460c4"><code>a211230</code></a> chore: replace atty with is-terminal (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/628">#628</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/a844eb226bb814e6a4e8b35b3b91c74f22ad535b"><code>a844eb2</code></a> Bump MSRV to 1.60 for csv dependency (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/665">#665</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/2f5360737807cbe90d149db6199783236f0ef634"><code>2f53607</code></a> Use OR operator to specify multiple licenses (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/643">#643</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/86dcd7d323799043c100dbf358409e986a872a11"><code>86dcd7d</code></a> Fix bug where time over the maximum would be reported as 1ms in quick mode. (...</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/2942aee124e433213f0e9b917bb730bcdc7df6f3"><code>2942aee</code></a> Remove unnecessary <code>pub</code> from example code (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/657">#657</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=criterion&package-manager=cargo&previous-version=0.4.0&new-version=0.5.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>
2023-05-24 06:32:10 +03:00
"clap",
"criterion-plot",
2021-07-23 11:04:34 +03:00
"futures",
chore(deps): Bump criterion from 0.4.0 to 0.5.0 (#673) Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md">criterion's changelog</a>.</em></p> <blockquote> <h2>[0.5.0] - 2023-05-23</h2> <h3>Changed</h3> <ul> <li>Replaced lazy_static dependency with once_cell</li> <li>Improved documentation of the <code>html_reports</code> feature</li> <li>Replaced atty dependency with is-terminal</li> <li>MSRV bumped to 1.64</li> <li>Upgraded clap dependency to v4</li> <li>Upgraded tempfile dependency to v3.5.0</li> </ul> <h3>Fixed</h3> <ul> <li>Quick mode (<code>--quick</code>) no longer outputs 1ms for measured times over 5 seconds</li> <li>Documentation updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bheisler/criterion.rs/commit/4a560cb8d8b4cefc4819a6489f0ce0540663968d"><code>4a560cb</code></a> release version 0.5 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/683">#683</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/3e2849ebf86e27507f783a20647a0fc81c6bfcc7"><code>3e2849e</code></a> Post v0.4 CHANGELOG updates (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/680">#680</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/637010e50d3819839cd45d9f5b281c169573416a"><code>637010e</code></a> Bump clap to version 4 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/679">#679</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/39d7e2f9546981d87ae195fe7c68f778afdb66a4"><code>39d7e2f</code></a> Update to tempfile 3.5 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/675">#675</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/8ab2752ccfeece50347c81866a4185f29fd978a2"><code>8ab2752</code></a> Fix typo in known_limitations.md (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/674">#674</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/a2112308ef8e3d8fe5a8da41ccb0fba3d5d460c4"><code>a211230</code></a> chore: replace atty with is-terminal (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/628">#628</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/a844eb226bb814e6a4e8b35b3b91c74f22ad535b"><code>a844eb2</code></a> Bump MSRV to 1.60 for csv dependency (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/665">#665</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/2f5360737807cbe90d149db6199783236f0ef634"><code>2f53607</code></a> Use OR operator to specify multiple licenses (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/643">#643</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/86dcd7d323799043c100dbf358409e986a872a11"><code>86dcd7d</code></a> Fix bug where time over the maximum would be reported as 1ms in quick mode. (...</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/2942aee124e433213f0e9b917bb730bcdc7df6f3"><code>2942aee</code></a> Remove unnecessary <code>pub</code> from example code (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/657">#657</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=criterion&package-manager=cargo&previous-version=0.4.0&new-version=0.5.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>
2023-05-24 06:32:10 +03:00
"is-terminal",
"itertools 0.10.5",
"num-traits",
chore(deps): Bump criterion from 0.4.0 to 0.5.0 (#673) Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md">criterion's changelog</a>.</em></p> <blockquote> <h2>[0.5.0] - 2023-05-23</h2> <h3>Changed</h3> <ul> <li>Replaced lazy_static dependency with once_cell</li> <li>Improved documentation of the <code>html_reports</code> feature</li> <li>Replaced atty dependency with is-terminal</li> <li>MSRV bumped to 1.64</li> <li>Upgraded clap dependency to v4</li> <li>Upgraded tempfile dependency to v3.5.0</li> </ul> <h3>Fixed</h3> <ul> <li>Quick mode (<code>--quick</code>) no longer outputs 1ms for measured times over 5 seconds</li> <li>Documentation updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bheisler/criterion.rs/commit/4a560cb8d8b4cefc4819a6489f0ce0540663968d"><code>4a560cb</code></a> release version 0.5 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/683">#683</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/3e2849ebf86e27507f783a20647a0fc81c6bfcc7"><code>3e2849e</code></a> Post v0.4 CHANGELOG updates (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/680">#680</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/637010e50d3819839cd45d9f5b281c169573416a"><code>637010e</code></a> Bump clap to version 4 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/679">#679</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/39d7e2f9546981d87ae195fe7c68f778afdb66a4"><code>39d7e2f</code></a> Update to tempfile 3.5 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/675">#675</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/8ab2752ccfeece50347c81866a4185f29fd978a2"><code>8ab2752</code></a> Fix typo in known_limitations.md (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/674">#674</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/a2112308ef8e3d8fe5a8da41ccb0fba3d5d460c4"><code>a211230</code></a> chore: replace atty with is-terminal (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/628">#628</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/a844eb226bb814e6a4e8b35b3b91c74f22ad535b"><code>a844eb2</code></a> Bump MSRV to 1.60 for csv dependency (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/665">#665</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/2f5360737807cbe90d149db6199783236f0ef634"><code>2f53607</code></a> Use OR operator to specify multiple licenses (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/643">#643</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/86dcd7d323799043c100dbf358409e986a872a11"><code>86dcd7d</code></a> Fix bug where time over the maximum would be reported as 1ms in quick mode. (...</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/2942aee124e433213f0e9b917bb730bcdc7df6f3"><code>2942aee</code></a> Remove unnecessary <code>pub</code> from example code (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/657">#657</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=criterion&package-manager=cargo&previous-version=0.4.0&new-version=0.5.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>
2023-05-24 06:32:10 +03:00
"once_cell",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"tokio",
"walkdir",
]
[[package]]
name = "criterion-plot"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [
"cast",
"itertools 0.10.5",
]
2019-02-04 11:53:06 +03:00
[[package]]
name = "crossbeam-channel"
2024-05-25 08:17:26 +03:00
version = "0.5.13"
2020-10-31 13:07:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-25 08:17:26 +03:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
2020-10-31 13:07:04 +03:00
dependencies = [
"crossbeam-utils",
2020-10-31 13:07:04 +03:00
]
2018-03-13 14:32:09 +03:00
[[package]]
name = "crossbeam-deque"
2024-01-09 22:13:21 +03:00
version = "0.8.5"
2018-03-13 14:32:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-09 22:13:21 +03:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2018-03-13 14:32:09 +03:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
2018-03-13 14:32:09 +03:00
]
[[package]]
name = "crossbeam-epoch"
2024-01-09 22:13:21 +03:00
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-09 22:13:21 +03:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-queue"
2024-01-09 22:13:21 +03:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-09 22:13:21 +03:00
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
dependencies = [
"crossbeam-utils",
]
2019-11-07 20:54:06 +03:00
[[package]]
name = "crossbeam-utils"
2024-05-25 08:17:26 +03:00
version = "0.8.20"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-25 08:17:26 +03:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2020-10-31 13:07:04 +03:00
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "crunch"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dc013e70da3bfe5b552de26a1f34ecf67d61ea811251d2bf75c1324a1ecb425"
2024-01-26 22:02:17 +03:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2020-10-31 13:07:04 +03:00
[[package]]
2022-01-01 20:43:04 +03:00
name = "crypto-common"
version = "0.1.6"
2020-10-31 13:07:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2020-10-31 13:07:04 +03:00
dependencies = [
"generic-array 0.14.7",
2022-05-03 12:12:54 +03:00
"typenum",
2017-10-09 14:29:03 +03:00
]
[[package]]
name = "ctor"
chore(deps): Bump ctor from 0.2.7 to 0.2.8 (#1310) Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.7 to 0.2.8. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mmastrac/rust-ctor/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ctor&package-manager=cargo&previous-version=0.2.7&new-version=0.2.8)](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>
2024-04-17 05:48:14 +03:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump ctor from 0.2.7 to 0.2.8 (#1310) Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.7 to 0.2.8. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mmastrac/rust-ctor/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ctor&package-manager=cargo&previous-version=0.2.7&new-version=0.2.8)](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>
2024-04-17 05:48:14 +03:00
checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
dependencies = [
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "darling"
2024-07-12 23:17:45 +03:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:17:45 +03:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-07-12 23:17:45 +03:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:17:45 +03:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "darling_macro"
2024-07-12 23:17:45 +03:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:17:45 +03:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
dependencies = [
"darling_core",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "data-url"
version = "0.3.1"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "deadpool"
2024-06-27 00:15:27 +03:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 00:15:27 +03:00
checksum = "6541a3916932fe57768d4be0b1ffb5ec7cbf74ca8c903fdfd5c0fe8aa958f0ed"
dependencies = [
"deadpool-runtime",
"num_cpus",
"tokio",
]
[[package]]
name = "deadpool-postgres"
2024-06-27 00:15:27 +03:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 00:15:27 +03:00
checksum = "1ab8a4ea925ce79678034870834602a2980f4b88c09e97feb266496dbb4493d2"
dependencies = [
2024-06-27 00:15:27 +03:00
"async-trait",
"deadpool",
2024-06-27 00:15:27 +03:00
"getrandom",
"tokio",
"tokio-postgres",
2023-09-26 21:24:56 +03:00
"tracing",
]
[[package]]
name = "deadpool-runtime"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
dependencies = [
"tokio",
]
2023-12-27 21:50:07 +03:00
[[package]]
name = "debugid"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
dependencies = [
"uuid",
]
[[package]]
name = "der"
2024-04-09 23:04:40 +03:00
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
dependencies = [
"const-oid",
2024-10-20 01:28:53 +03:00
"der_derive",
"flagset",
"pem-rfc7468",
"zeroize",
]
2024-10-20 01:28:53 +03:00
[[package]]
name = "der_derive"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
2024-10-20 01:28:53 +03:00
]
2023-08-02 04:39:24 +03:00
[[package]]
name = "deranged"
version = "0.3.11"
2023-08-02 04:39:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-10-16 08:12:58 +03:00
dependencies = [
"powerfmt",
"serde",
2023-10-16 08:12:58 +03:00
]
2023-08-02 04:39:24 +03:00
2017-12-17 13:51:07 +03:00
[[package]]
name = "derive_more"
version = "0.99.18"
2018-03-13 14:32:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
2018-03-13 14:32:09 +03:00
dependencies = [
"convert_case 0.4.0",
"proc-macro2",
"quote",
"rustc_version",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
2018-03-13 14:32:09 +03:00
]
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2022-01-01 20:43:04 +03:00
[[package]]
name = "digest"
2023-05-23 02:04:55 +03:00
version = "0.10.7"
2022-01-01 20:43:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-23 02:04:55 +03:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-01-01 20:43:04 +03:00
dependencies = [
"block-buffer",
"const-oid",
2022-01-01 20:43:04 +03:00
"crypto-common",
"subtle",
]
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.87",
]
[[package]]
name = "docker_credential"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31951f49556e34d90ed28342e1df7e1cb7a229c4cab0aecc627b5d91edd41d07"
dependencies = [
"base64 0.21.7",
"serde",
"serde_json",
]
[[package]]
name = "dotenvy"
2023-03-23 10:43:35 +03:00
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 10:43:35 +03:00
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "dunce"
2024-09-11 22:32:24 +03:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
2018-03-13 14:32:09 +03:00
[[package]]
name = "either"
2024-06-26 23:45:11 +03:00
version = "1.13.0"
2018-03-13 14:32:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 23:45:11 +03:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
dependencies = [
"serde",
]
2018-03-13 14:32:09 +03:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2018-03-13 14:32:09 +03:00
[[package]]
name = "encoding_rs"
version = "0.8.34"
2018-03-13 14:32:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2018-03-13 14:32:09 +03:00
dependencies = [
"cfg-if",
]
2018-03-13 14:32:09 +03:00
[[package]]
name = "enum-display"
2024-02-09 11:43:27 +03:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 11:43:27 +03:00
checksum = "02058bb25d8d0605829af88230427dd5cd50661590bd2b09d1baf7c64c417f24"
dependencies = [
"enum-display-macro",
]
[[package]]
name = "enum-display-macro"
2024-02-09 11:43:27 +03:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 11:43:27 +03:00
checksum = "d4be2cf2fe7b971b1865febbacd4d8df544aa6bd377cca011a6d69dcf4c60d94"
dependencies = [
"convert_case 0.6.0",
"quote",
"syn 1.0.109",
]
[[package]]
name = "enum_dispatch"
2024-04-09 23:04:40 +03:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
dependencies = [
"once_cell",
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
2024-01-21 03:52:09 +03:00
[[package]]
name = "env_filter"
2024-07-30 17:53:22 +03:00
version = "0.1.2"
2024-01-21 03:52:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
2024-01-21 03:52:09 +03:00
dependencies = [
"log",
"regex",
]
2018-01-18 19:07:14 +03:00
[[package]]
name = "env_logger"
chore(deps): Bump env_logger from 0.11.4 to 0.11.5 (#1441) Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.4 to 0.11.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>v0.11.5</h2> <h2>[0.11.5] - 2024-07-25</h2> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md">env_logger's changelog</a>.</em></p> <blockquote> <h2>[0.11.5] - 2024-07-25</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/env_logger/commit/73bb4188026f1ad5e6409c4148d37d572cc921bd"><code>73bb418</code></a> chore: Release</li> <li>See full diff in <a href="https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=env_logger&package-manager=cargo&previous-version=0.11.4&new-version=0.11.5)](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>
2024-07-26 06:09:20 +03:00
version = "0.11.5"
2018-01-18 19:07:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump env_logger from 0.11.4 to 0.11.5 (#1441) Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.4 to 0.11.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>v0.11.5</h2> <h2>[0.11.5] - 2024-07-25</h2> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md">env_logger's changelog</a>.</em></p> <blockquote> <h2>[0.11.5] - 2024-07-25</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/env_logger/commit/73bb4188026f1ad5e6409c4148d37d572cc921bd"><code>73bb418</code></a> chore: Release</li> <li>See full diff in <a href="https://github.com/rust-cli/env_logger/compare/v0.11.4...v0.11.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=env_logger&package-manager=cargo&previous-version=0.11.4&new-version=0.11.5)](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>
2024-07-26 06:09:20 +03:00
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
2018-01-18 19:07:14 +03:00
dependencies = [
2024-01-21 03:52:09 +03:00
"anstream",
"anstyle",
"env_filter",
"humantime",
"log",
2018-02-21 13:37:31 +03:00
]
chore(deps): Bump serde_yaml from 0.9.21 to 0.9.22 (#727) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.22</h2> <ul> <li>Update indexmap dependency to version 2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/060eb8669c7b26880f13aacfa77289236f1b0ea4"><code>060eb86</code></a> Release 0.9.22</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/b12ad38d63166851c75e6997c36a9ddf083fa6ea"><code>b12ad38</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/serde-yaml/issues/377">#377</a> from dtolnay/indexmap</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/c418ad56c3f7d32820f5e87d5791c499fdbaf238"><code>c418ad5</code></a> Update indexmap dependency to version 2</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f1cd9e6b7f79488b53c2c1f059cea5c2f6d4fd27"><code>f1cd9e6</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/147103c4f4ba2e2212f18ed9db976b9f4896b383"><code>147103c</code></a> Show error details during miri setup in CI</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/622553f382bb2a491e583c5c4ea4c2d058fe68f0"><code>622553f</code></a> Fix unused import warnings in test under cfg miri</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2037c7e62b467e1ae745d9bedff7ae2ad5d03850"><code>2037c7e</code></a> Fix new unused_mut detected by nightly-2023-04-30</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.21...0.9.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.21&new-version=0.9.22)](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>
2023-06-26 06:35:14 +03:00
[[package]]
name = "equivalent"
2023-07-17 05:21:54 +03:00
version = "1.0.1"
chore(deps): Bump serde_yaml from 0.9.21 to 0.9.22 (#727) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.22</h2> <ul> <li>Update indexmap dependency to version 2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/060eb8669c7b26880f13aacfa77289236f1b0ea4"><code>060eb86</code></a> Release 0.9.22</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/b12ad38d63166851c75e6997c36a9ddf083fa6ea"><code>b12ad38</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/serde-yaml/issues/377">#377</a> from dtolnay/indexmap</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/c418ad56c3f7d32820f5e87d5791c499fdbaf238"><code>c418ad5</code></a> Update indexmap dependency to version 2</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f1cd9e6b7f79488b53c2c1f059cea5c2f6d4fd27"><code>f1cd9e6</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/147103c4f4ba2e2212f18ed9db976b9f4896b383"><code>147103c</code></a> Show error details during miri setup in CI</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/622553f382bb2a491e583c5c4ea4c2d058fe68f0"><code>622553f</code></a> Fix unused import warnings in test under cfg miri</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2037c7e62b467e1ae745d9bedff7ae2ad5d03850"><code>2037c7e</code></a> Fix new unused_mut detected by nightly-2023-04-30</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.21...0.9.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.21&new-version=0.9.22)](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>
2023-06-26 06:35:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-17 05:21:54 +03:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
chore(deps): Bump serde_yaml from 0.9.21 to 0.9.22 (#727) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.22</h2> <ul> <li>Update indexmap dependency to version 2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/060eb8669c7b26880f13aacfa77289236f1b0ea4"><code>060eb86</code></a> Release 0.9.22</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/b12ad38d63166851c75e6997c36a9ddf083fa6ea"><code>b12ad38</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/serde-yaml/issues/377">#377</a> from dtolnay/indexmap</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/c418ad56c3f7d32820f5e87d5791c499fdbaf238"><code>c418ad5</code></a> Update indexmap dependency to version 2</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f1cd9e6b7f79488b53c2c1f059cea5c2f6d4fd27"><code>f1cd9e6</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/147103c4f4ba2e2212f18ed9db976b9f4896b383"><code>147103c</code></a> Show error details during miri setup in CI</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/622553f382bb2a491e583c5c4ea4c2d058fe68f0"><code>622553f</code></a> Fix unused import warnings in test under cfg miri</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2037c7e62b467e1ae745d9bedff7ae2ad5d03850"><code>2037c7e</code></a> Fix new unused_mut detected by nightly-2023-04-30</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.21...0.9.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.21&new-version=0.9.22)](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>
2023-06-26 06:35:14 +03:00
2023-04-03 05:06:55 +03:00
[[package]]
name = "errno"
version = "0.3.9"
2023-04-03 05:06:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-04-03 05:06:55 +03:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2023-04-03 05:06:55 +03:00
]
[[package]]
name = "etcetera"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
dependencies = [
"cfg-if",
"home",
"windows-sys 0.48.0",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
[[package]]
name = "event-listener"
2024-05-30 21:34:53 +03:00
version = "5.3.1"
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:34:53 +03:00
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
2024-06-14 01:33:29 +03:00
version = "0.5.2"
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 01:33:29 +03:00
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
dependencies = [
2024-06-14 01:33:29 +03:00
"event-listener 5.3.1",
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
"pin-project-lite",
]
2017-10-09 14:29:03 +03:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2017-10-09 14:29:03 +03:00
2023-11-27 07:10:29 +03:00
[[package]]
name = "fallible-iterator"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fastrand"
2024-09-11 22:32:24 +03:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "fdeflate"
version = "0.3.5"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"simd-adler32",
]
[[package]]
name = "filetime"
2024-09-11 22:32:24 +03:00
version = "0.2.25"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"cfg-if",
"libc",
2024-09-11 22:32:24 +03:00
"libredox",
"windows-sys 0.59.0",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
]
2023-12-27 21:50:07 +03:00
[[package]]
name = "findshlibs"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64"
dependencies = [
"cc",
"lazy_static",
"libc",
"winapi",
]
2024-10-20 01:28:53 +03:00
[[package]]
name = "flagset"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3ea1ec5f8307826a5b71094dd91fc04d4ae75d5709b20ad351c7fb4815c86ec"
2018-02-21 13:37:31 +03:00
[[package]]
name = "flate2"
chore(deps): Bump flate2 from 1.0.33 to 1.0.34 (#1524) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.33 to 1.0.34. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.0.34</h2> <h2>What's Changed</h2> <ul> <li>Add minimum build test back in to CI by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/426">rust-lang/flate2-rs#426</a></li> <li>docs: fix compression level range from 0-9 to 0-10 by <a href="https://github.com/ByteBaker"><code>@​ByteBaker</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/427">rust-lang/flate2-rs#427</a></li> <li>Document backend differences in compression levels by <a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/430">rust-lang/flate2-rs#430</a></li> <li>Upgrade zlib-rs to 0.3.0 to get multiple bugfixes by <a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/428">rust-lang/flate2-rs#428</a></li> <li>Better wording in compression level docs by <a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/431">rust-lang/flate2-rs#431</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ByteBaker"><code>@​ByteBaker</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/427">rust-lang/flate2-rs#427</a></li> <li><a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/430">rust-lang/flate2-rs#430</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34">https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/1a28821dc116dac14178858be056e4a58ef8f501"><code>1a28821</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/431">#431</a> from Shnatsel/better-wording</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/2c29780e5093b10c21954384cd97243770376814"><code>2c29780</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/428">#428</a> from Shnatsel/upgrade-zlib-rs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/423981aede8670a51d2c3aa657ae528152c0f64e"><code>423981a</code></a> Better wording in compression level docs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/da5c8cfd917b0ec2aeacc2e514b27b6bd50726e4"><code>da5c8cf</code></a> Bump version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/eeee4c641187628ec8676ffb24300c5da6bfb066"><code>eeee4c6</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/430">#430</a> from Shnatsel/detailed-level-docs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/731df32113188f3372367402b9ea2bb049689203"><code>731df32</code></a> Update Cargo.toml</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/8210288eaac3e3f0fc67f6a0738f4e6ea96f067d"><code>8210288</code></a> Document backend differences</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/1f78c5c4138c580462ccaf11b35dc794ce0ede4f"><code>1f78c5c</code></a> Upgrade zlib-rs to 0.3.0 to get multiple bugfixes:</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/6fbd6d21151d0948ed94be8ac99b412d30315109"><code>6fbd6d2</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/427">#427</a> from ByteBaker/main</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/936aa35f453aa31bbf401abc4f6505d05fa9f3cd"><code>936aa35</code></a> docs: correctly mention compression level</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.33&new-version=1.0.34)](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>
2024-09-27 05:36:19 +03:00
version = "1.0.34"
2018-02-21 13:37:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump flate2 from 1.0.33 to 1.0.34 (#1524) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.33 to 1.0.34. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.0.34</h2> <h2>What's Changed</h2> <ul> <li>Add minimum build test back in to CI by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/426">rust-lang/flate2-rs#426</a></li> <li>docs: fix compression level range from 0-9 to 0-10 by <a href="https://github.com/ByteBaker"><code>@​ByteBaker</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/427">rust-lang/flate2-rs#427</a></li> <li>Document backend differences in compression levels by <a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/430">rust-lang/flate2-rs#430</a></li> <li>Upgrade zlib-rs to 0.3.0 to get multiple bugfixes by <a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/428">rust-lang/flate2-rs#428</a></li> <li>Better wording in compression level docs by <a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/431">rust-lang/flate2-rs#431</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ByteBaker"><code>@​ByteBaker</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/427">rust-lang/flate2-rs#427</a></li> <li><a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/430">rust-lang/flate2-rs#430</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34">https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/1a28821dc116dac14178858be056e4a58ef8f501"><code>1a28821</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/431">#431</a> from Shnatsel/better-wording</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/2c29780e5093b10c21954384cd97243770376814"><code>2c29780</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/428">#428</a> from Shnatsel/upgrade-zlib-rs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/423981aede8670a51d2c3aa657ae528152c0f64e"><code>423981a</code></a> Better wording in compression level docs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/da5c8cfd917b0ec2aeacc2e514b27b6bd50726e4"><code>da5c8cf</code></a> Bump version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/eeee4c641187628ec8676ffb24300c5da6bfb066"><code>eeee4c6</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/430">#430</a> from Shnatsel/detailed-level-docs</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/731df32113188f3372367402b9ea2bb049689203"><code>731df32</code></a> Update Cargo.toml</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/8210288eaac3e3f0fc67f6a0738f4e6ea96f067d"><code>8210288</code></a> Document backend differences</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/1f78c5c4138c580462ccaf11b35dc794ce0ede4f"><code>1f78c5c</code></a> Upgrade zlib-rs to 0.3.0 to get multiple bugfixes:</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/6fbd6d21151d0948ed94be8ac99b412d30315109"><code>6fbd6d2</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/427">#427</a> from ByteBaker/main</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/936aa35f453aa31bbf401abc4f6505d05fa9f3cd"><code>936aa35</code></a> docs: correctly mention compression level</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.33&new-version=1.0.34)](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>
2024-09-27 05:36:19 +03:00
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
2018-02-21 13:37:31 +03:00
dependencies = [
"crc32fast",
"miniz_oxide",
2018-02-21 13:37:31 +03:00
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
[[package]]
name = "flume"
2024-10-20 01:21:51 +03:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"spin",
]
[[package]]
name = "fmmap"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6099ab52d5329340a3014f60ca91bc892181ae32e752360d07be9295924dcb0b"
dependencies = [
"async-trait",
"byteorder",
"bytes",
"enum_dispatch",
"fs4",
"memmapix",
"parse-display 0.8.2",
"pin-project-lite",
"tokio",
]
2018-02-21 13:37:31 +03:00
[[package]]
name = "fnv"
2020-06-07 13:08:12 +03:00
version = "1.0.7"
2018-02-21 13:37:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2018-02-21 13:37:31 +03:00
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "fontconfig-parser"
2024-07-30 17:53:22 +03:00
version = "0.5.7"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
2024-07-30 17:53:22 +03:00
"roxmltree 0.20.0",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
]
[[package]]
name = "fontdb"
version = "0.15.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "020e203f177c0fb250fb19455a252e838d2bbbce1f80f25ecc42402aafa8cd38"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"fontconfig-parser",
"log",
2023-12-27 21:50:07 +03:00
"memmap2 0.8.0",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"slotmap",
"tinyvec",
"ttf-parser",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
]
2020-12-20 15:45:58 +03:00
[[package]]
name = "form_urlencoded"
2023-11-27 07:10:29 +03:00
version = "1.2.1"
2020-12-20 15:45:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 07:10:29 +03:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2020-12-20 15:45:58 +03:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "freetype-rs"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1fad2be0bf06af23adddcf6cd143c94ff0ba3b329691f92d1a38dae5c5aeebf"
dependencies = [
"bitflags 2.6.0",
"freetype-sys",
"libc",
]
[[package]]
name = "freetype-sys"
2024-04-09 23:04:40 +03:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "fs4"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"
dependencies = [
"async-trait",
"rustix",
"tokio",
"windows-sys 0.48.0",
]
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futures"
2024-10-20 01:21:51 +03:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-10-20 01:21:51 +03:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-10-20 01:21:51 +03:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
[[package]]
name = "futures-executor"
2024-10-20 01:21:51 +03:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-intrusive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
dependencies = [
"futures-core",
"lock_api",
"parking_lot",
]
[[package]]
name = "futures-io"
2024-10-20 01:21:51 +03:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-macro"
2024-10-20 01:21:51 +03:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "futures-sink"
2024-10-20 01:21:51 +03:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
[[package]]
name = "futures-task"
2024-10-20 01:21:51 +03:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
[[package]]
name = "futures-timer"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
[[package]]
name = "futures-util"
2024-10-20 01:21:51 +03:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
2018-03-13 14:32:09 +03:00
[[package]]
name = "generic-array"
2023-04-03 05:06:55 +03:00
version = "0.14.7"
2018-03-13 14:32:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-03 05:06:55 +03:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2018-03-13 14:32:09 +03:00
dependencies = [
"typenum",
"version_check",
2018-03-13 14:32:09 +03:00
]
2017-10-09 14:29:03 +03:00
[[package]]
name = "getrandom"
2024-05-25 08:17:26 +03:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-25 08:17:26 +03:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi",
"wasm-bindgen",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "gif"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
dependencies = [
"color_quant",
"weezl",
]
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
[[package]]
name = "gimli"
2024-10-20 01:21:51 +03:00
version = "0.31.1"
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2018-02-21 13:37:31 +03:00
[[package]]
name = "h2"
chore(deps): Bump h2 from 0.3.25 to 0.3.26 (#1286) Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/h2/releases">h2's releases</a>.</em></p> <blockquote> <h2>v0.3.26</h2> <h2>What's Changed</h2> <ul> <li>Limit number of CONTINUATION frames for misbehaving connections.</li> </ul> <p>See <a href="https://seanmonstar.com/blog/hyper-http2-continuation-flood/">https://seanmonstar.com/blog/hyper-http2-continuation-flood/</a> for more info.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md">h2's changelog</a>.</em></p> <blockquote> <h1>0.3.26 (April 3, 2024)</h1> <ul> <li>Limit number of CONTINUATION frames for misbehaving connections.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/h2/commit/357127e279c06935830fe2140378312eac801494"><code>357127e</code></a> v0.3.26</li> <li><a href="https://github.com/hyperium/h2/commit/1a357aaefc7243fdfa9442f45d90be17794a4004"><code>1a357aa</code></a> fix: limit number of CONTINUATION frames allowed</li> <li><a href="https://github.com/hyperium/h2/commit/5b6c9e0da092728d702dff3607626aafb7809d77"><code>5b6c9e0</code></a> refactor: cleanup new unused warnings (<a href="https://redirect.github.com/hyperium/h2/issues/757">#757</a>)</li> <li>See full diff in <a href="https://github.com/hyperium/h2/compare/v0.3.25...v0.3.26">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.3.25&new-version=0.3.26)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/maplibre/martin/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 19:51:35 +03:00
version = "0.3.26"
2018-02-21 13:37:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump h2 from 0.3.25 to 0.3.26 (#1286) Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/h2/releases">h2's releases</a>.</em></p> <blockquote> <h2>v0.3.26</h2> <h2>What's Changed</h2> <ul> <li>Limit number of CONTINUATION frames for misbehaving connections.</li> </ul> <p>See <a href="https://seanmonstar.com/blog/hyper-http2-continuation-flood/">https://seanmonstar.com/blog/hyper-http2-continuation-flood/</a> for more info.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md">h2's changelog</a>.</em></p> <blockquote> <h1>0.3.26 (April 3, 2024)</h1> <ul> <li>Limit number of CONTINUATION frames for misbehaving connections.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/h2/commit/357127e279c06935830fe2140378312eac801494"><code>357127e</code></a> v0.3.26</li> <li><a href="https://github.com/hyperium/h2/commit/1a357aaefc7243fdfa9442f45d90be17794a4004"><code>1a357aa</code></a> fix: limit number of CONTINUATION frames allowed</li> <li><a href="https://github.com/hyperium/h2/commit/5b6c9e0da092728d702dff3607626aafb7809d77"><code>5b6c9e0</code></a> refactor: cleanup new unused warnings (<a href="https://redirect.github.com/hyperium/h2/issues/757">#757</a>)</li> <li>See full diff in <a href="https://github.com/hyperium/h2/compare/v0.3.25...v0.3.26">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h2&package-manager=cargo&previous-version=0.3.25&new-version=0.3.26)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/maplibre/martin/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 19:51:35 +03:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2018-02-21 13:37:31 +03:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 0.2.12",
2024-10-20 01:21:51 +03:00
"indexmap 2.6.0",
"slab",
"tokio",
"tokio-util",
"tracing",
2018-02-21 13:37:31 +03:00
]
[[package]]
name = "half"
2024-04-09 23:04:40 +03:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
2024-01-26 22:02:17 +03:00
dependencies = [
"cfg-if",
"crunchy",
]
2020-09-13 19:42:44 +03:00
[[package]]
name = "hashbrown"
version = "0.12.3"
2020-09-13 19:42:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-05-16 21:12:57 +03:00
[[package]]
name = "hashbrown"
version = "0.14.5"
2023-05-16 21:12:57 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
2023-08-29 22:29:59 +03:00
"ahash",
2023-06-13 06:05:54 +03:00
"allocator-api2",
]
2024-10-20 01:21:51 +03:00
[[package]]
name = "hashbrown"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
[[package]]
name = "hashlink"
2023-08-29 22:29:59 +03:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-29 22:29:59 +03:00
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
dependencies = [
"hashbrown 0.14.5",
]
2020-09-13 19:42:44 +03:00
[[package]]
name = "heck"
2023-02-02 07:47:48 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-02 07:47:48 +03:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
dependencies = [
"unicode-segmentation",
]
2024-03-17 01:43:04 +03:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-02-06 08:37:40 +03:00
[[package]]
name = "hermit-abi"
version = "0.3.9"
2023-02-06 08:37:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-02-06 08:37:40 +03:00
2024-09-11 22:32:24 +03:00
[[package]]
name = "hermit-abi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hilbert_2d"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "705f81e042b11734af35c701c7f6b65f8a968a430621fa2c95e72e27f9f8be5c"
[[package]]
name = "hkdf"
2023-12-14 19:11:26 +03:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 19:11:26 +03:00
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac",
]
2017-10-09 14:29:03 +03:00
[[package]]
name = "hmac"
2022-05-03 12:12:54 +03:00
version = "0.12.1"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-03 12:12:54 +03:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2017-10-09 14:29:03 +03:00
dependencies = [
"digest",
2018-02-21 13:37:31 +03:00
]
2017-09-30 13:55:44 +03:00
[[package]]
name = "home"
2023-12-16 02:38:49 +03:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-16 02:38:49 +03:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
2023-12-16 02:38:49 +03:00
"windows-sys 0.52.0",
]
2017-09-30 13:55:44 +03:00
[[package]]
2018-02-21 13:37:31 +03:00
name = "http"
version = "0.2.12"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2017-09-30 13:55:44 +03:00
dependencies = [
"bytes",
"fnv",
"itoa",
2017-09-30 13:55:44 +03:00
]
[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http 0.2.12",
"pin-project-lite",
]
[[package]]
name = "http-body"
2024-07-12 23:17:45 +03:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-12 23:17:45 +03:00
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
"http 1.1.0",
]
[[package]]
name = "http-body-util"
2024-06-14 01:33:29 +03:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 01:33:29 +03:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
2024-06-14 01:33:29 +03:00
"futures-util",
"http 1.1.0",
2024-07-12 23:17:45 +03:00
"http-body 1.0.1",
"pin-project-lite",
]
2018-02-21 13:37:31 +03:00
[[package]]
name = "httparse"
version = "1.9.5"
2018-02-21 13:37:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
2018-02-21 13:37:31 +03:00
[[package]]
name = "httpdate"
2023-08-16 05:45:33 +03:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-16 05:45:33 +03:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2018-03-13 14:32:09 +03:00
[[package]]
name = "humantime"
version = "2.1.0"
2018-03-13 14:32:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2018-03-13 14:32:09 +03:00
[[package]]
name = "hyper"
2024-10-20 01:21:51 +03:00
version = "0.14.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"http 0.2.12",
"http-body 0.4.6",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper"
2024-10-20 01:21:51 +03:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
2024-07-12 23:17:45 +03:00
"http-body 1.0.1",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
[[package]]
name = "hyper-named-pipe"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278"
dependencies = [
"hex",
"hyper 1.5.0",
"hyper-util",
"pin-project-lite",
"tokio",
"tower-service",
"winapi",
]
[[package]]
name = "hyper-rustls"
2024-09-11 22:32:24 +03:00
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
dependencies = [
"futures-util",
"http 1.1.0",
2024-10-20 01:21:51 +03:00
"hyper 1.5.0",
"hyper-util",
"rustls",
"rustls-native-certs 0.8.0",
"rustls-pki-types",
"tokio",
"tokio-rustls",
"tower-service",
]
[[package]]
name = "hyper-util"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
2024-07-12 23:17:45 +03:00
"http-body 1.0.1",
2024-10-20 01:21:51 +03:00
"hyper 1.5.0",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
]
[[package]]
name = "hyperlocal"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7"
dependencies = [
"hex",
"http-body-util",
"hyper 1.5.0",
"hyper-util",
"pin-project-lite",
"tokio",
"tower-service",
]
[[package]]
name = "iana-time-zone"
version = "0.1.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.87",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
dependencies = [
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
dependencies = [
"icu_normalizer",
"icu_properties",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "imagesize"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
2024-09-11 22:32:24 +03:00
[[package]]
name = "impl-more"
2024-10-20 01:21:51 +03:00
version = "0.1.8"
2024-09-11 22:32:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "aae21c3177a27788957044151cc2800043d127acaa460a47ebb9b84dfa2c6aa0"
2024-09-11 22:32:24 +03:00
2018-03-13 14:32:09 +03:00
[[package]]
name = "indexmap"
2023-03-25 21:40:23 +03:00
version = "1.9.3"
2018-03-13 14:32:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 21:40:23 +03:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
2023-05-16 21:12:57 +03:00
"hashbrown 0.12.3",
"serde",
]
2018-03-13 14:32:09 +03:00
chore(deps): Bump serde_yaml from 0.9.21 to 0.9.22 (#727) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.22</h2> <ul> <li>Update indexmap dependency to version 2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/060eb8669c7b26880f13aacfa77289236f1b0ea4"><code>060eb86</code></a> Release 0.9.22</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/b12ad38d63166851c75e6997c36a9ddf083fa6ea"><code>b12ad38</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/serde-yaml/issues/377">#377</a> from dtolnay/indexmap</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/c418ad56c3f7d32820f5e87d5791c499fdbaf238"><code>c418ad5</code></a> Update indexmap dependency to version 2</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f1cd9e6b7f79488b53c2c1f059cea5c2f6d4fd27"><code>f1cd9e6</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/147103c4f4ba2e2212f18ed9db976b9f4896b383"><code>147103c</code></a> Show error details during miri setup in CI</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/622553f382bb2a491e583c5c4ea4c2d058fe68f0"><code>622553f</code></a> Fix unused import warnings in test under cfg miri</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2037c7e62b467e1ae745d9bedff7ae2ad5d03850"><code>2037c7e</code></a> Fix new unused_mut detected by nightly-2023-04-30</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.21...0.9.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.21&new-version=0.9.22)](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>
2023-06-26 06:35:14 +03:00
[[package]]
name = "indexmap"
2024-10-20 01:21:51 +03:00
version = "2.6.0"
chore(deps): Bump serde_yaml from 0.9.21 to 0.9.22 (#727) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.22</h2> <ul> <li>Update indexmap dependency to version 2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/060eb8669c7b26880f13aacfa77289236f1b0ea4"><code>060eb86</code></a> Release 0.9.22</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/b12ad38d63166851c75e6997c36a9ddf083fa6ea"><code>b12ad38</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/serde-yaml/issues/377">#377</a> from dtolnay/indexmap</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/c418ad56c3f7d32820f5e87d5791c499fdbaf238"><code>c418ad5</code></a> Update indexmap dependency to version 2</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f1cd9e6b7f79488b53c2c1f059cea5c2f6d4fd27"><code>f1cd9e6</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/147103c4f4ba2e2212f18ed9db976b9f4896b383"><code>147103c</code></a> Show error details during miri setup in CI</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/622553f382bb2a491e583c5c4ea4c2d058fe68f0"><code>622553f</code></a> Fix unused import warnings in test under cfg miri</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2037c7e62b467e1ae745d9bedff7ae2ad5d03850"><code>2037c7e</code></a> Fix new unused_mut detected by nightly-2023-04-30</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.21...0.9.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.21&new-version=0.9.22)](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>
2023-06-26 06:35:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
chore(deps): Bump serde_yaml from 0.9.21 to 0.9.22 (#727) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.22</h2> <ul> <li>Update indexmap dependency to version 2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/060eb8669c7b26880f13aacfa77289236f1b0ea4"><code>060eb86</code></a> Release 0.9.22</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/b12ad38d63166851c75e6997c36a9ddf083fa6ea"><code>b12ad38</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/serde-yaml/issues/377">#377</a> from dtolnay/indexmap</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/c418ad56c3f7d32820f5e87d5791c499fdbaf238"><code>c418ad5</code></a> Update indexmap dependency to version 2</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f1cd9e6b7f79488b53c2c1f059cea5c2f6d4fd27"><code>f1cd9e6</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/147103c4f4ba2e2212f18ed9db976b9f4896b383"><code>147103c</code></a> Show error details during miri setup in CI</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/622553f382bb2a491e583c5c4ea4c2d058fe68f0"><code>622553f</code></a> Fix unused import warnings in test under cfg miri</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2037c7e62b467e1ae745d9bedff7ae2ad5d03850"><code>2037c7e</code></a> Fix new unused_mut detected by nightly-2023-04-30</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.21...0.9.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.21&new-version=0.9.22)](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>
2023-06-26 06:35:14 +03:00
dependencies = [
"equivalent",
2024-10-20 01:21:51 +03:00
"hashbrown 0.15.0",
"rayon",
"serde",
chore(deps): Bump serde_yaml from 0.9.21 to 0.9.22 (#727) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.22. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.22</h2> <ul> <li>Update indexmap dependency to version 2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/060eb8669c7b26880f13aacfa77289236f1b0ea4"><code>060eb86</code></a> Release 0.9.22</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/b12ad38d63166851c75e6997c36a9ddf083fa6ea"><code>b12ad38</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/serde-yaml/issues/377">#377</a> from dtolnay/indexmap</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/c418ad56c3f7d32820f5e87d5791c499fdbaf238"><code>c418ad5</code></a> Update indexmap dependency to version 2</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f1cd9e6b7f79488b53c2c1f059cea5c2f6d4fd27"><code>f1cd9e6</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/147103c4f4ba2e2212f18ed9db976b9f4896b383"><code>147103c</code></a> Show error details during miri setup in CI</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/622553f382bb2a491e583c5c4ea4c2d058fe68f0"><code>622553f</code></a> Fix unused import warnings in test under cfg miri</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2037c7e62b467e1ae745d9bedff7ae2ad5d03850"><code>2037c7e</code></a> Fix new unused_mut detected by nightly-2023-04-30</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.21...0.9.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.21&new-version=0.9.22)](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>
2023-06-26 06:35:14 +03:00
]
[[package]]
name = "indoc"
chore(deps): Bump indoc from 2.0.4 to 2.0.5 (#1272) Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.4 to 2.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/indoc/releases">indoc's releases</a>.</em></p> <blockquote> <h2>2.0.5</h2> <ul> <li>Documentation improvements (<a href="https://redirect.github.com/dtolnay/indoc/issues/62">#62</a>, thanks <a href="https://github.com/ilyagr"><code>@​ilyagr</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/indoc/commit/4bfa29fcde487bd57c61db452773fff50f20c819"><code>4bfa29f</code></a> Release 2.0.5</li> <li><a href="https://github.com/dtolnay/indoc/commit/8d38299fa616303e4c8d7fe312e31e25d849b668"><code>8d38299</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/indoc/issues/62">#62</a> from ilyagr/docstring</li> <li><a href="https://github.com/dtolnay/indoc/commit/735ddcc3688d2639f1c7eb1fd3660ba4160fcb90"><code>735ddcc</code></a> Update docstring for <code>indoc!</code></li> <li><a href="https://github.com/dtolnay/indoc/commit/60b5fa29ba4f98b479713621a1f4ec96155caaba"><code>60b5fa2</code></a> Remove 'remember to update' reminder from Cargo.toml</li> <li><a href="https://github.com/dtolnay/indoc/commit/15abc17b2332f53e58aa11da3bb20995db30fbbf"><code>15abc17</code></a> Test docs.rs documentation build in CI</li> <li>See full diff in <a href="https://github.com/dtolnay/indoc/compare/2.0.4...2.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=indoc&package-manager=cargo&previous-version=2.0.4&new-version=2.0.5)](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>
2024-03-25 05:22:58 +03:00
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump indoc from 2.0.4 to 2.0.5 (#1272) Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.4 to 2.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/indoc/releases">indoc's releases</a>.</em></p> <blockquote> <h2>2.0.5</h2> <ul> <li>Documentation improvements (<a href="https://redirect.github.com/dtolnay/indoc/issues/62">#62</a>, thanks <a href="https://github.com/ilyagr"><code>@​ilyagr</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/indoc/commit/4bfa29fcde487bd57c61db452773fff50f20c819"><code>4bfa29f</code></a> Release 2.0.5</li> <li><a href="https://github.com/dtolnay/indoc/commit/8d38299fa616303e4c8d7fe312e31e25d849b668"><code>8d38299</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/indoc/issues/62">#62</a> from ilyagr/docstring</li> <li><a href="https://github.com/dtolnay/indoc/commit/735ddcc3688d2639f1c7eb1fd3660ba4160fcb90"><code>735ddcc</code></a> Update docstring for <code>indoc!</code></li> <li><a href="https://github.com/dtolnay/indoc/commit/60b5fa29ba4f98b479713621a1f4ec96155caaba"><code>60b5fa2</code></a> Remove 'remember to update' reminder from Cargo.toml</li> <li><a href="https://github.com/dtolnay/indoc/commit/15abc17b2332f53e58aa11da3bb20995db30fbbf"><code>15abc17</code></a> Test docs.rs documentation build in CI</li> <li>See full diff in <a href="https://github.com/dtolnay/indoc/compare/2.0.4...2.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=indoc&package-manager=cargo&previous-version=2.0.4&new-version=2.0.5)](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>
2024-03-25 05:22:58 +03:00
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
2023-12-27 21:50:07 +03:00
[[package]]
name = "inferno"
2024-09-11 22:32:24 +03:00
version = "0.11.21"
2023-12-27 21:50:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "232929e1d75fe899576a3d5c7416ad0d88dbfbb3c3d6aa00873a7408a50ddb88"
2023-12-27 21:50:07 +03:00
dependencies = [
"ahash",
2024-10-20 01:21:51 +03:00
"indexmap 2.6.0",
2023-12-27 21:50:07 +03:00
"is-terminal",
"itoa",
"log",
"num-format",
"once_cell",
"quick-xml",
"rgb",
"str_stack",
]
[[package]]
name = "insta"
chore(deps): Bump insta from 1.40.0 to 1.41.1 (#1563) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.40.0 to 1.41.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/releases">insta's releases</a>.</em></p> <blockquote> <h2>1.41.1</h2> <h2>Release Notes</h2> <ul> <li>Re-release of 1.41.0 to generate release artifacts correctly.</li> </ul> <h2>Install cargo-insta 1.41.1</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -c &quot;irm https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-installer.ps1 | iex&quot; </code></pre> <h2>Download cargo-insta 1.41.1</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-aarch64-apple-darwin.tar.xz">cargo-insta-aarch64-apple-darwin.tar.xz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-apple-darwin.tar.xz">cargo-insta-x86_64-apple-darwin.tar.xz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-pc-windows-msvc.zip">cargo-insta-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-gnu.tar.xz">cargo-insta-x86_64-unknown-linux-gnu.tar.xz</a></td> <td>x64 Linux</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-musl.tar.xz">cargo-insta-x86_64-unknown-linux-musl.tar.xz</a></td> <td>x64 MUSL Linux</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td> </tr> </tbody> </table> <h2>1.41.0</h2> <ul> <li> <p>Experimental support for binary snapshots. <a href="https://redirect.github.com/mitsuhiko/insta/issues/610">#610</a> (Florian Plattner)</p> </li> <li> <p><code>--force-update-snapshots</code> now causes <code>cargo-insta</code> to write every snapshot, regardless of whether snapshots fully match, and now implies <code>--accept</code>. This allows for <code>--force-update-snapshots</code> to update inline snapshots' delimiters and indentation.</p> <p>For the previous behavior of <code>--force-update-snapshots</code>, which limited writes to snapshots which didn't fully match, use <code>--require-full-match</code>. The main difference between <code>--require-full-match</code> and the existing behavior of <code>--force-update-snapshots</code> is a non-zero exit code on any snapshots which don't fully match.</p> <p>Like the previous behavior or <code>--force-update-snapshots</code>, <code>--require-full-match</code> doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. <a href="https://redirect.github.com/mitsuhiko/insta/issues/644">#644</a></p> </li> <li> <p>Inline snapshots only use <code>#</code> characters as delimiters when required. <a href="https://redirect.github.com/mitsuhiko/insta/issues/603">#603</a></p> </li> <li> <p>Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. <a href="https://redirect.github.com/mitsuhiko/insta/issues/637">#637</a></p> </li> <li> <p>Insta runs correctly on packages which reference rust files in a parent path. <a href="https://redirect.github.com/mitsuhiko/insta/issues/626">#626</a></p> </li> <li> <p>Warnings are printed when any snapshot uses a legacy format. <a href="https://redirect.github.com/mitsuhiko/insta/issues/599">#599</a></p> </li> <li> <p><code>cargo insta --version</code> now prints a version. <a href="https://redirect.github.com/mitsuhiko/insta/issues/665">#665</a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md">insta's changelog</a>.</em></p> <blockquote> <h2>1.41.1</h2> <ul> <li>Re-release of 1.41.1 to generate release artifacts correctly.</li> </ul> <h2>1.41.0</h2> <ul> <li> <p>Experimental support for binary snapshots. <a href="https://redirect.github.com/mitsuhiko/insta/issues/610">#610</a> (Florian Plattner)</p> </li> <li> <p><code>--force-update-snapshots</code> now causes <code>cargo-insta</code> to write every snapshot, regardless of whether snapshots fully match, and now implies <code>--accept</code>. This allows for <code>--force-update-snapshots</code> to update inline snapshots' delimiters and indentation.</p> <p>For the previous behavior of <code>--force-update-snapshots</code>, which limited writes to snapshots which didn't fully match, use <code>--require-full-match</code>. The main difference between <code>--require-full-match</code> and the existing behavior of <code>--force-update-snapshots</code> is a non-zero exit code on any snapshots which don't fully match.</p> <p>Like the previous behavior of <code>--force-update-snapshots</code>, <code>--require-full-match</code> doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. <a href="https://redirect.github.com/mitsuhiko/insta/issues/644">#644</a></p> </li> <li> <p>Inline snapshots only use <code>#</code> characters as delimiters when required. <a href="https://redirect.github.com/mitsuhiko/insta/issues/603">#603</a></p> </li> <li> <p>Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. <a href="https://redirect.github.com/mitsuhiko/insta/issues/637">#637</a></p> </li> <li> <p>Insta runs correctly on packages which reference rust files in a parent path. <a href="https://redirect.github.com/mitsuhiko/insta/issues/626">#626</a></p> </li> <li> <p>Warnings are printed when any snapshot uses a legacy format. <a href="https://redirect.github.com/mitsuhiko/insta/issues/599">#599</a></p> </li> <li> <p><code>cargo insta --version</code> now prints a version. <a href="https://redirect.github.com/mitsuhiko/insta/issues/665">#665</a></p> </li> <li> <p><code>insta</code> now internally uses <code>INSTA_UPDATE=force</code> rather than <code>INSTA_FORCE_UPDATE=1</code>. (This doesn't affect users of <code>cargo-insta</code>, which handles this internally.) <a href="https://redirect.github.com/mitsuhiko/insta/issues/482">#482</a></p> </li> <li> <p><code>cargo-insta</code>'s integration tests continue to grow over the past couple of versions, and now offer coverage of most of <code>cargo-insta</code>'s interface.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/insta/commit/cb08d924f0d9d062a4e9c0de6de1075b81b0ae6b"><code>cb08d92</code></a> Bump version to 1.41.1 (<a href="https://redirect.github.com/mitsuhiko/insta/issues/681">#681</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/6d555d4fc49a5f946d813893beab2a56bb8f55aa"><code>6d555d4</code></a> Changelog for 1.41.1 (<a href="https://redirect.github.com/mitsuhiko/insta/issues/680">#680</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/031792816071470f99bc3c8fed68a3d554489364"><code>0317928</code></a> Refine changelog (<a href="https://redirect.github.com/mitsuhiko/insta/issues/675">#675</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/0e07a50b8b629080b78bd529386272ecc0438c32"><code>0e07a50</code></a> Update a couple docstrings (<a href="https://redirect.github.com/mitsuhiko/insta/issues/669">#669</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/083ce14965e70fb068dfc9f7cb629b88aa793801"><code>083ce14</code></a> Another small simplification of <code>prepare_test_runner</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/667">#667</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/b7dea9b21de7fd7d50cd808ee0687bddd385be0a"><code>b7dea9b</code></a> Small simplification of <code>prepare_test_runner</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/666">#666</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/5fd34e6678dc972e5e4b5ed3ac89bf3395baa596"><code>5fd34e6</code></a> Print a version with <code>--version</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/665">#665</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/a8b6cc221c07df25fca3bc1578fedfc0670027b6"><code>a8b6cc2</code></a> Small refactors (<a href="https://redirect.github.com/mitsuhiko/insta/issues/664">#664</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/4f16d70a377bbb5948df7d16900584d7c47abe4a"><code>4f16d70</code></a> Show hidden files in functional tests (<a href="https://redirect.github.com/mitsuhiko/insta/issues/663">#663</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/2b8fce7be80305d5a9441efb5211a8c3041e5ef6"><code>2b8fce7</code></a> Consolidate <code>Cargo.toml</code> creation in functional tests (<a href="https://redirect.github.com/mitsuhiko/insta/issues/662">#662</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mitsuhiko/insta/compare/1.40.0...1.41.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=insta&package-manager=cargo&previous-version=1.40.0&new-version=1.41.1)](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>
2024-11-01 06:24:28 +03:00
version = "1.41.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump insta from 1.40.0 to 1.41.1 (#1563) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.40.0 to 1.41.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/releases">insta's releases</a>.</em></p> <blockquote> <h2>1.41.1</h2> <h2>Release Notes</h2> <ul> <li>Re-release of 1.41.0 to generate release artifacts correctly.</li> </ul> <h2>Install cargo-insta 1.41.1</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -c &quot;irm https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-installer.ps1 | iex&quot; </code></pre> <h2>Download cargo-insta 1.41.1</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-aarch64-apple-darwin.tar.xz">cargo-insta-aarch64-apple-darwin.tar.xz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-apple-darwin.tar.xz">cargo-insta-x86_64-apple-darwin.tar.xz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-pc-windows-msvc.zip">cargo-insta-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-gnu.tar.xz">cargo-insta-x86_64-unknown-linux-gnu.tar.xz</a></td> <td>x64 Linux</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-musl.tar.xz">cargo-insta-x86_64-unknown-linux-musl.tar.xz</a></td> <td>x64 MUSL Linux</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td> </tr> </tbody> </table> <h2>1.41.0</h2> <ul> <li> <p>Experimental support for binary snapshots. <a href="https://redirect.github.com/mitsuhiko/insta/issues/610">#610</a> (Florian Plattner)</p> </li> <li> <p><code>--force-update-snapshots</code> now causes <code>cargo-insta</code> to write every snapshot, regardless of whether snapshots fully match, and now implies <code>--accept</code>. This allows for <code>--force-update-snapshots</code> to update inline snapshots' delimiters and indentation.</p> <p>For the previous behavior of <code>--force-update-snapshots</code>, which limited writes to snapshots which didn't fully match, use <code>--require-full-match</code>. The main difference between <code>--require-full-match</code> and the existing behavior of <code>--force-update-snapshots</code> is a non-zero exit code on any snapshots which don't fully match.</p> <p>Like the previous behavior or <code>--force-update-snapshots</code>, <code>--require-full-match</code> doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. <a href="https://redirect.github.com/mitsuhiko/insta/issues/644">#644</a></p> </li> <li> <p>Inline snapshots only use <code>#</code> characters as delimiters when required. <a href="https://redirect.github.com/mitsuhiko/insta/issues/603">#603</a></p> </li> <li> <p>Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. <a href="https://redirect.github.com/mitsuhiko/insta/issues/637">#637</a></p> </li> <li> <p>Insta runs correctly on packages which reference rust files in a parent path. <a href="https://redirect.github.com/mitsuhiko/insta/issues/626">#626</a></p> </li> <li> <p>Warnings are printed when any snapshot uses a legacy format. <a href="https://redirect.github.com/mitsuhiko/insta/issues/599">#599</a></p> </li> <li> <p><code>cargo insta --version</code> now prints a version. <a href="https://redirect.github.com/mitsuhiko/insta/issues/665">#665</a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md">insta's changelog</a>.</em></p> <blockquote> <h2>1.41.1</h2> <ul> <li>Re-release of 1.41.1 to generate release artifacts correctly.</li> </ul> <h2>1.41.0</h2> <ul> <li> <p>Experimental support for binary snapshots. <a href="https://redirect.github.com/mitsuhiko/insta/issues/610">#610</a> (Florian Plattner)</p> </li> <li> <p><code>--force-update-snapshots</code> now causes <code>cargo-insta</code> to write every snapshot, regardless of whether snapshots fully match, and now implies <code>--accept</code>. This allows for <code>--force-update-snapshots</code> to update inline snapshots' delimiters and indentation.</p> <p>For the previous behavior of <code>--force-update-snapshots</code>, which limited writes to snapshots which didn't fully match, use <code>--require-full-match</code>. The main difference between <code>--require-full-match</code> and the existing behavior of <code>--force-update-snapshots</code> is a non-zero exit code on any snapshots which don't fully match.</p> <p>Like the previous behavior of <code>--force-update-snapshots</code>, <code>--require-full-match</code> doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. <a href="https://redirect.github.com/mitsuhiko/insta/issues/644">#644</a></p> </li> <li> <p>Inline snapshots only use <code>#</code> characters as delimiters when required. <a href="https://redirect.github.com/mitsuhiko/insta/issues/603">#603</a></p> </li> <li> <p>Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. <a href="https://redirect.github.com/mitsuhiko/insta/issues/637">#637</a></p> </li> <li> <p>Insta runs correctly on packages which reference rust files in a parent path. <a href="https://redirect.github.com/mitsuhiko/insta/issues/626">#626</a></p> </li> <li> <p>Warnings are printed when any snapshot uses a legacy format. <a href="https://redirect.github.com/mitsuhiko/insta/issues/599">#599</a></p> </li> <li> <p><code>cargo insta --version</code> now prints a version. <a href="https://redirect.github.com/mitsuhiko/insta/issues/665">#665</a></p> </li> <li> <p><code>insta</code> now internally uses <code>INSTA_UPDATE=force</code> rather than <code>INSTA_FORCE_UPDATE=1</code>. (This doesn't affect users of <code>cargo-insta</code>, which handles this internally.) <a href="https://redirect.github.com/mitsuhiko/insta/issues/482">#482</a></p> </li> <li> <p><code>cargo-insta</code>'s integration tests continue to grow over the past couple of versions, and now offer coverage of most of <code>cargo-insta</code>'s interface.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/insta/commit/cb08d924f0d9d062a4e9c0de6de1075b81b0ae6b"><code>cb08d92</code></a> Bump version to 1.41.1 (<a href="https://redirect.github.com/mitsuhiko/insta/issues/681">#681</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/6d555d4fc49a5f946d813893beab2a56bb8f55aa"><code>6d555d4</code></a> Changelog for 1.41.1 (<a href="https://redirect.github.com/mitsuhiko/insta/issues/680">#680</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/031792816071470f99bc3c8fed68a3d554489364"><code>0317928</code></a> Refine changelog (<a href="https://redirect.github.com/mitsuhiko/insta/issues/675">#675</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/0e07a50b8b629080b78bd529386272ecc0438c32"><code>0e07a50</code></a> Update a couple docstrings (<a href="https://redirect.github.com/mitsuhiko/insta/issues/669">#669</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/083ce14965e70fb068dfc9f7cb629b88aa793801"><code>083ce14</code></a> Another small simplification of <code>prepare_test_runner</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/667">#667</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/b7dea9b21de7fd7d50cd808ee0687bddd385be0a"><code>b7dea9b</code></a> Small simplification of <code>prepare_test_runner</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/666">#666</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/5fd34e6678dc972e5e4b5ed3ac89bf3395baa596"><code>5fd34e6</code></a> Print a version with <code>--version</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/665">#665</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/a8b6cc221c07df25fca3bc1578fedfc0670027b6"><code>a8b6cc2</code></a> Small refactors (<a href="https://redirect.github.com/mitsuhiko/insta/issues/664">#664</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/4f16d70a377bbb5948df7d16900584d7c47abe4a"><code>4f16d70</code></a> Show hidden files in functional tests (<a href="https://redirect.github.com/mitsuhiko/insta/issues/663">#663</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/2b8fce7be80305d5a9441efb5211a8c3041e5ef6"><code>2b8fce7</code></a> Consolidate <code>Cargo.toml</code> creation in functional tests (<a href="https://redirect.github.com/mitsuhiko/insta/issues/662">#662</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mitsuhiko/insta/compare/1.40.0...1.41.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=insta&package-manager=cargo&previous-version=1.40.0&new-version=1.41.1)](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>
2024-11-01 06:24:28 +03:00
checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8"
dependencies = [
"console",
"lazy_static",
"linked-hash-map",
"serde",
"similar",
"toml",
]
[[package]]
name = "ipnet"
2024-10-20 01:21:51 +03:00
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
chore(deps): bump clap from 4.0.26 to 4.0.27 (#492) Bumps [clap](https://github.com/clap-rs/clap) from 4.0.26 to 4.0.27. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.0.27] - 2022-11-24</h2> <h3>Features</h3> <ul> <li>Have <code>Arg::value_parser</code> accept <code>Vec&lt;impl Into&lt;PossibleValue&gt;&gt;</code></li> <li>Implement <code>Display</code> and <code>FromStr</code> for <code>ColorChoice</code></li> </ul> <h3>Fixes</h3> <ul> <li>Remove soundness issue by switching from <code>atty</code> to <code>is-terminal</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/3262016c26587e97c18187dffc60978a3b1547ae"><code>3262016</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/757f95b2e93b61731c0dcbb34a06fbe424bc7dfa"><code>757f95b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/20e02eb34eafd23095bed3fa9768027633775839"><code>20e02eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4509">#4509</a> from epage/possible</li> <li><a href="https://github.com/clap-rs/clap/commit/fb1d960fe2840cc29ccef6cff9f80c79e42ae813"><code>fb1d960</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4249">#4249</a> from jcgruenhage/replace-atty</li> <li><a href="https://github.com/clap-rs/clap/commit/94aca92e44a4a6974a087afdf3c3bfa19f631a05"><code>94aca92</code></a> feat: Create ValueParser from Vec&lt;PossibleValue&gt;</li> <li><a href="https://github.com/clap-rs/clap/commit/3bccfced1af69aa6130688b9a29d3d2ca55429f4"><code>3bccfce</code></a> docs: Clarify PossibleValue is likely not needed</li> <li><a href="https://github.com/clap-rs/clap/commit/19981a2455cdc2e5f0469cf6a02d32e08b99308c"><code>19981a2</code></a> docs: Clarify ColorChoice impls ValueEnum</li> <li><a href="https://github.com/clap-rs/clap/commit/8d92f3e7a8b3621b1a841e2375ce5c6748e764ba"><code>8d92f3e</code></a> feat: Add Display/FromStr to ColorChoice</li> <li><a href="https://github.com/clap-rs/clap/commit/ed683ef2485b08e320046570ae918b1ff51e8805"><code>ed683ef</code></a> fix: Always expose ColorChoice</li> <li><a href="https://github.com/clap-rs/clap/commit/789bfd6813caa1328c71887b1d013eb9526d8920"><code>789bfd6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4508">#4508</a> from epage/style</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.0.26...v4.0.27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.0.26&new-version=4.0.27)](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>
2022-11-25 05:36:50 +03:00
[[package]]
name = "is-terminal"
2024-09-11 22:32:24 +03:00
version = "0.4.13"
chore(deps): bump clap from 4.0.26 to 4.0.27 (#492) Bumps [clap](https://github.com/clap-rs/clap) from 4.0.26 to 4.0.27. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.0.27] - 2022-11-24</h2> <h3>Features</h3> <ul> <li>Have <code>Arg::value_parser</code> accept <code>Vec&lt;impl Into&lt;PossibleValue&gt;&gt;</code></li> <li>Implement <code>Display</code> and <code>FromStr</code> for <code>ColorChoice</code></li> </ul> <h3>Fixes</h3> <ul> <li>Remove soundness issue by switching from <code>atty</code> to <code>is-terminal</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/3262016c26587e97c18187dffc60978a3b1547ae"><code>3262016</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/757f95b2e93b61731c0dcbb34a06fbe424bc7dfa"><code>757f95b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/20e02eb34eafd23095bed3fa9768027633775839"><code>20e02eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4509">#4509</a> from epage/possible</li> <li><a href="https://github.com/clap-rs/clap/commit/fb1d960fe2840cc29ccef6cff9f80c79e42ae813"><code>fb1d960</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4249">#4249</a> from jcgruenhage/replace-atty</li> <li><a href="https://github.com/clap-rs/clap/commit/94aca92e44a4a6974a087afdf3c3bfa19f631a05"><code>94aca92</code></a> feat: Create ValueParser from Vec&lt;PossibleValue&gt;</li> <li><a href="https://github.com/clap-rs/clap/commit/3bccfced1af69aa6130688b9a29d3d2ca55429f4"><code>3bccfce</code></a> docs: Clarify PossibleValue is likely not needed</li> <li><a href="https://github.com/clap-rs/clap/commit/19981a2455cdc2e5f0469cf6a02d32e08b99308c"><code>19981a2</code></a> docs: Clarify ColorChoice impls ValueEnum</li> <li><a href="https://github.com/clap-rs/clap/commit/8d92f3e7a8b3621b1a841e2375ce5c6748e764ba"><code>8d92f3e</code></a> feat: Add Display/FromStr to ColorChoice</li> <li><a href="https://github.com/clap-rs/clap/commit/ed683ef2485b08e320046570ae918b1ff51e8805"><code>ed683ef</code></a> fix: Always expose ColorChoice</li> <li><a href="https://github.com/clap-rs/clap/commit/789bfd6813caa1328c71887b1d013eb9526d8920"><code>789bfd6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4508">#4508</a> from epage/style</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.0.26...v4.0.27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.0.26&new-version=4.0.27)](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>
2022-11-25 05:36:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
chore(deps): bump clap from 4.0.26 to 4.0.27 (#492) Bumps [clap](https://github.com/clap-rs/clap) from 4.0.26 to 4.0.27. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.0.27] - 2022-11-24</h2> <h3>Features</h3> <ul> <li>Have <code>Arg::value_parser</code> accept <code>Vec&lt;impl Into&lt;PossibleValue&gt;&gt;</code></li> <li>Implement <code>Display</code> and <code>FromStr</code> for <code>ColorChoice</code></li> </ul> <h3>Fixes</h3> <ul> <li>Remove soundness issue by switching from <code>atty</code> to <code>is-terminal</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/3262016c26587e97c18187dffc60978a3b1547ae"><code>3262016</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/757f95b2e93b61731c0dcbb34a06fbe424bc7dfa"><code>757f95b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/20e02eb34eafd23095bed3fa9768027633775839"><code>20e02eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4509">#4509</a> from epage/possible</li> <li><a href="https://github.com/clap-rs/clap/commit/fb1d960fe2840cc29ccef6cff9f80c79e42ae813"><code>fb1d960</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4249">#4249</a> from jcgruenhage/replace-atty</li> <li><a href="https://github.com/clap-rs/clap/commit/94aca92e44a4a6974a087afdf3c3bfa19f631a05"><code>94aca92</code></a> feat: Create ValueParser from Vec&lt;PossibleValue&gt;</li> <li><a href="https://github.com/clap-rs/clap/commit/3bccfced1af69aa6130688b9a29d3d2ca55429f4"><code>3bccfce</code></a> docs: Clarify PossibleValue is likely not needed</li> <li><a href="https://github.com/clap-rs/clap/commit/19981a2455cdc2e5f0469cf6a02d32e08b99308c"><code>19981a2</code></a> docs: Clarify ColorChoice impls ValueEnum</li> <li><a href="https://github.com/clap-rs/clap/commit/8d92f3e7a8b3621b1a841e2375ce5c6748e764ba"><code>8d92f3e</code></a> feat: Add Display/FromStr to ColorChoice</li> <li><a href="https://github.com/clap-rs/clap/commit/ed683ef2485b08e320046570ae918b1ff51e8805"><code>ed683ef</code></a> fix: Always expose ColorChoice</li> <li><a href="https://github.com/clap-rs/clap/commit/789bfd6813caa1328c71887b1d013eb9526d8920"><code>789bfd6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4508">#4508</a> from epage/style</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.0.26...v4.0.27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.0.26&new-version=4.0.27)](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>
2022-11-25 05:36:50 +03:00
dependencies = [
2024-09-11 22:32:24 +03:00
"hermit-abi 0.4.0",
2024-02-09 11:43:27 +03:00
"libc",
"windows-sys 0.52.0",
chore(deps): bump clap from 4.0.26 to 4.0.27 (#492) Bumps [clap](https://github.com/clap-rs/clap) from 4.0.26 to 4.0.27. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.0.27] - 2022-11-24</h2> <h3>Features</h3> <ul> <li>Have <code>Arg::value_parser</code> accept <code>Vec&lt;impl Into&lt;PossibleValue&gt;&gt;</code></li> <li>Implement <code>Display</code> and <code>FromStr</code> for <code>ColorChoice</code></li> </ul> <h3>Fixes</h3> <ul> <li>Remove soundness issue by switching from <code>atty</code> to <code>is-terminal</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/3262016c26587e97c18187dffc60978a3b1547ae"><code>3262016</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/757f95b2e93b61731c0dcbb34a06fbe424bc7dfa"><code>757f95b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/20e02eb34eafd23095bed3fa9768027633775839"><code>20e02eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4509">#4509</a> from epage/possible</li> <li><a href="https://github.com/clap-rs/clap/commit/fb1d960fe2840cc29ccef6cff9f80c79e42ae813"><code>fb1d960</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4249">#4249</a> from jcgruenhage/replace-atty</li> <li><a href="https://github.com/clap-rs/clap/commit/94aca92e44a4a6974a087afdf3c3bfa19f631a05"><code>94aca92</code></a> feat: Create ValueParser from Vec&lt;PossibleValue&gt;</li> <li><a href="https://github.com/clap-rs/clap/commit/3bccfced1af69aa6130688b9a29d3d2ca55429f4"><code>3bccfce</code></a> docs: Clarify PossibleValue is likely not needed</li> <li><a href="https://github.com/clap-rs/clap/commit/19981a2455cdc2e5f0469cf6a02d32e08b99308c"><code>19981a2</code></a> docs: Clarify ColorChoice impls ValueEnum</li> <li><a href="https://github.com/clap-rs/clap/commit/8d92f3e7a8b3621b1a841e2375ce5c6748e764ba"><code>8d92f3e</code></a> feat: Add Display/FromStr to ColorChoice</li> <li><a href="https://github.com/clap-rs/clap/commit/ed683ef2485b08e320046570ae918b1ff51e8805"><code>ed683ef</code></a> fix: Always expose ColorChoice</li> <li><a href="https://github.com/clap-rs/clap/commit/789bfd6813caa1328c71887b1d013eb9526d8920"><code>789bfd6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4508">#4508</a> from epage/style</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.0.26...v4.0.27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.0.26&new-version=4.0.27)](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>
2022-11-25 05:36:50 +03:00
]
[[package]]
name = "is_terminal_polyfill"
2024-07-30 17:53:22 +03:00
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2024-09-11 22:32:24 +03:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
2022-01-01 20:43:04 +03:00
[[package]]
name = "itoa"
2024-04-09 23:04:40 +03:00
version = "1.0.11"
2022-01-01 20:43:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-01-01 20:43:04 +03:00
[[package]]
name = "jobserver"
2024-07-24 05:52:07 +03:00
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 05:52:07 +03:00
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
dependencies = [
"libc",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "jpeg-decoder"
2024-01-17 02:43:08 +03:00
version = "0.3.1"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 02:43:08 +03:00
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
2017-09-30 13:55:44 +03:00
[[package]]
name = "js-sys"
2024-10-20 01:21:51 +03:00
version = "0.3.72"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
2018-02-21 13:37:31 +03:00
dependencies = [
"wasm-bindgen",
2018-02-21 13:37:31 +03:00
]
2017-09-30 13:55:44 +03:00
[[package]]
name = "json-patch"
2024-10-20 01:28:53 +03:00
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:28:53 +03:00
checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08"
dependencies = [
"jsonptr",
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "jsonptr"
2024-10-20 01:28:53 +03:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:28:53 +03:00
checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70"
dependencies = [
"serde",
"serde_json",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "kurbo"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b"
dependencies = [
"arrayvec",
]
[[package]]
name = "lambda-web"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6277b60649250d681654162b7e8e875c938295ea5f883eb9a8da7e27d2c051"
dependencies = [
"actix-http",
"actix-service",
"actix-web",
"base64 0.13.1",
2024-04-09 23:04:40 +03:00
"brotli 3.5.0",
"lambda_runtime",
"percent-encoding",
"serde",
"serde_json",
]
[[package]]
name = "lambda_runtime"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd32d5799db2155ae4d47116bb3e169b59f531ced4d5762a10c2125bdd2bf134"
dependencies = [
"async-stream",
"bytes",
"futures",
"http 0.2.12",
2024-10-20 01:21:51 +03:00
"hyper 0.14.31",
"lambda_runtime_api_client",
"serde",
"serde_json",
"tokio",
"tokio-stream",
"tower",
"tracing",
]
[[package]]
name = "lambda_runtime_api_client"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7210012be904051520f0dc502140ba599bae3042b65b3737b87727f1aa88a7d6"
dependencies = [
"http 0.2.12",
2024-10-20 01:21:51 +03:00
"hyper 0.14.31",
"tokio",
"tower-service",
]
2018-03-13 14:32:09 +03:00
[[package]]
name = "language-tags"
version = "0.3.2"
2018-03-13 14:32:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2018-03-13 14:32:09 +03:00
2018-01-18 13:42:06 +03:00
[[package]]
name = "lazy_static"
version = "1.5.0"
2018-01-18 13:42:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
dependencies = [
"spin",
]
2018-01-18 13:42:06 +03:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2017-09-30 13:55:44 +03:00
[[package]]
name = "libc"
2024-10-20 01:21:51 +03:00
version = "0.2.161"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "libdeflate-sys"
2024-10-20 01:21:51 +03:00
version = "1.22.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "2f4ae7b48098016dc3bc64a35605668f0af4425ec1a4a175ce2d0c1129067932"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"cc",
]
[[package]]
name = "libdeflater"
2024-10-20 01:21:51 +03:00
version = "1.22.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "567ff5eb948d34d3f93d8da568e72db0f5a12c89efb6c3913e4d6b142cc7ec34"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"libdeflate-sys",
]
[[package]]
name = "libloading"
2024-07-24 05:52:07 +03:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 05:52:07 +03:00
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
chore(deps): Bump insta from 1.40.0 to 1.41.1 (#1563) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.40.0 to 1.41.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/releases">insta's releases</a>.</em></p> <blockquote> <h2>1.41.1</h2> <h2>Release Notes</h2> <ul> <li>Re-release of 1.41.0 to generate release artifacts correctly.</li> </ul> <h2>Install cargo-insta 1.41.1</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -c &quot;irm https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-installer.ps1 | iex&quot; </code></pre> <h2>Download cargo-insta 1.41.1</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-aarch64-apple-darwin.tar.xz">cargo-insta-aarch64-apple-darwin.tar.xz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-apple-darwin.tar.xz">cargo-insta-x86_64-apple-darwin.tar.xz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-pc-windows-msvc.zip">cargo-insta-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-gnu.tar.xz">cargo-insta-x86_64-unknown-linux-gnu.tar.xz</a></td> <td>x64 Linux</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-musl.tar.xz">cargo-insta-x86_64-unknown-linux-musl.tar.xz</a></td> <td>x64 MUSL Linux</td> <td><a href="https://github.com/mitsuhiko/insta/releases/download/1.41.1/cargo-insta-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td> </tr> </tbody> </table> <h2>1.41.0</h2> <ul> <li> <p>Experimental support for binary snapshots. <a href="https://redirect.github.com/mitsuhiko/insta/issues/610">#610</a> (Florian Plattner)</p> </li> <li> <p><code>--force-update-snapshots</code> now causes <code>cargo-insta</code> to write every snapshot, regardless of whether snapshots fully match, and now implies <code>--accept</code>. This allows for <code>--force-update-snapshots</code> to update inline snapshots' delimiters and indentation.</p> <p>For the previous behavior of <code>--force-update-snapshots</code>, which limited writes to snapshots which didn't fully match, use <code>--require-full-match</code>. The main difference between <code>--require-full-match</code> and the existing behavior of <code>--force-update-snapshots</code> is a non-zero exit code on any snapshots which don't fully match.</p> <p>Like the previous behavior or <code>--force-update-snapshots</code>, <code>--require-full-match</code> doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. <a href="https://redirect.github.com/mitsuhiko/insta/issues/644">#644</a></p> </li> <li> <p>Inline snapshots only use <code>#</code> characters as delimiters when required. <a href="https://redirect.github.com/mitsuhiko/insta/issues/603">#603</a></p> </li> <li> <p>Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. <a href="https://redirect.github.com/mitsuhiko/insta/issues/637">#637</a></p> </li> <li> <p>Insta runs correctly on packages which reference rust files in a parent path. <a href="https://redirect.github.com/mitsuhiko/insta/issues/626">#626</a></p> </li> <li> <p>Warnings are printed when any snapshot uses a legacy format. <a href="https://redirect.github.com/mitsuhiko/insta/issues/599">#599</a></p> </li> <li> <p><code>cargo insta --version</code> now prints a version. <a href="https://redirect.github.com/mitsuhiko/insta/issues/665">#665</a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md">insta's changelog</a>.</em></p> <blockquote> <h2>1.41.1</h2> <ul> <li>Re-release of 1.41.1 to generate release artifacts correctly.</li> </ul> <h2>1.41.0</h2> <ul> <li> <p>Experimental support for binary snapshots. <a href="https://redirect.github.com/mitsuhiko/insta/issues/610">#610</a> (Florian Plattner)</p> </li> <li> <p><code>--force-update-snapshots</code> now causes <code>cargo-insta</code> to write every snapshot, regardless of whether snapshots fully match, and now implies <code>--accept</code>. This allows for <code>--force-update-snapshots</code> to update inline snapshots' delimiters and indentation.</p> <p>For the previous behavior of <code>--force-update-snapshots</code>, which limited writes to snapshots which didn't fully match, use <code>--require-full-match</code>. The main difference between <code>--require-full-match</code> and the existing behavior of <code>--force-update-snapshots</code> is a non-zero exit code on any snapshots which don't fully match.</p> <p>Like the previous behavior of <code>--force-update-snapshots</code>, <code>--require-full-match</code> doesn't track inline snapshots' delimiters or indentation, so can't update if those don't match. <a href="https://redirect.github.com/mitsuhiko/insta/issues/644">#644</a></p> </li> <li> <p>Inline snapshots only use <code>#</code> characters as delimiters when required. <a href="https://redirect.github.com/mitsuhiko/insta/issues/603">#603</a></p> </li> <li> <p>Warnings for undiscovered snapshots are more robust, and include files with custom snapshot extensions. <a href="https://redirect.github.com/mitsuhiko/insta/issues/637">#637</a></p> </li> <li> <p>Insta runs correctly on packages which reference rust files in a parent path. <a href="https://redirect.github.com/mitsuhiko/insta/issues/626">#626</a></p> </li> <li> <p>Warnings are printed when any snapshot uses a legacy format. <a href="https://redirect.github.com/mitsuhiko/insta/issues/599">#599</a></p> </li> <li> <p><code>cargo insta --version</code> now prints a version. <a href="https://redirect.github.com/mitsuhiko/insta/issues/665">#665</a></p> </li> <li> <p><code>insta</code> now internally uses <code>INSTA_UPDATE=force</code> rather than <code>INSTA_FORCE_UPDATE=1</code>. (This doesn't affect users of <code>cargo-insta</code>, which handles this internally.) <a href="https://redirect.github.com/mitsuhiko/insta/issues/482">#482</a></p> </li> <li> <p><code>cargo-insta</code>'s integration tests continue to grow over the past couple of versions, and now offer coverage of most of <code>cargo-insta</code>'s interface.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/insta/commit/cb08d924f0d9d062a4e9c0de6de1075b81b0ae6b"><code>cb08d92</code></a> Bump version to 1.41.1 (<a href="https://redirect.github.com/mitsuhiko/insta/issues/681">#681</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/6d555d4fc49a5f946d813893beab2a56bb8f55aa"><code>6d555d4</code></a> Changelog for 1.41.1 (<a href="https://redirect.github.com/mitsuhiko/insta/issues/680">#680</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/031792816071470f99bc3c8fed68a3d554489364"><code>0317928</code></a> Refine changelog (<a href="https://redirect.github.com/mitsuhiko/insta/issues/675">#675</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/0e07a50b8b629080b78bd529386272ecc0438c32"><code>0e07a50</code></a> Update a couple docstrings (<a href="https://redirect.github.com/mitsuhiko/insta/issues/669">#669</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/083ce14965e70fb068dfc9f7cb629b88aa793801"><code>083ce14</code></a> Another small simplification of <code>prepare_test_runner</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/667">#667</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/b7dea9b21de7fd7d50cd808ee0687bddd385be0a"><code>b7dea9b</code></a> Small simplification of <code>prepare_test_runner</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/666">#666</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/5fd34e6678dc972e5e4b5ed3ac89bf3395baa596"><code>5fd34e6</code></a> Print a version with <code>--version</code> (<a href="https://redirect.github.com/mitsuhiko/insta/issues/665">#665</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/a8b6cc221c07df25fca3bc1578fedfc0670027b6"><code>a8b6cc2</code></a> Small refactors (<a href="https://redirect.github.com/mitsuhiko/insta/issues/664">#664</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/4f16d70a377bbb5948df7d16900584d7c47abe4a"><code>4f16d70</code></a> Show hidden files in functional tests (<a href="https://redirect.github.com/mitsuhiko/insta/issues/663">#663</a>)</li> <li><a href="https://github.com/mitsuhiko/insta/commit/2b8fce7be80305d5a9441efb5211a8c3041e5ef6"><code>2b8fce7</code></a> Consolidate <code>Cargo.toml</code> creation in functional tests (<a href="https://redirect.github.com/mitsuhiko/insta/issues/662">#662</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mitsuhiko/insta/compare/1.40.0...1.41.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=insta&package-manager=cargo&previous-version=1.40.0&new-version=1.41.1)](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>
2024-11-01 06:24:28 +03:00
"windows-targets 0.48.5",
]
[[package]]
name = "libm"
2023-10-07 21:46:54 +03:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-07 21:46:54 +03:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2024-09-11 22:32:24 +03:00
[[package]]
name = "libredox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
"bitflags 2.6.0",
"libc",
"redox_syscall 0.5.7",
2024-09-11 22:32:24 +03:00
]
[[package]]
name = "libsqlite3-sys"
2023-11-27 07:10:29 +03:00
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 07:10:29 +03:00
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2023-07-03 13:43:29 +03:00
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
2023-07-03 13:43:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-07-03 13:43:29 +03:00
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
[[package]]
name = "litemap"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
[[package]]
name = "local-channel"
2023-10-30 21:53:11 +03:00
version = "0.1.5"
2018-01-18 13:42:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 21:53:11 +03:00
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
dependencies = [
"futures-core",
"futures-sink",
"local-waker",
]
2018-01-18 13:42:06 +03:00
2018-02-21 13:37:31 +03:00
[[package]]
name = "local-waker"
2023-10-30 21:53:11 +03:00
version = "0.1.4"
2018-07-25 15:02:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 21:53:11 +03:00
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
2018-07-25 15:02:31 +03:00
[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
2022-05-03 12:12:54 +03:00
"autocfg",
"scopeguard",
]
2024-05-25 08:17:26 +03:00
[[package]]
name = "lockfree-object-pool"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
2017-09-30 13:55:44 +03:00
[[package]]
name = "log"
chore(deps): Bump log from 0.4.21 to 0.4.22 (#1386) Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.22] - 2024-06-27</h2> <h2>What's Changed</h2> <ul> <li>Add some clarifications to the library docs by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/620">rust-lang/log#620</a></li> <li>Add links to <code>colog</code> crate by <a href="https://github.com/chrivers"><code>@​chrivers</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/621">rust-lang/log#621</a></li> <li>adding line_number test + updating some testing infrastructure by <a href="https://github.com/DIvkov575"><code>@​DIvkov575</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/619">rust-lang/log#619</a></li> <li>Clarify the actual set of functions that can race in _racy variants by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/623">rust-lang/log#623</a></li> <li>Replace deprecated std::sync::atomic::spin_loop_hint() by <a href="https://github.com/Catamantaloedis"><code>@​Catamantaloedis</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/625">rust-lang/log#625</a></li> <li>Check usage of max_level features by <a href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/627">rust-lang/log#627</a></li> <li>Remove unneeded import by <a href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/628">rust-lang/log#628</a></li> <li>Loosen orderings for logger initialization in <a href="https://redirect.github.com/rust-lang/log/pull/632">rust-lang/log#632</a>. Originally by <a href="https://github.com/pwoolcoc"><code>@​pwoolcoc</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/599">rust-lang/log#599</a></li> <li>Use Location::caller() for file and line info in <a href="https://redirect.github.com/rust-lang/log/pull/633">rust-lang/log#633</a>. Originally by <a href="https://github.com/Cassy343"><code>@​Cassy343</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/520">rust-lang/log#520</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chrivers"><code>@​chrivers</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/621">rust-lang/log#621</a></li> <li><a href="https://github.com/DIvkov575"><code>@​DIvkov575</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/619">rust-lang/log#619</a></li> <li><a href="https://github.com/Catamantaloedis"><code>@​Catamantaloedis</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/625">rust-lang/log#625</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.21...0.4.22">https://github.com/rust-lang/log/compare/0.4.21...0.4.22</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/d5ba2cfee9b3b4ca1fcad911b7f59dc79eeee022"><code>d5ba2cf</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/634">#634</a> from rust-lang/cargo/0.4.22</li> <li><a href="https://github.com/rust-lang/log/commit/d1a8306aadb88d56b74c73cdce4ef0153fb549cb"><code>d1a8306</code></a> prepare for 0.4.22 release</li> <li><a href="https://github.com/rust-lang/log/commit/46894ef229483bbabd30a806c474417fc034559c"><code>46894ef</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/633">#633</a> from rust-lang/feat/panic-info</li> <li><a href="https://github.com/rust-lang/log/commit/e0d389c9cadd91363f2fec52bd30f9585168a89f"><code>e0d389c</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/632">#632</a> from rust-lang/feat/loosen-atomics</li> <li><a href="https://github.com/rust-lang/log/commit/c9e5e13e9b02ec80e784c6fe4deacdc8f3194fca"><code>c9e5e13</code></a> use Location::caller() for file and line info</li> <li><a href="https://github.com/rust-lang/log/commit/507b672660288f0223edb6353d34f8733fa0a2f4"><code>507b672</code></a> loosen orderings for logger initialization</li> <li><a href="https://github.com/rust-lang/log/commit/c879b011a8ac662545adf9484d9a668ebcf9b814"><code>c879b01</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/628">#628</a> from Thomasdezeeuw/fix-warnings</li> <li><a href="https://github.com/rust-lang/log/commit/405fdb4d9f847c93c0133469ea808f09320714ba"><code>405fdb4</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/627">#627</a> from Thomasdezeeuw/check-features</li> <li><a href="https://github.com/rust-lang/log/commit/1307ade1122549badf2b8fdd10c11e519eaa029a"><code>1307ade</code></a> Remove unneeded import</li> <li><a href="https://github.com/rust-lang/log/commit/710560ecb7035a6baf1fd9d97d7f09d0cc075006"><code>710560e</code></a> Don't use --all-features in CI</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.21...0.4.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=log&package-manager=cargo&previous-version=0.4.21&new-version=0.4.22)](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>
2024-06-28 05:49:01 +03:00
version = "0.4.22"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump log from 0.4.21 to 0.4.22 (#1386) Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.22] - 2024-06-27</h2> <h2>What's Changed</h2> <ul> <li>Add some clarifications to the library docs by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/620">rust-lang/log#620</a></li> <li>Add links to <code>colog</code> crate by <a href="https://github.com/chrivers"><code>@​chrivers</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/621">rust-lang/log#621</a></li> <li>adding line_number test + updating some testing infrastructure by <a href="https://github.com/DIvkov575"><code>@​DIvkov575</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/619">rust-lang/log#619</a></li> <li>Clarify the actual set of functions that can race in _racy variants by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/623">rust-lang/log#623</a></li> <li>Replace deprecated std::sync::atomic::spin_loop_hint() by <a href="https://github.com/Catamantaloedis"><code>@​Catamantaloedis</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/625">rust-lang/log#625</a></li> <li>Check usage of max_level features by <a href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/627">rust-lang/log#627</a></li> <li>Remove unneeded import by <a href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/628">rust-lang/log#628</a></li> <li>Loosen orderings for logger initialization in <a href="https://redirect.github.com/rust-lang/log/pull/632">rust-lang/log#632</a>. Originally by <a href="https://github.com/pwoolcoc"><code>@​pwoolcoc</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/599">rust-lang/log#599</a></li> <li>Use Location::caller() for file and line info in <a href="https://redirect.github.com/rust-lang/log/pull/633">rust-lang/log#633</a>. Originally by <a href="https://github.com/Cassy343"><code>@​Cassy343</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/520">rust-lang/log#520</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chrivers"><code>@​chrivers</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/621">rust-lang/log#621</a></li> <li><a href="https://github.com/DIvkov575"><code>@​DIvkov575</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/619">rust-lang/log#619</a></li> <li><a href="https://github.com/Catamantaloedis"><code>@​Catamantaloedis</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/625">rust-lang/log#625</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.21...0.4.22">https://github.com/rust-lang/log/compare/0.4.21...0.4.22</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/d5ba2cfee9b3b4ca1fcad911b7f59dc79eeee022"><code>d5ba2cf</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/634">#634</a> from rust-lang/cargo/0.4.22</li> <li><a href="https://github.com/rust-lang/log/commit/d1a8306aadb88d56b74c73cdce4ef0153fb549cb"><code>d1a8306</code></a> prepare for 0.4.22 release</li> <li><a href="https://github.com/rust-lang/log/commit/46894ef229483bbabd30a806c474417fc034559c"><code>46894ef</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/633">#633</a> from rust-lang/feat/panic-info</li> <li><a href="https://github.com/rust-lang/log/commit/e0d389c9cadd91363f2fec52bd30f9585168a89f"><code>e0d389c</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/632">#632</a> from rust-lang/feat/loosen-atomics</li> <li><a href="https://github.com/rust-lang/log/commit/c9e5e13e9b02ec80e784c6fe4deacdc8f3194fca"><code>c9e5e13</code></a> use Location::caller() for file and line info</li> <li><a href="https://github.com/rust-lang/log/commit/507b672660288f0223edb6353d34f8733fa0a2f4"><code>507b672</code></a> loosen orderings for logger initialization</li> <li><a href="https://github.com/rust-lang/log/commit/c879b011a8ac662545adf9484d9a668ebcf9b814"><code>c879b01</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/628">#628</a> from Thomasdezeeuw/fix-warnings</li> <li><a href="https://github.com/rust-lang/log/commit/405fdb4d9f847c93c0133469ea808f09320714ba"><code>405fdb4</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/627">#627</a> from Thomasdezeeuw/check-features</li> <li><a href="https://github.com/rust-lang/log/commit/1307ade1122549badf2b8fdd10c11e519eaa029a"><code>1307ade</code></a> Remove unneeded import</li> <li><a href="https://github.com/rust-lang/log/commit/710560ecb7035a6baf1fd9d97d7f09d0cc075006"><code>710560e</code></a> Don't use --all-features in CI</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.21...0.4.22">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=log&package-manager=cargo&previous-version=0.4.21&new-version=0.4.22)](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>
2024-06-28 05:49:01 +03:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2018-01-22 20:01:44 +03:00
2018-01-16 15:55:05 +03:00
[[package]]
name = "martin"
chore(deps): Bump serde_with from 3.8.3 to 3.9.0 (#1421) Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.3 to 3.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jonasbb/serde_with/releases">serde_with's releases</a>.</em></p> <blockquote> <h2>serde_with v3.9.0</h2> <h3>Added</h3> <ul> <li> <p>Deserialize a map` and skip all elements failing to deserialize by <a href="https://github.com/johnmave126"><code>@​johnmave126</code></a> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/763">#763</a>)</p> <p><code>MapSkipError</code> acts like a map (<code>HashMap</code>/<code>BTreeMap</code>), but keys or values that fail to deserialize, like are ignored.</p> <p>For formats with heterogeneously typed maps, we can collect only the elements where both key and value are deserializable. This is also useful in conjunction to <code>#[serde(flatten)]</code> to ignore some entries when capturing additional fields.</p> <pre lang="text"><code>// JSON &quot;value&quot;: {&quot;0&quot;: &quot;v0&quot;, &quot;5&quot;: &quot;v5&quot;, &quot;str&quot;: &quot;str&quot;, &quot;10&quot;: 2}, <p>// Rust #[serde_as(as = &quot;MapSkipError&lt;DisplayFromStr, _&gt;&quot;)] value: BTreeMap&lt;u32, String&gt;,</p> <p>// Only deserializes entries with a numerical key and a string value, i.e., {0 =&gt; &quot;v0&quot;, 5 =&gt; &quot;v5&quot;} </code></pre></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonasbb/serde_with/commit/c3e489f4e571fadad9e656c28332b3708bd8cf0e"><code>c3e489f</code></a> Bump version to 3.9.0 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/770">#770</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/57ad8778c46c0dd689002930430e3f994af1ebb1"><code>57ad877</code></a> Bump version to 3.9.0</li> <li><a href="https://github.com/jonasbb/serde_with/commit/d038657903639832437abcceca546395a0283034"><code>d038657</code></a> Implement <code>MapSkipError</code>, analogous to <code>VecSkipError</code>, but for map-like data ...</li> <li><a href="https://github.com/jonasbb/serde_with/commit/aaa0a2958917da51867ec90398d95826f8ebd717"><code>aaa0a29</code></a> Update serde_with/src/guide/serde_as_transformations.md</li> <li><a href="https://github.com/jonasbb/serde_with/commit/17dec1112b55bce9f7742ecf9d3414dcc089d26d"><code>17dec11</code></a> Add tests to make sure syntax errors are not suppressed.</li> <li><a href="https://github.com/jonasbb/serde_with/commit/97543d0c2d7588d9c2855c329bcc8c2b1107a404"><code>97543d0</code></a> Implement MapSkipError, skipping un-deserializable entries.</li> <li><a href="https://github.com/jonasbb/serde_with/commit/bf6724d2c09f35fb0ff917856829acf5362fed78"><code>bf6724d</code></a> Move VecSkipError to a separate file, preparing for MapSkipError</li> <li><a href="https://github.com/jonasbb/serde_with/commit/31e9172cabefd31b3cca12d24139e416e75ab6d8"><code>31e9172</code></a> Fix dead code warning by correcting a typo (<a href="https://redirect.github.com/jonasbb/serde_with/issues/769">#769</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/f5b2626307f7fb49275232a7f1925bfb5a200a37"><code>f5b2626</code></a> Fix dead code warnings in tests</li> <li><a href="https://github.com/jonasbb/serde_with/commit/4ad4a1b4e9088219b7877d64aa225e6d352298e2"><code>4ad4a1b</code></a> Fix dead code warning by correcting a typo</li> <li>See full diff in <a href="https://github.com/jonasbb/serde_with/compare/v3.8.3...v3.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_with&package-manager=cargo&previous-version=3.8.3&new-version=3.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 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>
2024-07-15 18:22:53 +03:00
version = "0.15.0"
2018-01-16 15:55:05 +03:00
dependencies = [
"actix-cors",
"actix-http",
"actix-rt",
"actix-web",
"actix-web-static-files",
"anyhow",
"async-trait",
"bit-set",
"brotli 7.0.0",
"cargo-husky",
chore(deps): Bump criterion from 0.4.0 to 0.5.0 (#673) Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md">criterion's changelog</a>.</em></p> <blockquote> <h2>[0.5.0] - 2023-05-23</h2> <h3>Changed</h3> <ul> <li>Replaced lazy_static dependency with once_cell</li> <li>Improved documentation of the <code>html_reports</code> feature</li> <li>Replaced atty dependency with is-terminal</li> <li>MSRV bumped to 1.64</li> <li>Upgraded clap dependency to v4</li> <li>Upgraded tempfile dependency to v3.5.0</li> </ul> <h3>Fixed</h3> <ul> <li>Quick mode (<code>--quick</code>) no longer outputs 1ms for measured times over 5 seconds</li> <li>Documentation updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bheisler/criterion.rs/commit/4a560cb8d8b4cefc4819a6489f0ce0540663968d"><code>4a560cb</code></a> release version 0.5 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/683">#683</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/3e2849ebf86e27507f783a20647a0fc81c6bfcc7"><code>3e2849e</code></a> Post v0.4 CHANGELOG updates (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/680">#680</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/637010e50d3819839cd45d9f5b281c169573416a"><code>637010e</code></a> Bump clap to version 4 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/679">#679</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/39d7e2f9546981d87ae195fe7c68f778afdb66a4"><code>39d7e2f</code></a> Update to tempfile 3.5 (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/675">#675</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/8ab2752ccfeece50347c81866a4185f29fd978a2"><code>8ab2752</code></a> Fix typo in known_limitations.md (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/674">#674</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/a2112308ef8e3d8fe5a8da41ccb0fba3d5d460c4"><code>a211230</code></a> chore: replace atty with is-terminal (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/628">#628</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/a844eb226bb814e6a4e8b35b3b91c74f22ad535b"><code>a844eb2</code></a> Bump MSRV to 1.60 for csv dependency (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/665">#665</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/2f5360737807cbe90d149db6199783236f0ef634"><code>2f53607</code></a> Use OR operator to specify multiple licenses (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/643">#643</a>)</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/86dcd7d323799043c100dbf358409e986a872a11"><code>86dcd7d</code></a> Fix bug where time over the maximum would be reported as 1ms in quick mode. (...</li> <li><a href="https://github.com/bheisler/criterion.rs/commit/2942aee124e433213f0e9b917bb730bcdc7df6f3"><code>2942aee</code></a> Remove unnecessary <code>pub</code> from example code (<a href="https://redirect.github.com/bheisler/criterion.rs/issues/657">#657</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=criterion&package-manager=cargo&previous-version=0.4.0&new-version=0.5.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>
2023-05-24 06:32:10 +03:00
"clap",
"criterion",
"ctor",
"deadpool-postgres",
"enum-display",
"env_logger",
"futures",
"indoc",
"insta",
"itertools 0.13.0",
"json-patch",
"lambda-web",
"log",
"martin-tile-utils",
"mbtiles",
"moka",
"num_cpus",
"pbf_font_tools",
"pmtiles",
"postgis",
"postgres",
"postgres-protocol",
2023-12-27 21:50:07 +03:00
"pprof",
"regex",
"rstest",
"rustls",
"rustls-native-certs 0.8.0",
"rustls-pemfile",
"semver",
"serde",
"serde_json",
2023-12-19 02:30:58 +03:00
"serde_with",
"serde_yaml",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"spreet",
"static-files",
"subst",
"testcontainers-modules",
"thiserror",
"tilejson",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"tokio",
2023-09-30 12:58:49 +03:00
"tokio-postgres-rustls",
"url",
2018-01-16 15:55:05 +03:00
]
[[package]]
name = "martin-tile-utils"
version = "0.5.1"
dependencies = [
"approx",
"brotli 7.0.0",
"flate2",
"insta",
]
[[package]]
name = "mbtiles"
version = "0.11.1"
dependencies = [
"actix-rt",
"anyhow",
"clap",
"ctor",
"enum-display",
"env_logger",
"flume",
"futures",
"insta",
"itertools 0.13.0",
"log",
"martin-tile-utils",
"md5",
"num_cpus",
"pretty_assertions",
"rstest",
"serde",
"serde_json",
2023-12-19 02:30:58 +03:00
"serde_with",
"serde_yaml",
"size_format",
"sqlite-compressions",
"sqlite-hashes",
"sqlx",
"thiserror",
"tilejson",
"tokio",
"xxhash-rust",
]
2017-10-09 14:29:03 +03:00
[[package]]
name = "md-5"
2023-09-24 07:15:32 +03:00
version = "0.10.6"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-24 07:15:32 +03:00
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
2023-09-24 07:15:32 +03:00
"cfg-if",
"digest",
]
2017-10-09 14:29:03 +03:00
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
2018-01-18 13:42:06 +03:00
[[package]]
name = "memchr"
version = "2.7.4"
2018-01-18 13:42:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2017-10-09 14:29:03 +03:00
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "memmap2"
version = "0.8.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"libc",
]
2023-12-27 21:50:07 +03:00
[[package]]
name = "memmap2"
version = "0.9.5"
2023-12-27 21:50:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
2023-12-27 21:50:07 +03:00
dependencies = [
"libc",
]
[[package]]
name = "memmapix"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f517ab414225d5f1755bd284d9545bd08a72a3958b3c6384d72e95de9cc1a1d3"
dependencies = [
"rustix",
]
2018-02-21 13:37:31 +03:00
[[package]]
name = "mime"
2023-03-22 07:47:14 +03:00
version = "0.3.17"
2018-02-21 13:37:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 07:47:14 +03:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2018-02-21 13:37:31 +03:00
[[package]]
name = "mime_guess"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
chore(deps): Bump flate2 from 1.0.31 to 1.0.32 (#1479) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.31 to 1.0.32. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.0.32 - turn panic into error</h2> <h2>What's Changed</h2> <h3>Fix</h3> <ul> <li>Return error instead of packing on Z_MEM_ERROR by <a href="https://github.com/crazymerlyn"><code>@​crazymerlyn</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/423">rust-lang/flate2-rs#423</a></li> </ul> <h3>Other</h3> <ul> <li>prepare new release by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/416">rust-lang/flate2-rs#416</a></li> <li>update miniz_oxide dependency to 0.8.x by <a href="https://github.com/oyvindln"><code>@​oyvindln</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/420">rust-lang/flate2-rs#420</a></li> <li>update maintenance guide with recent news by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/419">rust-lang/flate2-rs#419</a></li> <li>Check minimal version of Rust that compiles by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/421">rust-lang/flate2-rs#421</a></li> <li>Remove non-existent build in CI by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/422">rust-lang/flate2-rs#422</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/crazymerlyn"><code>@​crazymerlyn</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/423">rust-lang/flate2-rs#423</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md">flate2's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/367ec7476817925ef3215196826828e814b035be"><code>367ec74</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/423">#423</a> from crazymerlyn/memerror</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/6084e47797d58616f1c7adf818a048e8b0f015ad"><code>6084e47</code></a> Bump version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/d0fdac59646ea0d6cc61522405dada6113b0fc58"><code>d0fdac5</code></a> Return error instead of packing on Z_MEM_ERROR</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/5d1ecf6a979974cbf92f176628fb600440190aa7"><code>5d1ecf6</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/422">#422</a> from jongiddy/fix-main-ci</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/35b4a63dc3128e8f19ea53761abacdafeb6e13ab"><code>35b4a63</code></a> Remove non-existent build in CI</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/d616177ca3813066d7e92a29779706eb4b5a9ea2"><code>d616177</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/421">#421</a> from jongiddy/test-minimal-version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/140b285de79f6bffc9cc63e665851ce5f6e03586"><code>140b285</code></a> Check minimal version of Rust that compiles</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/74b3c7337123c36d9995e8209e206c510c808cfb"><code>74b3c73</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/419">#419</a> from Byron/maintenance-guide</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/af8bcdb7441c5ad9e108dea0d23b4582a1eb663d"><code>af8bcdb</code></a> update maintenance guide with recent news</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/dc6cab461c6c132ccd0fa9ee5c4604f0fd1bc9a2"><code>dc6cab4</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/420">#420</a> from oyvindln/update_miniz_oxide</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.31&new-version=1.0.32)](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>
2024-08-21 05:47:57 +03:00
[[package]]
name = "miniz_oxide"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
"adler2",
"simd-adler32",
chore(deps): Bump flate2 from 1.0.31 to 1.0.32 (#1479) Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.31 to 1.0.32. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.0.32 - turn panic into error</h2> <h2>What's Changed</h2> <h3>Fix</h3> <ul> <li>Return error instead of packing on Z_MEM_ERROR by <a href="https://github.com/crazymerlyn"><code>@​crazymerlyn</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/423">rust-lang/flate2-rs#423</a></li> </ul> <h3>Other</h3> <ul> <li>prepare new release by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/416">rust-lang/flate2-rs#416</a></li> <li>update miniz_oxide dependency to 0.8.x by <a href="https://github.com/oyvindln"><code>@​oyvindln</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/420">rust-lang/flate2-rs#420</a></li> <li>update maintenance guide with recent news by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/419">rust-lang/flate2-rs#419</a></li> <li>Check minimal version of Rust that compiles by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/421">rust-lang/flate2-rs#421</a></li> <li>Remove non-existent build in CI by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/422">rust-lang/flate2-rs#422</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/crazymerlyn"><code>@​crazymerlyn</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/423">rust-lang/flate2-rs#423</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md">flate2's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/367ec7476817925ef3215196826828e814b035be"><code>367ec74</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/423">#423</a> from crazymerlyn/memerror</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/6084e47797d58616f1c7adf818a048e8b0f015ad"><code>6084e47</code></a> Bump version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/d0fdac59646ea0d6cc61522405dada6113b0fc58"><code>d0fdac5</code></a> Return error instead of packing on Z_MEM_ERROR</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/5d1ecf6a979974cbf92f176628fb600440190aa7"><code>5d1ecf6</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/422">#422</a> from jongiddy/fix-main-ci</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/35b4a63dc3128e8f19ea53761abacdafeb6e13ab"><code>35b4a63</code></a> Remove non-existent build in CI</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/d616177ca3813066d7e92a29779706eb4b5a9ea2"><code>d616177</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/421">#421</a> from jongiddy/test-minimal-version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/140b285de79f6bffc9cc63e665851ce5f6e03586"><code>140b285</code></a> Check minimal version of Rust that compiles</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/74b3c7337123c36d9995e8209e206c510c808cfb"><code>74b3c73</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/419">#419</a> from Byron/maintenance-guide</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/af8bcdb7441c5ad9e108dea0d23b4582a1eb663d"><code>af8bcdb</code></a> update maintenance guide with recent news</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/dc6cab461c6c132ccd0fa9ee5c4604f0fd1bc9a2"><code>dc6cab4</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/420">#420</a> from oyvindln/update_miniz_oxide</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.31&new-version=1.0.32)](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>
2024-08-21 05:47:57 +03:00
]
2018-02-21 13:37:31 +03:00
[[package]]
name = "mio"
2024-09-11 22:32:24 +03:00
version = "1.0.2"
2018-02-21 13:37:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2018-02-21 13:37:31 +03:00
dependencies = [
2024-09-11 22:32:24 +03:00
"hermit-abi 0.3.9",
"libc",
"log",
"wasi",
2024-07-24 05:52:07 +03:00
"windows-sys 0.52.0",
]
[[package]]
name = "mirai-annotations"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
[[package]]
name = "moka"
chore(deps): Bump moka from 0.12.7 to 0.12.8 (#1408) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.7 to 0.12.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.8</h2> <h3>Fixed</h3> <ul> <li>Avoid to use recent versions (<code>v0.1.12</code> or newer) of <code>triomphe</code> crate to keep our MSRV (Minimum Supported Rust Version) at Rust 1.65 (<a href="https://redirect.github.com/moka-rs/moka/issues/426">#426</a>[gh-pull-0426], by [<a href="https://github.com/eaufavor"><code>@​eaufavor</code></a>][gh-eaufavor]). <ul> <li><code>triomphe@v0.1.12</code> requires Rust 1.76 or newer, so it will not compile with our MSRV.</li> </ul> </li> <li>docs: Fix per-entry expiration policy documentation (<a href="https://redirect.github.com/moka-rs/moka/issues/421">#421</a>[gh-pull-0421], by [<a href="https://github.com/arcstur"><code>@​arcstur</code></a>][gh-arcstur]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/ebf26103d66a5cb56310d24257f4d22e86fe5e98"><code>ebf2610</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/438">#438</a> from moka-rs/prepare-0.12.8</li> <li><a href="https://github.com/moka-rs/moka/commit/00c987dda2d86af6c98094a8ea4449e1f3fa3acd"><code>00c987d</code></a> Update the change log</li> <li><a href="https://github.com/moka-rs/moka/commit/f61dfc5516b566b672f4983344a39b5a43db5a17"><code>f61dfc5</code></a> Bump the version to 0.12.8</li> <li><a href="https://github.com/moka-rs/moka/commit/5a0cc075508df45e4df7764842efc093442e5e62"><code>5a0cc07</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/437">#437</a> from moka-rs/run-cirrusci-only-by-cron</li> <li><a href="https://github.com/moka-rs/moka/commit/36aa7d41ba90294e2e593d0db44f6fb7f7db2494"><code>36aa7d4</code></a> CI: Run Cirrus CI only by cron</li> <li><a href="https://github.com/moka-rs/moka/commit/4b83184c806b5a7658e4b9ba1fb150bf3b7165ca"><code>4b83184</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/436">#436</a> from moka-rs/remove-js-feature</li> <li><a href="https://github.com/moka-rs/moka/commit/bf10178e9e997bd9aec1ba24a19638cb801e4cb6"><code>bf10178</code></a> Remove an experimental <code>js</code> feature</li> <li><a href="https://github.com/moka-rs/moka/commit/8f19775e77185b76027ca372e2d57ba928d5d244"><code>8f19775</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/435">#435</a> from moka-rs/ci-remove-cargo-tarpaulin</li> <li><a href="https://github.com/moka-rs/moka/commit/5f19d5f7cd8d7bf95cba9bb4819c9c610efb9bea"><code>5f19d5f</code></a> Remove the CI for <code>cargo tarpaulin</code> + Coveralls</li> <li><a href="https://github.com/moka-rs/moka/commit/0476097c4ddfbe326d9f83955f145996d088fb8e"><code>0476097</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/434">#434</a> from moka-rs/fix-ci-2024-07-06/v0.12</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.7...v0.12.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.7&new-version=0.12.8)](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>
2024-07-08 06:22:45 +03:00
version = "0.12.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump moka from 0.12.7 to 0.12.8 (#1408) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.7 to 0.12.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.8</h2> <h3>Fixed</h3> <ul> <li>Avoid to use recent versions (<code>v0.1.12</code> or newer) of <code>triomphe</code> crate to keep our MSRV (Minimum Supported Rust Version) at Rust 1.65 (<a href="https://redirect.github.com/moka-rs/moka/issues/426">#426</a>[gh-pull-0426], by [<a href="https://github.com/eaufavor"><code>@​eaufavor</code></a>][gh-eaufavor]). <ul> <li><code>triomphe@v0.1.12</code> requires Rust 1.76 or newer, so it will not compile with our MSRV.</li> </ul> </li> <li>docs: Fix per-entry expiration policy documentation (<a href="https://redirect.github.com/moka-rs/moka/issues/421">#421</a>[gh-pull-0421], by [<a href="https://github.com/arcstur"><code>@​arcstur</code></a>][gh-arcstur]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/ebf26103d66a5cb56310d24257f4d22e86fe5e98"><code>ebf2610</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/438">#438</a> from moka-rs/prepare-0.12.8</li> <li><a href="https://github.com/moka-rs/moka/commit/00c987dda2d86af6c98094a8ea4449e1f3fa3acd"><code>00c987d</code></a> Update the change log</li> <li><a href="https://github.com/moka-rs/moka/commit/f61dfc5516b566b672f4983344a39b5a43db5a17"><code>f61dfc5</code></a> Bump the version to 0.12.8</li> <li><a href="https://github.com/moka-rs/moka/commit/5a0cc075508df45e4df7764842efc093442e5e62"><code>5a0cc07</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/437">#437</a> from moka-rs/run-cirrusci-only-by-cron</li> <li><a href="https://github.com/moka-rs/moka/commit/36aa7d41ba90294e2e593d0db44f6fb7f7db2494"><code>36aa7d4</code></a> CI: Run Cirrus CI only by cron</li> <li><a href="https://github.com/moka-rs/moka/commit/4b83184c806b5a7658e4b9ba1fb150bf3b7165ca"><code>4b83184</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/436">#436</a> from moka-rs/remove-js-feature</li> <li><a href="https://github.com/moka-rs/moka/commit/bf10178e9e997bd9aec1ba24a19638cb801e4cb6"><code>bf10178</code></a> Remove an experimental <code>js</code> feature</li> <li><a href="https://github.com/moka-rs/moka/commit/8f19775e77185b76027ca372e2d57ba928d5d244"><code>8f19775</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/435">#435</a> from moka-rs/ci-remove-cargo-tarpaulin</li> <li><a href="https://github.com/moka-rs/moka/commit/5f19d5f7cd8d7bf95cba9bb4819c9c610efb9bea"><code>5f19d5f</code></a> Remove the CI for <code>cargo tarpaulin</code> + Coveralls</li> <li><a href="https://github.com/moka-rs/moka/commit/0476097c4ddfbe326d9f83955f145996d088fb8e"><code>0476097</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/434">#434</a> from moka-rs/fix-ci-2024-07-06/v0.12</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.7...v0.12.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.7&new-version=0.12.8)](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>
2024-07-08 06:22:45 +03:00
checksum = "32cf62eb4dd975d2dde76432fb1075c49e3ee2331cf36f1f8fd4b66550d32b6f"
dependencies = [
"async-lock",
"async-trait",
"crossbeam-channel",
"crossbeam-epoch",
"crossbeam-utils",
2024-05-30 21:34:53 +03:00
"event-listener 5.3.1",
"futures-util",
"once_cell",
"parking_lot",
"quanta",
"rustc_version",
"smallvec",
"tagptr",
"thiserror",
"triomphe",
"uuid",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "multimap"
2023-10-25 06:16:37 +03:00
version = "0.9.1"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-25 06:16:37 +03:00
checksum = "e1a5d38b9b352dbd913288736af36af41c48d61b1a8cd34bcecd727561b7d511"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"serde",
]
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
]
2023-12-27 21:50:07 +03:00
[[package]]
name = "nix"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
]
[[package]]
name = "nom"
2023-01-17 00:15:23 +03:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-17 00:15:23 +03:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "num"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
dependencies = [
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint-dig"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
"smallvec",
"zeroize",
]
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
dependencies = [
"autocfg",
"num-traits",
]
2024-02-02 07:03:28 +03:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2023-12-27 21:50:07 +03:00
[[package]]
name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
"arrayvec",
"itoa",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "num-integer"
version = "0.1.46"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2017-09-30 13:55:44 +03:00
[[package]]
name = "num-traits"
version = "0.2.19"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2017-09-30 13:55:44 +03:00
dependencies = [
"autocfg",
"libm",
2017-09-30 13:55:44 +03:00
]
2017-10-09 14:29:03 +03:00
[[package]]
name = "num_cpus"
chore(deps): Bump num_cpus from 1.15.0 to 1.16.0 (#737) Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.15.0 to 1.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/num_cpus/releases">num_cpus's releases</a>.</em></p> <blockquote> <h2>v1.16.0</h2> <h2>Features</h2> <ul> <li>add support for AIX operating system</li> </ul> <h2>Fixes</h2> <ul> <li>update hermit-abi to 0.3.0</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mkroening"><code>@​mkroening</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/num_cpus/pull/128">seanmonstar/num_cpus#128</a></li> <li><a href="https://github.com/ecnelises"><code>@​ecnelises</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/num_cpus/pull/123">seanmonstar/num_cpus#123</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md">num_cpus's changelog</a>.</em></p> <blockquote> <h2>v1.16.0</h2> <h3>Features</h3> <ul> <li>add support for AIX operating system</li> </ul> <h3>Fixes</h3> <ul> <li>update hermit-abi to 0.3.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/num_cpus/commit/7c03fc930cc47a9b94e8ca66ca44ef1a454c8f51"><code>7c03fc9</code></a> v1.16.0</li> <li><a href="https://github.com/seanmonstar/num_cpus/commit/cd76834c4f3d3a9d00115c26c20829febf4d92fc"><code>cd76834</code></a> add funding file</li> <li><a href="https://github.com/seanmonstar/num_cpus/commit/f3e70815f99bcca7611f6ac18d65cfe9965d23ad"><code>f3e7081</code></a> Support AIX operating system (<a href="https://redirect.github.com/seanmonstar/num_cpus/issues/123">#123</a>)</li> <li><a href="https://github.com/seanmonstar/num_cpus/commit/edf035ceeb6a71f0a2dd7ab6420a7f3a76812c2b"><code>edf035c</code></a> Update CI badges (<a href="https://redirect.github.com/seanmonstar/num_cpus/issues/132">#132</a>)</li> <li><a href="https://github.com/seanmonstar/num_cpus/commit/3b6e5f03178738967caebf5398aaff8e9167c6b6"><code>3b6e5f0</code></a> Bump hermit-abi to 0.3.0 and don't restrict hermit-abi architectures (<a href="https://redirect.github.com/seanmonstar/num_cpus/issues/128">#128</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/num_cpus/compare/v1.15.0...v1.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=num_cpus&package-manager=cargo&previous-version=1.15.0&new-version=1.16.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>
2023-07-01 00:32:29 +03:00
version = "1.16.0"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump num_cpus from 1.15.0 to 1.16.0 (#737) Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.15.0 to 1.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/num_cpus/releases">num_cpus's releases</a>.</em></p> <blockquote> <h2>v1.16.0</h2> <h2>Features</h2> <ul> <li>add support for AIX operating system</li> </ul> <h2>Fixes</h2> <ul> <li>update hermit-abi to 0.3.0</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mkroening"><code>@​mkroening</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/num_cpus/pull/128">seanmonstar/num_cpus#128</a></li> <li><a href="https://github.com/ecnelises"><code>@​ecnelises</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/num_cpus/pull/123">seanmonstar/num_cpus#123</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md">num_cpus's changelog</a>.</em></p> <blockquote> <h2>v1.16.0</h2> <h3>Features</h3> <ul> <li>add support for AIX operating system</li> </ul> <h3>Fixes</h3> <ul> <li>update hermit-abi to 0.3.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/num_cpus/commit/7c03fc930cc47a9b94e8ca66ca44ef1a454c8f51"><code>7c03fc9</code></a> v1.16.0</li> <li><a href="https://github.com/seanmonstar/num_cpus/commit/cd76834c4f3d3a9d00115c26c20829febf4d92fc"><code>cd76834</code></a> add funding file</li> <li><a href="https://github.com/seanmonstar/num_cpus/commit/f3e70815f99bcca7611f6ac18d65cfe9965d23ad"><code>f3e7081</code></a> Support AIX operating system (<a href="https://redirect.github.com/seanmonstar/num_cpus/issues/123">#123</a>)</li> <li><a href="https://github.com/seanmonstar/num_cpus/commit/edf035ceeb6a71f0a2dd7ab6420a7f3a76812c2b"><code>edf035c</code></a> Update CI badges (<a href="https://redirect.github.com/seanmonstar/num_cpus/issues/132">#132</a>)</li> <li><a href="https://github.com/seanmonstar/num_cpus/commit/3b6e5f03178738967caebf5398aaff8e9167c6b6"><code>3b6e5f0</code></a> Bump hermit-abi to 0.3.0 and don't restrict hermit-abi architectures (<a href="https://redirect.github.com/seanmonstar/num_cpus/issues/128">#128</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/num_cpus/compare/v1.15.0...v1.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=num_cpus&package-manager=cargo&previous-version=1.15.0&new-version=1.16.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>
2023-07-01 00:32:29 +03:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2017-10-09 14:29:03 +03:00
dependencies = [
2024-09-11 22:32:24 +03:00
"hermit-abi 0.3.9",
"libc",
2018-02-21 13:37:31 +03:00
]
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
[[package]]
name = "object"
2024-10-20 01:21:51 +03:00
version = "0.36.5"
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
dependencies = [
"memchr",
]
2020-06-07 13:08:12 +03:00
[[package]]
name = "once_cell"
2024-10-20 01:21:51 +03:00
version = "1.20.2"
2020-06-07 13:08:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2020-06-07 13:08:12 +03:00
[[package]]
name = "oorandom"
version = "11.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
[[package]]
2023-09-30 12:58:49 +03:00
name = "openssl-probe"
version = "0.1.5"
2022-05-03 12:12:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-30 12:58:49 +03:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2019-06-19 12:34:06 +03:00
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "oxipng"
2024-07-19 05:54:42 +03:00
version = "9.1.2"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 05:54:42 +03:00
checksum = "ec25597808aff9f632f018f0fe8985c6f670598ac5241d220a9f2d32ff46812e"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"bitvec",
"clap",
"clap_mangen",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"crossbeam-channel",
"filetime",
2024-10-20 01:21:51 +03:00
"indexmap 2.6.0",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"libdeflater",
"log",
"rayon",
"rgb",
chore(deps): Bump quinn-proto from 0.11.3 to 0.11.8 (#1497) Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.3 to 0.11.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quinn-rs/quinn/releases">quinn-proto's releases</a>.</em></p> <blockquote> <h2>quinn-proto 0.11.5</h2> <h2>What's Changed</h2> <ul> <li>No workspace lints by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1955">quinn-rs/quinn#1955</a></li> </ul> <h2>quinn-proto 0.11.4</h2> <h2>What's Changed</h2> <ul> <li>Fix panic in example due to unset default crypto provider by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1882">quinn-rs/quinn#1882</a></li> <li>Fix zero-length connection IDs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1883">quinn-rs/quinn#1883</a></li> <li>Add support for NetBSD, fix OpenBSD by <a href="https://github.com/flub"><code>@​flub</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1884">quinn-rs/quinn#1884</a></li> <li>docs(udp): replace AsRawFd and AsRawSocket with AsFd and AsSocket by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1890">quinn-rs/quinn#1890</a></li> <li>Resolve stopped/received_reset futures on lost connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1886">quinn-rs/quinn#1886</a></li> <li>Bump version numbers (quinn 0.11.2, -proto 0.11.3) by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1891">quinn-rs/quinn#1891</a></li> <li>udp: bump version to 0.5.2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1892">quinn-rs/quinn#1892</a></li> <li>docs(quinn): Clarify effects of setting AckFrequencyConfig by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1894">quinn-rs/quinn#1894</a></li> <li>Apply clippy suggestions from Rust 1.79 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1895">quinn-rs/quinn#1895</a></li> <li>Only send MAX_STREAMS when &gt;1/8 of flow control window is consumed by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1898">quinn-rs/quinn#1898</a></li> <li>fix: remove unused dependency tracing-attributes by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1903">quinn-rs/quinn#1903</a></li> <li>proto: make initial destination cid configurable by <a href="https://github.com/thynson"><code>@​thynson</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1897">quinn-rs/quinn#1897</a></li> <li>Allow configuring rng seed through <code>EndpointConfig</code> by <a href="https://github.com/aochagavia"><code>@​aochagavia</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1901">quinn-rs/quinn#1901</a></li> <li>quinn: introduce waking helpers by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1908">quinn-rs/quinn#1908</a></li> <li>Wake blocked streams on 0-RTT rejection by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1905">quinn-rs/quinn#1905</a></li> <li>Upgrade to rustc-hash 2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1909">quinn-rs/quinn#1909</a></li> <li>Fix unnecessary Incoming warning on Endpoint drop by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1907">quinn-rs/quinn#1907</a></li> <li>Revise and add additional 0-rtt doc comments by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1826">quinn-rs/quinn#1826</a></li> <li>docs: remove reference to sendmmsg by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1914">quinn-rs/quinn#1914</a></li> <li>Fix debug assert with reordered ACKs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1893">quinn-rs/quinn#1893</a></li> <li>quinn: Make <code>Endpoint::client</code> dual-stack V6 by default by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1913">quinn-rs/quinn#1913</a></li> <li>bench(udp): measure non-GSO &amp; GSO on localhost by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1915">quinn-rs/quinn#1915</a></li> <li>proto: avoid overflow in handshake done statistic by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1918">quinn-rs/quinn#1918</a></li> <li>Use workspace dependencies for all external dependencies by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1919">quinn-rs/quinn#1919</a></li> <li>Fix lack of reexport of ConnectionStats and ResetError by <a href="https://github.com/TirushOne"><code>@​TirushOne</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1920">quinn-rs/quinn#1920</a></li> <li>[non-breaking] deps(udp): make tracing optional and add optional log by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1923">quinn-rs/quinn#1923</a></li> <li>fix(udp): feature flag tracing in windows.rs by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1932">quinn-rs/quinn#1932</a></li> <li>Bump MSRV to 1.70 following tokio 1.39 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1939">quinn-rs/quinn#1939</a></li> <li>Raise default idle timeout to 30 seconds by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1938">quinn-rs/quinn#1938</a></li> <li>Discard pre-handshake packets after the handshake by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1937">quinn-rs/quinn#1937</a></li> <li>Apply suggestions from Clippy 1.80 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1941">quinn-rs/quinn#1941</a></li> <li>chore(quinn): feature flag socket2 imports by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1933">quinn-rs/quinn#1933</a></li> <li>refactor: move rust-version to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1940">quinn-rs/quinn#1940</a></li> <li>chore: move common package data to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1943">quinn-rs/quinn#1943</a></li> <li>Endpoint stats interface by <a href="https://github.com/ryleung-solana"><code>@​ryleung-solana</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1900">quinn-rs/quinn#1900</a></li> <li>Expose the Handshake Confirmed state by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1944">quinn-rs/quinn#1944</a></li> <li>Exclude metrics with freestanding getters from EndpointStats by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1945">quinn-rs/quinn#1945</a></li> <li>Fix incorrect initial DCID indexing on retried connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1946">quinn-rs/quinn#1946</a></li> <li>Add expect message to unwrap in PacketBuilder by <a href="https://github.com/casey"><code>@​casey</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1951">quinn-rs/quinn#1951</a></li> <li>Revert &quot;proto: yield transport error for Initial packets with no CRYPTO&quot; by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1952">quinn-rs/quinn#1952</a></li> <li>refactor(udp): introduce log facade by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1935">quinn-rs/quinn#1935</a></li> <li>Update cargo-deny-action to v2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1953">quinn-rs/quinn#1953</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quinn-rs/quinn/commit/7c09b02073783830abb7304fc4642c5452cc6853"><code>7c09b02</code></a> proto: bump version to 0.11.8 for release (<a href="https://redirect.github.com/quinn-rs/quinn/issues/1981">#1981</a>)</li> <li><a href="https://github.com/quinn-rs/quinn/commit/59bccd2e7e8fbab4a8d178596daf951705ff5ca9"><code>59bccd2</code></a> Version bump <code>quinn</code> to enforce patched <code>quinn-proto</code></li> <li><a href="https://github.com/quinn-rs/quinn/commit/a8ec510fd171380a50bd9b99f20a772980aabe47"><code>a8ec510</code></a> proto: avoid panicking on rustls server config errors</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c26e8cd2f781e2cf83aa6cac09fd051ddc25a4e8"><code>c26e8cd</code></a> Bump versions</li> <li><a href="https://github.com/quinn-rs/quinn/commit/e01609ccd8738bd438d86fa7185a0f85598cb58f"><code>e01609c</code></a> Merge commit from fork</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c292a3c6a60b9b67c82dfaf5b2dab212d8f4a530"><code>c292a3c</code></a> Fix and test validation of IDCID length</li> <li><a href="https://github.com/quinn-rs/quinn/commit/bb02a12a8435a7732a1d762783eeacbb7e50418e"><code>bb02a12</code></a> fix(.github/android): use API level 26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/5e5cc936450e7a843f88ed4008d5df9374fb7dd8"><code>5e5cc93</code></a> fix(.github/android): pass matrix.target and increase api to v26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/cef42cccef6fb6f02527ae4b2f42d7f7da878f62"><code>cef42cc</code></a> fix(udp): typo in sendmsg error log</li> <li><a href="https://github.com/quinn-rs/quinn/commit/edf16a6f106379681509f229b6e45539fa3eebdb"><code>edf16a6</code></a> ci(rust.yml): add workflow testing feature permutations</li> <li>Additional commits viewable in <a href="https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.3...quinn-proto-0.11.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quinn-proto&package-manager=cargo&previous-version=0.11.3&new-version=0.11.8)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/maplibre/martin/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 00:16:55 +03:00
"rustc-hash 1.1.0",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"rustc_version",
"zopfli",
]
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
[[package]]
name = "parking"
2024-09-11 22:32:24 +03:00
version = "2.2.1"
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
[[package]]
name = "parking_lot"
2024-05-25 08:17:26 +03:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-25 08:17:26 +03:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
dependencies = [
"lock_api",
"parking_lot_core",
]
2022-05-03 12:12:54 +03:00
[[package]]
name = "parking_lot_core"
version = "0.9.10"
2022-05-03 12:12:54 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2022-05-03 12:12:54 +03:00
dependencies = [
"cfg-if",
2022-05-03 12:12:54 +03:00
"libc",
"redox_syscall 0.5.7",
2022-05-03 12:12:54 +03:00
"smallvec",
"windows-targets 0.52.6",
2022-05-03 12:12:54 +03:00
]
[[package]]
name = "parse-display"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6509d08722b53e8dafe97f2027b22ccbe3a5db83cb352931e9716b0aa44bc5c"
dependencies = [
"once_cell",
"parse-display-derive 0.8.2",
"regex",
]
[[package]]
name = "parse-display"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914a1c2265c98e2446911282c6ac86d8524f495792c38c5bd884f80499c7538a"
dependencies = [
"parse-display-derive 0.9.1",
"regex",
"regex-syntax 0.8.5",
]
[[package]]
name = "parse-display-derive"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68517892c8daf78da08c0db777fcc17e07f2f63ef70041718f8a7630ad84f341"
dependencies = [
"once_cell",
"proc-macro2",
"quote",
"regex",
2023-10-10 09:41:56 +03:00
"regex-syntax 0.7.5",
"structmeta 0.2.0",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "parse-display-derive"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281"
dependencies = [
"proc-macro2",
"quote",
"regex",
"regex-syntax 0.8.5",
"structmeta 0.3.0",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "path-matchers"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36cd9b72a47679ec193a5f0229d9ab686b7bd45e1fbc59ccf953c9f3d83f7b2b"
dependencies = [
"glob",
]
[[package]]
name = "path-slash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "498a099351efa4becc6a19c72aa9270598e8fd274ca47052e37455241c88b696"
[[package]]
name = "pbf_font_tools"
chore(deps): Bump pbf_font_tools from 2.5.0 to 2.5.1 (#1191) Bumps [pbf_font_tools](https://github.com/stadiamaps/sdf_font_tools) from 2.5.0 to 2.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stadiamaps/sdf_font_tools/releases">pbf_font_tools's releases</a>.</em></p> <blockquote> <h2>tools-v2.5.1</h2> <h2>What's Changed</h2> <ul> <li>Housekeeping by <a href="https://github.com/ianthetechie"><code>@​ianthetechie</code></a> in <a href="https://redirect.github.com/stadiamaps/sdf_font_tools/pull/17">stadiamaps/sdf_font_tools#17</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stadiamaps/sdf_font_tools/compare/cli-v1.4.1...sdf-v1.0.1">https://github.com/stadiamaps/sdf_font_tools/compare/cli-v1.4.1...sdf-v1.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stadiamaps/sdf_font_tools/commit/011f994a593af4b5bb3e95d3157cafe788fb207c"><code>011f994</code></a> Housekeeping (<a href="https://redirect.github.com/stadiamaps/sdf_font_tools/issues/17">#17</a>)</li> <li><a href="https://github.com/stadiamaps/sdf_font_tools/commit/97c5634b8e3515ac7761d0a4f67d12e7f688b042"><code>97c5634</code></a> Fix CI issues round 2</li> <li>See full diff in <a href="https://github.com/stadiamaps/sdf_font_tools/compare/tools-v2.5.0...tools-v2.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pbf_font_tools&package-manager=cargo&previous-version=2.5.0&new-version=2.5.1)](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>
2024-02-13 05:59:51 +03:00
version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump pbf_font_tools from 2.5.0 to 2.5.1 (#1191) Bumps [pbf_font_tools](https://github.com/stadiamaps/sdf_font_tools) from 2.5.0 to 2.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stadiamaps/sdf_font_tools/releases">pbf_font_tools's releases</a>.</em></p> <blockquote> <h2>tools-v2.5.1</h2> <h2>What's Changed</h2> <ul> <li>Housekeeping by <a href="https://github.com/ianthetechie"><code>@​ianthetechie</code></a> in <a href="https://redirect.github.com/stadiamaps/sdf_font_tools/pull/17">stadiamaps/sdf_font_tools#17</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stadiamaps/sdf_font_tools/compare/cli-v1.4.1...sdf-v1.0.1">https://github.com/stadiamaps/sdf_font_tools/compare/cli-v1.4.1...sdf-v1.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stadiamaps/sdf_font_tools/commit/011f994a593af4b5bb3e95d3157cafe788fb207c"><code>011f994</code></a> Housekeeping (<a href="https://redirect.github.com/stadiamaps/sdf_font_tools/issues/17">#17</a>)</li> <li><a href="https://github.com/stadiamaps/sdf_font_tools/commit/97c5634b8e3515ac7761d0a4f67d12e7f688b042"><code>97c5634</code></a> Fix CI issues round 2</li> <li>See full diff in <a href="https://github.com/stadiamaps/sdf_font_tools/compare/tools-v2.5.0...tools-v2.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pbf_font_tools&package-manager=cargo&previous-version=2.5.0&new-version=2.5.1)](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>
2024-02-13 05:59:51 +03:00
checksum = "badfb0f3113910e4bde7e68975d0c2b85d2b48c3e68842c0cebbb80430e9f61c"
dependencies = [
"futures",
"glob",
"protobuf",
"protobuf-codegen",
"protoc-bin-vendored",
"sdf_glyph_renderer",
"thiserror",
"tokio",
]
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
2019-07-28 18:05:15 +03:00
[[package]]
name = "percent-encoding"
2023-11-27 07:10:29 +03:00
version = "2.3.1"
2019-07-28 18:05:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 07:10:29 +03:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2018-02-21 13:37:31 +03:00
[[package]]
2020-10-31 13:07:04 +03:00
name = "phf"
2023-07-03 13:43:29 +03:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 13:43:29 +03:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
2020-10-31 13:07:04 +03:00
"phf_shared",
]
[[package]]
2020-10-31 13:07:04 +03:00
name = "phf_shared"
2023-07-03 13:43:29 +03:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 13:43:29 +03:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
2020-10-31 13:07:04 +03:00
"siphasher",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "pico-args"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
[[package]]
name = "pin-project"
2024-10-20 01:21:51 +03:00
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2024-10-20 01:21:51 +03:00
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
2020-12-20 15:45:58 +03:00
[[package]]
name = "pin-project-lite"
2024-04-09 23:04:40 +03:00
version = "0.2.14"
2020-12-20 15:45:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2020-12-20 15:45:58 +03:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2017-10-09 14:29:03 +03:00
[[package]]
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
"der",
"pkcs8",
"spki",
]
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
]
[[package]]
name = "pkg-config"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
[[package]]
name = "plotters"
2024-09-11 22:32:24 +03:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
2024-09-11 22:32:24 +03:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
[[package]]
name = "plotters-svg"
2024-09-11 22:32:24 +03:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
dependencies = [
"plotters-backend",
]
[[package]]
name = "pmtiles"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d18dabde2a77b24221be77404aa1adb4998715447abf4b6d87d550d6a9f4df75"
dependencies = [
"async-compression",
"bytes",
"fmmap",
"hilbert_2d",
"reqwest",
"serde",
"serde_json",
"thiserror",
"tilejson",
"tokio",
"varint-rs",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "png"
version = "0.17.14"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
2023-07-03 13:43:29 +03:00
"bitflags 1.3.2",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"crc32fast",
"fdeflate",
"flate2",
"miniz_oxide",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
]
[[package]]
name = "postgis"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b52406590b7a682cadd0f0339c43905eb323568e84a2e97e855ef92645e0ec09"
dependencies = [
"byteorder",
"bytes",
"postgres-types",
]
2017-09-30 13:55:44 +03:00
[[package]]
2017-10-09 14:29:03 +03:00
name = "postgres"
version = "0.19.9"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95c918733159f4d55d2ceb262950f00b0aebd6af4aa97b5a47bb0655120475ed"
2017-10-09 14:29:03 +03:00
dependencies = [
"bytes",
2023-11-27 07:10:29 +03:00
"fallible-iterator 0.2.0",
"futures-util",
"log",
"tokio",
"tokio-postgres",
]
2017-09-30 13:55:44 +03:00
[[package]]
2017-10-09 14:29:03 +03:00
name = "postgres-protocol"
chore(deps): Bump postgres-protocol from 0.6.6 to 0.6.7 (#1426) Bumps [postgres-protocol](https://github.com/sfackler/rust-postgres) from 0.6.6 to 0.6.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sfackler/rust-postgres/commit/c3580774fcdc4597dac81e1128ef8bef1e6ff3a7"><code>c358077</code></a> Release postgres-protocol v0.6.7</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/4b9cdca708ca515a2da13e181a6ddc05e5590e67"><code>4b9cdca</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1162">#1162</a> from sfackler/transaction-builder-cancellation</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/a0b2d701ebee8fd5c5b3d6ee5cf0cde5d7f36a65"><code>a0b2d70</code></a> Fix cancellation of TransactionBuilder::start</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/a1bdd0bf15325cdc05fcfe3c0671953b2a8c7981"><code>a1bdd0b</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1160">#1160</a> from sfackler/query-typed-cleanup</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/71c836b980799256a7f266195382fc8449fca5e4"><code>71c836b</code></a> query_typed tweaks</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/257bcfd283479de024330bc6e8919d61da5e2b98"><code>257bcfd</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1147">#1147</a> from exograph/exograph</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/0fa32471ef2e20b7f2e554d6d97cde3a67f1d494"><code>0fa3247</code></a> Fix a clippy warning</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/dbd4d02e2f3a367b949e356e9dda40c08272d954"><code>dbd4d02</code></a> Address review comment to rename query_with_param_types to query_typed</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/647a9256b80ef961b8065678f41745ca040202b5"><code>647a925</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1144">#1144</a> from rigby-dane/add_row_description</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/2647024c660ca27701898325a8772b83bece4982"><code>2647024</code></a> PR Fix: Clone first then move</li> <li>Additional commits viewable in <a href="https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.6.6...postgres-protocol-v0.6.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postgres-protocol&package-manager=cargo&previous-version=0.6.6&new-version=0.6.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 06:12:19 +03:00
version = "0.6.7"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump postgres-protocol from 0.6.6 to 0.6.7 (#1426) Bumps [postgres-protocol](https://github.com/sfackler/rust-postgres) from 0.6.6 to 0.6.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sfackler/rust-postgres/commit/c3580774fcdc4597dac81e1128ef8bef1e6ff3a7"><code>c358077</code></a> Release postgres-protocol v0.6.7</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/4b9cdca708ca515a2da13e181a6ddc05e5590e67"><code>4b9cdca</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1162">#1162</a> from sfackler/transaction-builder-cancellation</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/a0b2d701ebee8fd5c5b3d6ee5cf0cde5d7f36a65"><code>a0b2d70</code></a> Fix cancellation of TransactionBuilder::start</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/a1bdd0bf15325cdc05fcfe3c0671953b2a8c7981"><code>a1bdd0b</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1160">#1160</a> from sfackler/query-typed-cleanup</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/71c836b980799256a7f266195382fc8449fca5e4"><code>71c836b</code></a> query_typed tweaks</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/257bcfd283479de024330bc6e8919d61da5e2b98"><code>257bcfd</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1147">#1147</a> from exograph/exograph</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/0fa32471ef2e20b7f2e554d6d97cde3a67f1d494"><code>0fa3247</code></a> Fix a clippy warning</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/dbd4d02e2f3a367b949e356e9dda40c08272d954"><code>dbd4d02</code></a> Address review comment to rename query_with_param_types to query_typed</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/647a9256b80ef961b8065678f41745ca040202b5"><code>647a925</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1144">#1144</a> from rigby-dane/add_row_description</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/2647024c660ca27701898325a8772b83bece4982"><code>2647024</code></a> PR Fix: Clone first then move</li> <li>Additional commits viewable in <a href="https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.6.6...postgres-protocol-v0.6.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postgres-protocol&package-manager=cargo&previous-version=0.6.6&new-version=0.6.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 06:12:19 +03:00
checksum = "acda0ebdebc28befa84bee35e651e4c5f09073d668c7aed4cf7e23c3cda84b23"
2017-10-09 14:29:03 +03:00
dependencies = [
chore(deps): Bump postgres-protocol from 0.6.6 to 0.6.7 (#1426) Bumps [postgres-protocol](https://github.com/sfackler/rust-postgres) from 0.6.6 to 0.6.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sfackler/rust-postgres/commit/c3580774fcdc4597dac81e1128ef8bef1e6ff3a7"><code>c358077</code></a> Release postgres-protocol v0.6.7</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/4b9cdca708ca515a2da13e181a6ddc05e5590e67"><code>4b9cdca</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1162">#1162</a> from sfackler/transaction-builder-cancellation</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/a0b2d701ebee8fd5c5b3d6ee5cf0cde5d7f36a65"><code>a0b2d70</code></a> Fix cancellation of TransactionBuilder::start</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/a1bdd0bf15325cdc05fcfe3c0671953b2a8c7981"><code>a1bdd0b</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1160">#1160</a> from sfackler/query-typed-cleanup</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/71c836b980799256a7f266195382fc8449fca5e4"><code>71c836b</code></a> query_typed tweaks</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/257bcfd283479de024330bc6e8919d61da5e2b98"><code>257bcfd</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1147">#1147</a> from exograph/exograph</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/0fa32471ef2e20b7f2e554d6d97cde3a67f1d494"><code>0fa3247</code></a> Fix a clippy warning</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/dbd4d02e2f3a367b949e356e9dda40c08272d954"><code>dbd4d02</code></a> Address review comment to rename query_with_param_types to query_typed</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/647a9256b80ef961b8065678f41745ca040202b5"><code>647a925</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-postgres/issues/1144">#1144</a> from rigby-dane/add_row_description</li> <li><a href="https://github.com/sfackler/rust-postgres/commit/2647024c660ca27701898325a8772b83bece4982"><code>2647024</code></a> PR Fix: Clone first then move</li> <li>Additional commits viewable in <a href="https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.6.6...postgres-protocol-v0.6.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postgres-protocol&package-manager=cargo&previous-version=0.6.6&new-version=0.6.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 06:12:19 +03:00
"base64 0.22.1",
"byteorder",
"bytes",
2023-11-27 07:10:29 +03:00
"fallible-iterator 0.2.0",
"hmac",
"md-5",
"memchr",
"rand",
"sha2",
"stringprep",
2017-10-09 14:29:03 +03:00
]
2017-09-30 13:55:44 +03:00
[[package]]
name = "postgres-types"
version = "0.2.8"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f"
2017-09-30 13:55:44 +03:00
dependencies = [
"bytes",
2023-11-27 07:10:29 +03:00
"fallible-iterator 0.2.0",
"postgres-protocol",
"serde",
"serde_json",
"time",
"uuid",
2017-10-09 14:29:03 +03:00
]
2023-10-16 08:12:58 +03:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2023-12-27 21:50:07 +03:00
[[package]]
name = "pprof"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5c97c51bd34c7e742402e216abdeb44d415fbe6ae41d56b114723e953711cb"
dependencies = [
"backtrace",
"cfg-if",
"criterion",
"findshlibs",
"inferno",
"libc",
"log",
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
"nix",
2023-12-27 21:50:07 +03:00
"once_cell",
"parking_lot",
"smallvec",
"symbolic-demangle",
"tempfile",
"thiserror",
]
[[package]]
name = "ppv-lite86"
2024-09-11 22:32:24 +03:00
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2024-07-30 17:53:22 +03:00
dependencies = [
"zerocopy",
]
[[package]]
name = "pretty_assertions"
chore(deps): Bump pretty_assertions from 1.4.0 to 1.4.1 (#1514) Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.4.0 to 1.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases">pretty_assertions's releases</a>.</em></p> <blockquote> <h2>v1.4.1</h2> <h2>Fixed</h2> <ul> <li>Show feature-flagged code in documentation. Thanks to <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> for the fix! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130">#130</a>)</li> </ul> <h2>Internal</h2> <ul> <li>Bump <code>yansi</code> version to <code>1.x</code>. Thanks to <a href="https://github.com/SergioBenitez"><code>@​SergioBenitez</code></a> for the update, and maintaining this library! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121">#121</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md">pretty_assertions's changelog</a>.</em></p> <blockquote> <h1>v1.4.1</h1> <h2>Fixed</h2> <ul> <li>Show feature-flagged code in documentation. Thanks to <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> for the fix! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130">#130</a>)</li> </ul> <h2>Internal</h2> <ul> <li>Bump <code>yansi</code> version to <code>1.x</code>. Thanks to <a href="https://github.com/SergioBenitez"><code>@​SergioBenitez</code></a> for the update, and maintaining this library! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121">#121</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/f5c5b24258739cf3918d4165a17b43c1cddadfc2"><code>f5c5b24</code></a> chore: prep 1.4.1 release</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/d34d5243e43cb7195fe0c679681f8d9c8be6f2fe"><code>d34d524</code></a> chore: display feature-flagged docs on docs.rs</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/fac427368f5b4a3649f08f7f51428d1238bdd182"><code>fac4273</code></a> Merge pull request <a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/issues/131">#131</a> from sandydoo/fix-yansi-deprecation</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/1e51cce1a96a2aece7cf2273612df3cd4744aad3"><code>1e51cce</code></a> chore: rename deprecated yansi methods</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/4a0e5a3e068cb7308413809fa60a8a5c0b741787"><code>4a0e5a3</code></a> Merge pull request <a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/issues/121">#121</a> from SergioBenitez/yansi-update</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/08838fe45ecc56b994a850d809907de81251754f"><code>08838fe</code></a> internal: bump MSRV to 1.63.0 for yansi</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/777387d221473b5b8c2989d0bb2d75a03eacd7d0"><code>777387d</code></a> ci: bump runner to windows-2022</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/35c08fe290b5aea35b30a49a75644e4b552dd3ee"><code>35c08fe</code></a> chore: update 'yansi' to 1.0.0-rc</li> <li>See full diff in <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pretty_assertions&package-manager=cargo&previous-version=1.4.0&new-version=1.4.1)](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>
2024-09-16 06:06:18 +03:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump pretty_assertions from 1.4.0 to 1.4.1 (#1514) Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.4.0 to 1.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases">pretty_assertions's releases</a>.</em></p> <blockquote> <h2>v1.4.1</h2> <h2>Fixed</h2> <ul> <li>Show feature-flagged code in documentation. Thanks to <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> for the fix! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130">#130</a>)</li> </ul> <h2>Internal</h2> <ul> <li>Bump <code>yansi</code> version to <code>1.x</code>. Thanks to <a href="https://github.com/SergioBenitez"><code>@​SergioBenitez</code></a> for the update, and maintaining this library! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121">#121</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md">pretty_assertions's changelog</a>.</em></p> <blockquote> <h1>v1.4.1</h1> <h2>Fixed</h2> <ul> <li>Show feature-flagged code in documentation. Thanks to <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> for the fix! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130">#130</a>)</li> </ul> <h2>Internal</h2> <ul> <li>Bump <code>yansi</code> version to <code>1.x</code>. Thanks to <a href="https://github.com/SergioBenitez"><code>@​SergioBenitez</code></a> for the update, and maintaining this library! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121">#121</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/f5c5b24258739cf3918d4165a17b43c1cddadfc2"><code>f5c5b24</code></a> chore: prep 1.4.1 release</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/d34d5243e43cb7195fe0c679681f8d9c8be6f2fe"><code>d34d524</code></a> chore: display feature-flagged docs on docs.rs</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/fac427368f5b4a3649f08f7f51428d1238bdd182"><code>fac4273</code></a> Merge pull request <a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/issues/131">#131</a> from sandydoo/fix-yansi-deprecation</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/1e51cce1a96a2aece7cf2273612df3cd4744aad3"><code>1e51cce</code></a> chore: rename deprecated yansi methods</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/4a0e5a3e068cb7308413809fa60a8a5c0b741787"><code>4a0e5a3</code></a> Merge pull request <a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/issues/121">#121</a> from SergioBenitez/yansi-update</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/08838fe45ecc56b994a850d809907de81251754f"><code>08838fe</code></a> internal: bump MSRV to 1.63.0 for yansi</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/777387d221473b5b8c2989d0bb2d75a03eacd7d0"><code>777387d</code></a> ci: bump runner to windows-2022</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/35c08fe290b5aea35b30a49a75644e4b552dd3ee"><code>35c08fe</code></a> chore: update 'yansi' to 1.0.0-rc</li> <li>See full diff in <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pretty_assertions&package-manager=cargo&previous-version=1.4.0&new-version=1.4.1)](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>
2024-09-16 06:06:18 +03:00
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
dependencies = [
"diff",
"yansi",
]
[[package]]
name = "prettyplease"
2024-10-20 01:21:51 +03:00
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "904afd36257cdb6ce0bee88b7981847bd7b955e5e216bb32f466b302923ad446"
dependencies = [
"proc-macro2",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
2024-05-30 21:34:53 +03:00
[[package]]
name = "proc-macro-crate"
2024-09-11 22:32:24 +03:00
version = "3.2.0"
2024-05-30 21:34:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
2024-05-30 21:34:53 +03:00
dependencies = [
"toml_edit",
]
2019-08-20 12:19:04 +03:00
[[package]]
name = "proc-macro2"
2024-10-20 01:21:51 +03:00
version = "1.0.88"
2019-08-20 12:19:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
2019-08-20 12:19:04 +03:00
dependencies = [
"unicode-ident",
2019-08-20 12:19:04 +03:00
]
[[package]]
name = "protobuf"
2024-10-20 01:21:51 +03:00
version = "3.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "a3a7c64d9bf75b1b8d981124c14c179074e8caa7dfe7b6a12e6222ddcd0c8f72"
dependencies = [
"once_cell",
"protobuf-support",
"thiserror",
]
[[package]]
name = "protobuf-codegen"
2024-10-20 01:21:51 +03:00
version = "3.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "e26b833f144769a30e04b1db0146b2aaa53fd2fd83acf10a6b5f996606c18144"
dependencies = [
"anyhow",
"once_cell",
"protobuf",
"protobuf-parse",
"regex",
"tempfile",
"thiserror",
]
[[package]]
name = "protobuf-parse"
2024-10-20 01:21:51 +03:00
version = "3.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "322330e133eab455718444b4e033ebfac7c6528972c784fcde28d2cc783c6257"
dependencies = [
"anyhow",
2024-10-20 01:21:51 +03:00
"indexmap 2.6.0",
"log",
"protobuf",
"protobuf-support",
"tempfile",
"thiserror",
"which",
]
[[package]]
name = "protobuf-support"
2024-10-20 01:21:51 +03:00
version = "3.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "b088fd20b938a875ea00843b6faf48579462630015c3788d397ad6a786663252"
dependencies = [
"thiserror",
]
[[package]]
name = "protoc-bin-vendored"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd89a830d0eab2502c81a9b8226d446a52998bb78e5e33cb2637c0cdd6068d99"
dependencies = [
"protoc-bin-vendored-linux-aarch_64",
"protoc-bin-vendored-linux-ppcle_64",
"protoc-bin-vendored-linux-x86_32",
"protoc-bin-vendored-linux-x86_64",
"protoc-bin-vendored-macos-aarch_64",
"protoc-bin-vendored-macos-x86_64",
"protoc-bin-vendored-win32",
]
[[package]]
name = "protoc-bin-vendored-linux-aarch_64"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f563627339f1653ea1453dfbcb4398a7369b768925eb14499457aeaa45afe22c"
[[package]]
name = "protoc-bin-vendored-linux-ppcle_64"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5025c949a02cd3b60c02501dd0f348c16e8fff464f2a7f27db8a9732c608b746"
[[package]]
name = "protoc-bin-vendored-linux-x86_32"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c9500ce67d132c2f3b572504088712db715755eb9adf69d55641caa2cb68a07"
[[package]]
name = "protoc-bin-vendored-linux-x86_64"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5462592380cefdc9f1f14635bcce70ba9c91c1c2464c7feb2ce564726614cc41"
[[package]]
name = "protoc-bin-vendored-macos-aarch_64"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c637745681b68b4435484543667a37606c95ddacf15e917710801a0877506030"
[[package]]
name = "protoc-bin-vendored-macos-x86_64"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38943f3c90319d522f94a6dfd4a134ba5e36148b9506d2d9723a82ebc57c8b55"
[[package]]
name = "protoc-bin-vendored-win32"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dc55d7dec32ecaf61e0bd90b3d2392d721a28b95cfd23c3e176eccefbeab2f2"
[[package]]
name = "quanta"
2024-04-09 23:04:40 +03:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5"
dependencies = [
"crossbeam-utils",
"libc",
"once_cell",
"raw-cpuid",
"wasi",
"web-sys",
"winapi",
]
2023-12-27 21:50:07 +03:00
[[package]]
name = "quick-xml"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
dependencies = [
"memchr",
]
[[package]]
name = "quinn"
2024-09-11 22:32:24 +03:00
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
dependencies = [
"bytes",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
2024-09-11 22:32:24 +03:00
"rustc-hash 2.0.0",
"rustls",
2024-09-11 22:32:24 +03:00
"socket2",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "quinn-proto"
chore(deps): Bump quinn-proto from 0.11.3 to 0.11.8 (#1497) Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.3 to 0.11.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quinn-rs/quinn/releases">quinn-proto's releases</a>.</em></p> <blockquote> <h2>quinn-proto 0.11.5</h2> <h2>What's Changed</h2> <ul> <li>No workspace lints by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1955">quinn-rs/quinn#1955</a></li> </ul> <h2>quinn-proto 0.11.4</h2> <h2>What's Changed</h2> <ul> <li>Fix panic in example due to unset default crypto provider by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1882">quinn-rs/quinn#1882</a></li> <li>Fix zero-length connection IDs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1883">quinn-rs/quinn#1883</a></li> <li>Add support for NetBSD, fix OpenBSD by <a href="https://github.com/flub"><code>@​flub</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1884">quinn-rs/quinn#1884</a></li> <li>docs(udp): replace AsRawFd and AsRawSocket with AsFd and AsSocket by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1890">quinn-rs/quinn#1890</a></li> <li>Resolve stopped/received_reset futures on lost connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1886">quinn-rs/quinn#1886</a></li> <li>Bump version numbers (quinn 0.11.2, -proto 0.11.3) by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1891">quinn-rs/quinn#1891</a></li> <li>udp: bump version to 0.5.2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1892">quinn-rs/quinn#1892</a></li> <li>docs(quinn): Clarify effects of setting AckFrequencyConfig by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1894">quinn-rs/quinn#1894</a></li> <li>Apply clippy suggestions from Rust 1.79 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1895">quinn-rs/quinn#1895</a></li> <li>Only send MAX_STREAMS when &gt;1/8 of flow control window is consumed by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1898">quinn-rs/quinn#1898</a></li> <li>fix: remove unused dependency tracing-attributes by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1903">quinn-rs/quinn#1903</a></li> <li>proto: make initial destination cid configurable by <a href="https://github.com/thynson"><code>@​thynson</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1897">quinn-rs/quinn#1897</a></li> <li>Allow configuring rng seed through <code>EndpointConfig</code> by <a href="https://github.com/aochagavia"><code>@​aochagavia</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1901">quinn-rs/quinn#1901</a></li> <li>quinn: introduce waking helpers by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1908">quinn-rs/quinn#1908</a></li> <li>Wake blocked streams on 0-RTT rejection by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1905">quinn-rs/quinn#1905</a></li> <li>Upgrade to rustc-hash 2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1909">quinn-rs/quinn#1909</a></li> <li>Fix unnecessary Incoming warning on Endpoint drop by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1907">quinn-rs/quinn#1907</a></li> <li>Revise and add additional 0-rtt doc comments by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1826">quinn-rs/quinn#1826</a></li> <li>docs: remove reference to sendmmsg by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1914">quinn-rs/quinn#1914</a></li> <li>Fix debug assert with reordered ACKs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1893">quinn-rs/quinn#1893</a></li> <li>quinn: Make <code>Endpoint::client</code> dual-stack V6 by default by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1913">quinn-rs/quinn#1913</a></li> <li>bench(udp): measure non-GSO &amp; GSO on localhost by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1915">quinn-rs/quinn#1915</a></li> <li>proto: avoid overflow in handshake done statistic by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1918">quinn-rs/quinn#1918</a></li> <li>Use workspace dependencies for all external dependencies by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1919">quinn-rs/quinn#1919</a></li> <li>Fix lack of reexport of ConnectionStats and ResetError by <a href="https://github.com/TirushOne"><code>@​TirushOne</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1920">quinn-rs/quinn#1920</a></li> <li>[non-breaking] deps(udp): make tracing optional and add optional log by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1923">quinn-rs/quinn#1923</a></li> <li>fix(udp): feature flag tracing in windows.rs by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1932">quinn-rs/quinn#1932</a></li> <li>Bump MSRV to 1.70 following tokio 1.39 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1939">quinn-rs/quinn#1939</a></li> <li>Raise default idle timeout to 30 seconds by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1938">quinn-rs/quinn#1938</a></li> <li>Discard pre-handshake packets after the handshake by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1937">quinn-rs/quinn#1937</a></li> <li>Apply suggestions from Clippy 1.80 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1941">quinn-rs/quinn#1941</a></li> <li>chore(quinn): feature flag socket2 imports by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1933">quinn-rs/quinn#1933</a></li> <li>refactor: move rust-version to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1940">quinn-rs/quinn#1940</a></li> <li>chore: move common package data to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1943">quinn-rs/quinn#1943</a></li> <li>Endpoint stats interface by <a href="https://github.com/ryleung-solana"><code>@​ryleung-solana</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1900">quinn-rs/quinn#1900</a></li> <li>Expose the Handshake Confirmed state by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1944">quinn-rs/quinn#1944</a></li> <li>Exclude metrics with freestanding getters from EndpointStats by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1945">quinn-rs/quinn#1945</a></li> <li>Fix incorrect initial DCID indexing on retried connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1946">quinn-rs/quinn#1946</a></li> <li>Add expect message to unwrap in PacketBuilder by <a href="https://github.com/casey"><code>@​casey</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1951">quinn-rs/quinn#1951</a></li> <li>Revert &quot;proto: yield transport error for Initial packets with no CRYPTO&quot; by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1952">quinn-rs/quinn#1952</a></li> <li>refactor(udp): introduce log facade by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1935">quinn-rs/quinn#1935</a></li> <li>Update cargo-deny-action to v2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1953">quinn-rs/quinn#1953</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quinn-rs/quinn/commit/7c09b02073783830abb7304fc4642c5452cc6853"><code>7c09b02</code></a> proto: bump version to 0.11.8 for release (<a href="https://redirect.github.com/quinn-rs/quinn/issues/1981">#1981</a>)</li> <li><a href="https://github.com/quinn-rs/quinn/commit/59bccd2e7e8fbab4a8d178596daf951705ff5ca9"><code>59bccd2</code></a> Version bump <code>quinn</code> to enforce patched <code>quinn-proto</code></li> <li><a href="https://github.com/quinn-rs/quinn/commit/a8ec510fd171380a50bd9b99f20a772980aabe47"><code>a8ec510</code></a> proto: avoid panicking on rustls server config errors</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c26e8cd2f781e2cf83aa6cac09fd051ddc25a4e8"><code>c26e8cd</code></a> Bump versions</li> <li><a href="https://github.com/quinn-rs/quinn/commit/e01609ccd8738bd438d86fa7185a0f85598cb58f"><code>e01609c</code></a> Merge commit from fork</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c292a3c6a60b9b67c82dfaf5b2dab212d8f4a530"><code>c292a3c</code></a> Fix and test validation of IDCID length</li> <li><a href="https://github.com/quinn-rs/quinn/commit/bb02a12a8435a7732a1d762783eeacbb7e50418e"><code>bb02a12</code></a> fix(.github/android): use API level 26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/5e5cc936450e7a843f88ed4008d5df9374fb7dd8"><code>5e5cc93</code></a> fix(.github/android): pass matrix.target and increase api to v26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/cef42cccef6fb6f02527ae4b2f42d7f7da878f62"><code>cef42cc</code></a> fix(udp): typo in sendmsg error log</li> <li><a href="https://github.com/quinn-rs/quinn/commit/edf16a6f106379681509f229b6e45539fa3eebdb"><code>edf16a6</code></a> ci(rust.yml): add workflow testing feature permutations</li> <li>Additional commits viewable in <a href="https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.3...quinn-proto-0.11.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quinn-proto&package-manager=cargo&previous-version=0.11.3&new-version=0.11.8)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/maplibre/martin/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 00:16:55 +03:00
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump quinn-proto from 0.11.3 to 0.11.8 (#1497) Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.3 to 0.11.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quinn-rs/quinn/releases">quinn-proto's releases</a>.</em></p> <blockquote> <h2>quinn-proto 0.11.5</h2> <h2>What's Changed</h2> <ul> <li>No workspace lints by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1955">quinn-rs/quinn#1955</a></li> </ul> <h2>quinn-proto 0.11.4</h2> <h2>What's Changed</h2> <ul> <li>Fix panic in example due to unset default crypto provider by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1882">quinn-rs/quinn#1882</a></li> <li>Fix zero-length connection IDs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1883">quinn-rs/quinn#1883</a></li> <li>Add support for NetBSD, fix OpenBSD by <a href="https://github.com/flub"><code>@​flub</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1884">quinn-rs/quinn#1884</a></li> <li>docs(udp): replace AsRawFd and AsRawSocket with AsFd and AsSocket by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1890">quinn-rs/quinn#1890</a></li> <li>Resolve stopped/received_reset futures on lost connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1886">quinn-rs/quinn#1886</a></li> <li>Bump version numbers (quinn 0.11.2, -proto 0.11.3) by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1891">quinn-rs/quinn#1891</a></li> <li>udp: bump version to 0.5.2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1892">quinn-rs/quinn#1892</a></li> <li>docs(quinn): Clarify effects of setting AckFrequencyConfig by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1894">quinn-rs/quinn#1894</a></li> <li>Apply clippy suggestions from Rust 1.79 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1895">quinn-rs/quinn#1895</a></li> <li>Only send MAX_STREAMS when &gt;1/8 of flow control window is consumed by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1898">quinn-rs/quinn#1898</a></li> <li>fix: remove unused dependency tracing-attributes by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1903">quinn-rs/quinn#1903</a></li> <li>proto: make initial destination cid configurable by <a href="https://github.com/thynson"><code>@​thynson</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1897">quinn-rs/quinn#1897</a></li> <li>Allow configuring rng seed through <code>EndpointConfig</code> by <a href="https://github.com/aochagavia"><code>@​aochagavia</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1901">quinn-rs/quinn#1901</a></li> <li>quinn: introduce waking helpers by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1908">quinn-rs/quinn#1908</a></li> <li>Wake blocked streams on 0-RTT rejection by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1905">quinn-rs/quinn#1905</a></li> <li>Upgrade to rustc-hash 2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1909">quinn-rs/quinn#1909</a></li> <li>Fix unnecessary Incoming warning on Endpoint drop by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1907">quinn-rs/quinn#1907</a></li> <li>Revise and add additional 0-rtt doc comments by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1826">quinn-rs/quinn#1826</a></li> <li>docs: remove reference to sendmmsg by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1914">quinn-rs/quinn#1914</a></li> <li>Fix debug assert with reordered ACKs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1893">quinn-rs/quinn#1893</a></li> <li>quinn: Make <code>Endpoint::client</code> dual-stack V6 by default by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1913">quinn-rs/quinn#1913</a></li> <li>bench(udp): measure non-GSO &amp; GSO on localhost by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1915">quinn-rs/quinn#1915</a></li> <li>proto: avoid overflow in handshake done statistic by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1918">quinn-rs/quinn#1918</a></li> <li>Use workspace dependencies for all external dependencies by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1919">quinn-rs/quinn#1919</a></li> <li>Fix lack of reexport of ConnectionStats and ResetError by <a href="https://github.com/TirushOne"><code>@​TirushOne</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1920">quinn-rs/quinn#1920</a></li> <li>[non-breaking] deps(udp): make tracing optional and add optional log by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1923">quinn-rs/quinn#1923</a></li> <li>fix(udp): feature flag tracing in windows.rs by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1932">quinn-rs/quinn#1932</a></li> <li>Bump MSRV to 1.70 following tokio 1.39 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1939">quinn-rs/quinn#1939</a></li> <li>Raise default idle timeout to 30 seconds by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1938">quinn-rs/quinn#1938</a></li> <li>Discard pre-handshake packets after the handshake by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1937">quinn-rs/quinn#1937</a></li> <li>Apply suggestions from Clippy 1.80 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1941">quinn-rs/quinn#1941</a></li> <li>chore(quinn): feature flag socket2 imports by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1933">quinn-rs/quinn#1933</a></li> <li>refactor: move rust-version to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1940">quinn-rs/quinn#1940</a></li> <li>chore: move common package data to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1943">quinn-rs/quinn#1943</a></li> <li>Endpoint stats interface by <a href="https://github.com/ryleung-solana"><code>@​ryleung-solana</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1900">quinn-rs/quinn#1900</a></li> <li>Expose the Handshake Confirmed state by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1944">quinn-rs/quinn#1944</a></li> <li>Exclude metrics with freestanding getters from EndpointStats by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1945">quinn-rs/quinn#1945</a></li> <li>Fix incorrect initial DCID indexing on retried connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1946">quinn-rs/quinn#1946</a></li> <li>Add expect message to unwrap in PacketBuilder by <a href="https://github.com/casey"><code>@​casey</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1951">quinn-rs/quinn#1951</a></li> <li>Revert &quot;proto: yield transport error for Initial packets with no CRYPTO&quot; by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1952">quinn-rs/quinn#1952</a></li> <li>refactor(udp): introduce log facade by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1935">quinn-rs/quinn#1935</a></li> <li>Update cargo-deny-action to v2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1953">quinn-rs/quinn#1953</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quinn-rs/quinn/commit/7c09b02073783830abb7304fc4642c5452cc6853"><code>7c09b02</code></a> proto: bump version to 0.11.8 for release (<a href="https://redirect.github.com/quinn-rs/quinn/issues/1981">#1981</a>)</li> <li><a href="https://github.com/quinn-rs/quinn/commit/59bccd2e7e8fbab4a8d178596daf951705ff5ca9"><code>59bccd2</code></a> Version bump <code>quinn</code> to enforce patched <code>quinn-proto</code></li> <li><a href="https://github.com/quinn-rs/quinn/commit/a8ec510fd171380a50bd9b99f20a772980aabe47"><code>a8ec510</code></a> proto: avoid panicking on rustls server config errors</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c26e8cd2f781e2cf83aa6cac09fd051ddc25a4e8"><code>c26e8cd</code></a> Bump versions</li> <li><a href="https://github.com/quinn-rs/quinn/commit/e01609ccd8738bd438d86fa7185a0f85598cb58f"><code>e01609c</code></a> Merge commit from fork</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c292a3c6a60b9b67c82dfaf5b2dab212d8f4a530"><code>c292a3c</code></a> Fix and test validation of IDCID length</li> <li><a href="https://github.com/quinn-rs/quinn/commit/bb02a12a8435a7732a1d762783eeacbb7e50418e"><code>bb02a12</code></a> fix(.github/android): use API level 26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/5e5cc936450e7a843f88ed4008d5df9374fb7dd8"><code>5e5cc93</code></a> fix(.github/android): pass matrix.target and increase api to v26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/cef42cccef6fb6f02527ae4b2f42d7f7da878f62"><code>cef42cc</code></a> fix(udp): typo in sendmsg error log</li> <li><a href="https://github.com/quinn-rs/quinn/commit/edf16a6f106379681509f229b6e45539fa3eebdb"><code>edf16a6</code></a> ci(rust.yml): add workflow testing feature permutations</li> <li>Additional commits viewable in <a href="https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.3...quinn-proto-0.11.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quinn-proto&package-manager=cargo&previous-version=0.11.3&new-version=0.11.8)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/maplibre/martin/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 00:16:55 +03:00
checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
dependencies = [
"bytes",
"rand",
"ring",
chore(deps): Bump quinn-proto from 0.11.3 to 0.11.8 (#1497) Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.3 to 0.11.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quinn-rs/quinn/releases">quinn-proto's releases</a>.</em></p> <blockquote> <h2>quinn-proto 0.11.5</h2> <h2>What's Changed</h2> <ul> <li>No workspace lints by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1955">quinn-rs/quinn#1955</a></li> </ul> <h2>quinn-proto 0.11.4</h2> <h2>What's Changed</h2> <ul> <li>Fix panic in example due to unset default crypto provider by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1882">quinn-rs/quinn#1882</a></li> <li>Fix zero-length connection IDs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1883">quinn-rs/quinn#1883</a></li> <li>Add support for NetBSD, fix OpenBSD by <a href="https://github.com/flub"><code>@​flub</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1884">quinn-rs/quinn#1884</a></li> <li>docs(udp): replace AsRawFd and AsRawSocket with AsFd and AsSocket by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1890">quinn-rs/quinn#1890</a></li> <li>Resolve stopped/received_reset futures on lost connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1886">quinn-rs/quinn#1886</a></li> <li>Bump version numbers (quinn 0.11.2, -proto 0.11.3) by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1891">quinn-rs/quinn#1891</a></li> <li>udp: bump version to 0.5.2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1892">quinn-rs/quinn#1892</a></li> <li>docs(quinn): Clarify effects of setting AckFrequencyConfig by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1894">quinn-rs/quinn#1894</a></li> <li>Apply clippy suggestions from Rust 1.79 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1895">quinn-rs/quinn#1895</a></li> <li>Only send MAX_STREAMS when &gt;1/8 of flow control window is consumed by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1898">quinn-rs/quinn#1898</a></li> <li>fix: remove unused dependency tracing-attributes by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1903">quinn-rs/quinn#1903</a></li> <li>proto: make initial destination cid configurable by <a href="https://github.com/thynson"><code>@​thynson</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1897">quinn-rs/quinn#1897</a></li> <li>Allow configuring rng seed through <code>EndpointConfig</code> by <a href="https://github.com/aochagavia"><code>@​aochagavia</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1901">quinn-rs/quinn#1901</a></li> <li>quinn: introduce waking helpers by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1908">quinn-rs/quinn#1908</a></li> <li>Wake blocked streams on 0-RTT rejection by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1905">quinn-rs/quinn#1905</a></li> <li>Upgrade to rustc-hash 2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1909">quinn-rs/quinn#1909</a></li> <li>Fix unnecessary Incoming warning on Endpoint drop by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1907">quinn-rs/quinn#1907</a></li> <li>Revise and add additional 0-rtt doc comments by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1826">quinn-rs/quinn#1826</a></li> <li>docs: remove reference to sendmmsg by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1914">quinn-rs/quinn#1914</a></li> <li>Fix debug assert with reordered ACKs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1893">quinn-rs/quinn#1893</a></li> <li>quinn: Make <code>Endpoint::client</code> dual-stack V6 by default by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1913">quinn-rs/quinn#1913</a></li> <li>bench(udp): measure non-GSO &amp; GSO on localhost by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1915">quinn-rs/quinn#1915</a></li> <li>proto: avoid overflow in handshake done statistic by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1918">quinn-rs/quinn#1918</a></li> <li>Use workspace dependencies for all external dependencies by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1919">quinn-rs/quinn#1919</a></li> <li>Fix lack of reexport of ConnectionStats and ResetError by <a href="https://github.com/TirushOne"><code>@​TirushOne</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1920">quinn-rs/quinn#1920</a></li> <li>[non-breaking] deps(udp): make tracing optional and add optional log by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1923">quinn-rs/quinn#1923</a></li> <li>fix(udp): feature flag tracing in windows.rs by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1932">quinn-rs/quinn#1932</a></li> <li>Bump MSRV to 1.70 following tokio 1.39 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1939">quinn-rs/quinn#1939</a></li> <li>Raise default idle timeout to 30 seconds by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1938">quinn-rs/quinn#1938</a></li> <li>Discard pre-handshake packets after the handshake by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1937">quinn-rs/quinn#1937</a></li> <li>Apply suggestions from Clippy 1.80 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1941">quinn-rs/quinn#1941</a></li> <li>chore(quinn): feature flag socket2 imports by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1933">quinn-rs/quinn#1933</a></li> <li>refactor: move rust-version to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1940">quinn-rs/quinn#1940</a></li> <li>chore: move common package data to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1943">quinn-rs/quinn#1943</a></li> <li>Endpoint stats interface by <a href="https://github.com/ryleung-solana"><code>@​ryleung-solana</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1900">quinn-rs/quinn#1900</a></li> <li>Expose the Handshake Confirmed state by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1944">quinn-rs/quinn#1944</a></li> <li>Exclude metrics with freestanding getters from EndpointStats by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1945">quinn-rs/quinn#1945</a></li> <li>Fix incorrect initial DCID indexing on retried connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1946">quinn-rs/quinn#1946</a></li> <li>Add expect message to unwrap in PacketBuilder by <a href="https://github.com/casey"><code>@​casey</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1951">quinn-rs/quinn#1951</a></li> <li>Revert &quot;proto: yield transport error for Initial packets with no CRYPTO&quot; by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1952">quinn-rs/quinn#1952</a></li> <li>refactor(udp): introduce log facade by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1935">quinn-rs/quinn#1935</a></li> <li>Update cargo-deny-action to v2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1953">quinn-rs/quinn#1953</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quinn-rs/quinn/commit/7c09b02073783830abb7304fc4642c5452cc6853"><code>7c09b02</code></a> proto: bump version to 0.11.8 for release (<a href="https://redirect.github.com/quinn-rs/quinn/issues/1981">#1981</a>)</li> <li><a href="https://github.com/quinn-rs/quinn/commit/59bccd2e7e8fbab4a8d178596daf951705ff5ca9"><code>59bccd2</code></a> Version bump <code>quinn</code> to enforce patched <code>quinn-proto</code></li> <li><a href="https://github.com/quinn-rs/quinn/commit/a8ec510fd171380a50bd9b99f20a772980aabe47"><code>a8ec510</code></a> proto: avoid panicking on rustls server config errors</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c26e8cd2f781e2cf83aa6cac09fd051ddc25a4e8"><code>c26e8cd</code></a> Bump versions</li> <li><a href="https://github.com/quinn-rs/quinn/commit/e01609ccd8738bd438d86fa7185a0f85598cb58f"><code>e01609c</code></a> Merge commit from fork</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c292a3c6a60b9b67c82dfaf5b2dab212d8f4a530"><code>c292a3c</code></a> Fix and test validation of IDCID length</li> <li><a href="https://github.com/quinn-rs/quinn/commit/bb02a12a8435a7732a1d762783eeacbb7e50418e"><code>bb02a12</code></a> fix(.github/android): use API level 26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/5e5cc936450e7a843f88ed4008d5df9374fb7dd8"><code>5e5cc93</code></a> fix(.github/android): pass matrix.target and increase api to v26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/cef42cccef6fb6f02527ae4b2f42d7f7da878f62"><code>cef42cc</code></a> fix(udp): typo in sendmsg error log</li> <li><a href="https://github.com/quinn-rs/quinn/commit/edf16a6f106379681509f229b6e45539fa3eebdb"><code>edf16a6</code></a> ci(rust.yml): add workflow testing feature permutations</li> <li>Additional commits viewable in <a href="https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.3...quinn-proto-0.11.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quinn-proto&package-manager=cargo&previous-version=0.11.3&new-version=0.11.8)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/maplibre/martin/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 00:16:55 +03:00
"rustc-hash 2.0.0",
"rustls",
"slab",
"thiserror",
"tinyvec",
"tracing",
]
[[package]]
name = "quinn-udp"
2024-09-11 22:32:24 +03:00
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
dependencies = [
"libc",
"once_cell",
"socket2",
2024-09-11 22:32:24 +03:00
"tracing",
"windows-sys 0.59.0",
]
2019-08-20 12:19:04 +03:00
[[package]]
name = "quote"
2024-09-11 22:32:24 +03:00
version = "1.0.37"
2019-08-20 12:19:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2019-08-20 12:19:04 +03:00
dependencies = [
"proc-macro2",
2019-08-20 12:19:04 +03:00
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
[[package]]
name = "rand"
2022-05-03 12:12:54 +03:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-03 12:12:54 +03:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
2021-07-16 16:08:46 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-16 16:08:46 +03:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "raw-cpuid"
2024-10-20 01:21:51 +03:00
version = "11.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0"
dependencies = [
"bitflags 2.6.0",
]
[[package]]
name = "rayon"
2024-04-09 23:04:40 +03:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-01-21 03:52:09 +03:00
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-21 03:52:09 +03:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "rctree"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f"
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
dependencies = [
"bitflags 2.6.0",
]
2018-05-05 10:08:27 +03:00
[[package]]
name = "regex"
chore(deps): Bump regex from 1.11.0 to 1.11.1 (#1553) Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.11.1 (2024-10-24)</h1> <p>This is a new patch release of <code>regex</code> that fixes compilation on nightly Rust when the unstable <code>pattern</code> crate feature is enabled. Users on nightly Rust without this feature enabled are unaffected.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1231">#1231</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1231">rust-lang/regex#1231</a>): Fix the <code>Pattern</code> trait implementation as a result of nightly API breakage.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/9870c06e6c772daaad7ab612faab29130753e41c"><code>9870c06</code></a> 1.11.1</li> <li><a href="https://github.com/rust-lang/regex/commit/80df54e4b9ed4a9b14c502668856c3fc47b30cf4"><code>80df54e</code></a> changelog: 1.11.1</li> <li><a href="https://github.com/rust-lang/regex/commit/991ba8836b3dea741bdcb4e6f680543ab10331d6"><code>991ba88</code></a> unstable: fix <code>Pattern</code> trait implementation</li> <li>See full diff in <a href="https://github.com/rust-lang/regex/compare/1.11.0...1.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.11.0&new-version=1.11.1)](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>
2024-10-25 06:05:18 +03:00
version = "1.11.1"
2023-07-06 03:56:23 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump regex from 1.11.0 to 1.11.1 (#1553) Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.11.1 (2024-10-24)</h1> <p>This is a new patch release of <code>regex</code> that fixes compilation on nightly Rust when the unstable <code>pattern</code> crate feature is enabled. Users on nightly Rust without this feature enabled are unaffected.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1231">#1231</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1231">rust-lang/regex#1231</a>): Fix the <code>Pattern</code> trait implementation as a result of nightly API breakage.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/9870c06e6c772daaad7ab612faab29130753e41c"><code>9870c06</code></a> 1.11.1</li> <li><a href="https://github.com/rust-lang/regex/commit/80df54e4b9ed4a9b14c502668856c3fc47b30cf4"><code>80df54e</code></a> changelog: 1.11.1</li> <li><a href="https://github.com/rust-lang/regex/commit/991ba8836b3dea741bdcb4e6f680543ab10331d6"><code>991ba88</code></a> unstable: fix <code>Pattern</code> trait implementation</li> <li>See full diff in <a href="https://github.com/rust-lang/regex/compare/1.11.0...1.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.11.0&new-version=1.11.1)](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>
2024-10-25 06:05:18 +03:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2023-07-06 03:56:23 +03:00
dependencies = [
2023-07-17 05:21:54 +03:00
"aho-corasick",
2023-07-06 03:56:23 +03:00
"memchr",
"regex-automata",
"regex-syntax 0.8.5",
2023-07-06 03:56:23 +03:00
]
[[package]]
name = "regex-automata"
version = "0.4.8"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
2017-10-09 14:29:03 +03:00
dependencies = [
2023-07-17 05:21:54 +03:00
"aho-corasick",
"memchr",
"regex-syntax 0.8.5",
2017-10-09 14:29:03 +03:00
]
2024-05-25 08:17:26 +03:00
[[package]]
name = "regex-lite"
2024-06-14 01:33:29 +03:00
version = "0.1.6"
2024-05-25 08:17:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 01:33:29 +03:00
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
2024-05-25 08:17:26 +03:00
chore(deps): Bump regex from 1.7.3 to 1.8.1 (#645) Bumps [regex](https://github.com/rust-lang/regex) from 1.7.3 to 1.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.8.1 (2023-04-21)</h1> <p>This is a patch release that fixes a bug where a regex match could be reported where none was found. Specifically, the bug occurs when a pattern contains some literal prefixes that could be extracted <em>and</em> an optional word boundary in the prefix.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/981">#981</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/981">rust-lang/regex#981</a>): Fix a bug where a word boundary could interact with prefix literal optimizations and lead to a false positive match.</li> </ul> <h1>1.8.0 (2023-04-20)</h1> <p>This is a sizeable release that will be soon followed by another sizeable release. Both of them will combined close over 40 existing issues and PRs.</p> <p>This first release, despite its size, essentially represent preparatory work for the second release, which will be even bigger. Namely, this release:</p> <ul> <li>Increases the MSRV to Rust 1.60.0, which was released about 1 year ago.</li> <li>Upgrades its dependency on <code>aho-corasick</code> to the recently release 1.0 version.</li> <li>Upgrades its dependency on <code>regex-syntax</code> to the simultaneously released <code>0.7</code> version. The changes to <code>regex-syntax</code> principally revolve around a rewrite of its literal extraction code and a number of simplifications and optimizations to its high-level intermediate representation (HIR).</li> </ul> <p>The second release, which will follow ~shortly after the release above, will contain a soup-to-nuts rewrite of every regex engine. This will be done by bringing <a href="https://github.com/BurntSushi/regex-automata"><code>regex-automata</code></a> into this repository, and then changing the <code>regex</code> crate to be nothing but an API shim layer on top of <code>regex-automata</code>'s API.</p> <p>These tandem releases are the culmination of about 3 years of on-and-off work that <a href="https://redirect.github.com/rust-lang/regex/issues/656">began in earnest in March 2020</a>.</p> <p>Because of the scale of changes involved in these releases, I would love to hear about your experience. Especially if you notice undocumented changes in behavior or performance changes (positive <em>or</em> negative).</p> <p>Most changes in the first release are listed below. For more details, please see the commit log, which reflects a linear and decently documented history of all changes.</p> <p>New features:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/4e29fceace6f3c189f78b1baaec6755f27d69ffb"><code>4e29fce</code></a> 1.8.1</li> <li><a href="https://github.com/rust-lang/regex/commit/8a7cb645cfd7c4e0f77482e8894155b93ca5fc3f"><code>8a7cb64</code></a> deps: bump regex-syntax to 0.7.1</li> <li><a href="https://github.com/rust-lang/regex/commit/31c845296c5d34092aae637a02bf0d757a35f646"><code>31c8452</code></a> regex-syntax-0.7.1</li> <li><a href="https://github.com/rust-lang/regex/commit/960aadeba06420f8b979aa983fd55429c42d3e4a"><code>960aade</code></a> changelog: 1.8.1</li> <li><a href="https://github.com/rust-lang/regex/commit/f003d72578c84d3b849fa1c59724e003338a3ca1"><code>f003d72</code></a> impl: fix prefix literal matching bug</li> <li><a href="https://github.com/rust-lang/regex/commit/93316a3b1adc43cc12fab6c73a59f646658cd984"><code>93316a3</code></a> doc: update MSRV in README</li> <li><a href="https://github.com/rust-lang/regex/commit/070374f2878f23809a4e5ca0810d523f692c6e7e"><code>070374f</code></a> release: 1.8.0</li> <li><a href="https://github.com/rust-lang/regex/commit/a73c61cecbf24ebf70699269cca95b991dbe2e7e"><code>a73c61c</code></a> fuzz: get rid of 'named-profiles' feature</li> <li><a href="https://github.com/rust-lang/regex/commit/7cd75d22b56f60dc711976242a5cbca9e5922413"><code>7cd75d2</code></a> changelog: tweaks to 1.8 release entry</li> <li><a href="https://github.com/rust-lang/regex/commit/33898de870fc584ce912651590d8715d1178e667"><code>33898de</code></a> syntax: fix bug in new alternation literal analysis</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.7.3...1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.7.3&new-version=1.8.1)](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>
2023-04-24 20:48:13 +03:00
[[package]]
name = "regex-syntax"
chore(deps): Bump regex from 1.9.3 to 1.9.4 (#844) Bumps [regex](https://github.com/rust-lang/regex) from 1.9.3 to 1.9.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.9.4 (2023-08-26)</h1> <p>This is a patch release that fixes a bug where <code>RegexSet::is_match(..)</code> could incorrectly return false (even when <code>RegexSet::matches(..).matched_any()</code> returns true).</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1070">#1070</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1070">rust-lang/regex#1070</a>): Fix a bug where a prefilter was incorrectly configured for a <code>RegexSet</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/f39ab4d1b7229924f0cf310c9f3e19822fa19b8a"><code>f39ab4d</code></a> 1.9.4</li> <li><a href="https://github.com/rust-lang/regex/commit/3f15f1cf355577fe369c15ce60e1d225a163bf29"><code>3f15f1c</code></a> deps: bump regex-syntax and regex-automata versions</li> <li><a href="https://github.com/rust-lang/regex/commit/89b452af302a00458a129f8f40f3b65daf7a278a"><code>89b452a</code></a> regex-automata-0.3.7</li> <li><a href="https://github.com/rust-lang/regex/commit/990979bbdc28fa841e3ad55934ee445cd710d110"><code>990979b</code></a> regex-syntax-0.7.5</li> <li><a href="https://github.com/rust-lang/regex/commit/e008f83090c1fa858cd602da94e9ffdf38fd7317"><code>e008f83</code></a> changelog: 1.9.4</li> <li><a href="https://github.com/rust-lang/regex/commit/c788378d6fe407f4774df98a78436cea5d98525b"><code>c788378</code></a> ci: drop mips, add powerpc and s390x</li> <li><a href="https://github.com/rust-lang/regex/commit/de0339959b491ae0a26e6f96c0b0dc1635bc0f94"><code>de03399</code></a> automata: fix incorrect use of Aho-Corasick's &quot;standard&quot; semantics</li> <li><a href="https://github.com/rust-lang/regex/commit/7536e055840f74f1f7bda8ffecf851cb3e500147"><code>7536e05</code></a> syntax: remove superfluous <code>borrow</code></li> <li><a href="https://github.com/rust-lang/regex/commit/81e328a29f8c57cb3622930104177e8606270230"><code>81e328a</code></a> doc: fix typo in module-level doc</li> <li><a href="https://github.com/rust-lang/regex/commit/10faa44da9134c053c28a55857068909ca29a452"><code>10faa44</code></a> doc: fix a couple typos</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.9.3...1.9.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.9.3&new-version=1.9.4)](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>
2023-08-28 05:38:54 +03:00
version = "0.7.5"
chore(deps): Bump regex from 1.7.3 to 1.8.1 (#645) Bumps [regex](https://github.com/rust-lang/regex) from 1.7.3 to 1.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.8.1 (2023-04-21)</h1> <p>This is a patch release that fixes a bug where a regex match could be reported where none was found. Specifically, the bug occurs when a pattern contains some literal prefixes that could be extracted <em>and</em> an optional word boundary in the prefix.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/981">#981</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/981">rust-lang/regex#981</a>): Fix a bug where a word boundary could interact with prefix literal optimizations and lead to a false positive match.</li> </ul> <h1>1.8.0 (2023-04-20)</h1> <p>This is a sizeable release that will be soon followed by another sizeable release. Both of them will combined close over 40 existing issues and PRs.</p> <p>This first release, despite its size, essentially represent preparatory work for the second release, which will be even bigger. Namely, this release:</p> <ul> <li>Increases the MSRV to Rust 1.60.0, which was released about 1 year ago.</li> <li>Upgrades its dependency on <code>aho-corasick</code> to the recently release 1.0 version.</li> <li>Upgrades its dependency on <code>regex-syntax</code> to the simultaneously released <code>0.7</code> version. The changes to <code>regex-syntax</code> principally revolve around a rewrite of its literal extraction code and a number of simplifications and optimizations to its high-level intermediate representation (HIR).</li> </ul> <p>The second release, which will follow ~shortly after the release above, will contain a soup-to-nuts rewrite of every regex engine. This will be done by bringing <a href="https://github.com/BurntSushi/regex-automata"><code>regex-automata</code></a> into this repository, and then changing the <code>regex</code> crate to be nothing but an API shim layer on top of <code>regex-automata</code>'s API.</p> <p>These tandem releases are the culmination of about 3 years of on-and-off work that <a href="https://redirect.github.com/rust-lang/regex/issues/656">began in earnest in March 2020</a>.</p> <p>Because of the scale of changes involved in these releases, I would love to hear about your experience. Especially if you notice undocumented changes in behavior or performance changes (positive <em>or</em> negative).</p> <p>Most changes in the first release are listed below. For more details, please see the commit log, which reflects a linear and decently documented history of all changes.</p> <p>New features:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/4e29fceace6f3c189f78b1baaec6755f27d69ffb"><code>4e29fce</code></a> 1.8.1</li> <li><a href="https://github.com/rust-lang/regex/commit/8a7cb645cfd7c4e0f77482e8894155b93ca5fc3f"><code>8a7cb64</code></a> deps: bump regex-syntax to 0.7.1</li> <li><a href="https://github.com/rust-lang/regex/commit/31c845296c5d34092aae637a02bf0d757a35f646"><code>31c8452</code></a> regex-syntax-0.7.1</li> <li><a href="https://github.com/rust-lang/regex/commit/960aadeba06420f8b979aa983fd55429c42d3e4a"><code>960aade</code></a> changelog: 1.8.1</li> <li><a href="https://github.com/rust-lang/regex/commit/f003d72578c84d3b849fa1c59724e003338a3ca1"><code>f003d72</code></a> impl: fix prefix literal matching bug</li> <li><a href="https://github.com/rust-lang/regex/commit/93316a3b1adc43cc12fab6c73a59f646658cd984"><code>93316a3</code></a> doc: update MSRV in README</li> <li><a href="https://github.com/rust-lang/regex/commit/070374f2878f23809a4e5ca0810d523f692c6e7e"><code>070374f</code></a> release: 1.8.0</li> <li><a href="https://github.com/rust-lang/regex/commit/a73c61cecbf24ebf70699269cca95b991dbe2e7e"><code>a73c61c</code></a> fuzz: get rid of 'named-profiles' feature</li> <li><a href="https://github.com/rust-lang/regex/commit/7cd75d22b56f60dc711976242a5cbca9e5922413"><code>7cd75d2</code></a> changelog: tweaks to 1.8 release entry</li> <li><a href="https://github.com/rust-lang/regex/commit/33898de870fc584ce912651590d8715d1178e667"><code>33898de</code></a> syntax: fix bug in new alternation literal analysis</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.7.3...1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.7.3&new-version=1.8.1)](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>
2023-04-24 20:48:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump regex from 1.9.3 to 1.9.4 (#844) Bumps [regex](https://github.com/rust-lang/regex) from 1.9.3 to 1.9.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.9.4 (2023-08-26)</h1> <p>This is a patch release that fixes a bug where <code>RegexSet::is_match(..)</code> could incorrectly return false (even when <code>RegexSet::matches(..).matched_any()</code> returns true).</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1070">#1070</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1070">rust-lang/regex#1070</a>): Fix a bug where a prefilter was incorrectly configured for a <code>RegexSet</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/f39ab4d1b7229924f0cf310c9f3e19822fa19b8a"><code>f39ab4d</code></a> 1.9.4</li> <li><a href="https://github.com/rust-lang/regex/commit/3f15f1cf355577fe369c15ce60e1d225a163bf29"><code>3f15f1c</code></a> deps: bump regex-syntax and regex-automata versions</li> <li><a href="https://github.com/rust-lang/regex/commit/89b452af302a00458a129f8f40f3b65daf7a278a"><code>89b452a</code></a> regex-automata-0.3.7</li> <li><a href="https://github.com/rust-lang/regex/commit/990979bbdc28fa841e3ad55934ee445cd710d110"><code>990979b</code></a> regex-syntax-0.7.5</li> <li><a href="https://github.com/rust-lang/regex/commit/e008f83090c1fa858cd602da94e9ffdf38fd7317"><code>e008f83</code></a> changelog: 1.9.4</li> <li><a href="https://github.com/rust-lang/regex/commit/c788378d6fe407f4774df98a78436cea5d98525b"><code>c788378</code></a> ci: drop mips, add powerpc and s390x</li> <li><a href="https://github.com/rust-lang/regex/commit/de0339959b491ae0a26e6f96c0b0dc1635bc0f94"><code>de03399</code></a> automata: fix incorrect use of Aho-Corasick's &quot;standard&quot; semantics</li> <li><a href="https://github.com/rust-lang/regex/commit/7536e055840f74f1f7bda8ffecf851cb3e500147"><code>7536e05</code></a> syntax: remove superfluous <code>borrow</code></li> <li><a href="https://github.com/rust-lang/regex/commit/81e328a29f8c57cb3622930104177e8606270230"><code>81e328a</code></a> doc: fix typo in module-level doc</li> <li><a href="https://github.com/rust-lang/regex/commit/10faa44da9134c053c28a55857068909ca29a452"><code>10faa44</code></a> doc: fix a couple typos</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.9.3...1.9.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.9.3&new-version=1.9.4)](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>
2023-08-28 05:38:54 +03:00
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
chore(deps): Bump regex from 1.7.3 to 1.8.1 (#645) Bumps [regex](https://github.com/rust-lang/regex) from 1.7.3 to 1.8.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.8.1 (2023-04-21)</h1> <p>This is a patch release that fixes a bug where a regex match could be reported where none was found. Specifically, the bug occurs when a pattern contains some literal prefixes that could be extracted <em>and</em> an optional word boundary in the prefix.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/981">#981</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/981">rust-lang/regex#981</a>): Fix a bug where a word boundary could interact with prefix literal optimizations and lead to a false positive match.</li> </ul> <h1>1.8.0 (2023-04-20)</h1> <p>This is a sizeable release that will be soon followed by another sizeable release. Both of them will combined close over 40 existing issues and PRs.</p> <p>This first release, despite its size, essentially represent preparatory work for the second release, which will be even bigger. Namely, this release:</p> <ul> <li>Increases the MSRV to Rust 1.60.0, which was released about 1 year ago.</li> <li>Upgrades its dependency on <code>aho-corasick</code> to the recently release 1.0 version.</li> <li>Upgrades its dependency on <code>regex-syntax</code> to the simultaneously released <code>0.7</code> version. The changes to <code>regex-syntax</code> principally revolve around a rewrite of its literal extraction code and a number of simplifications and optimizations to its high-level intermediate representation (HIR).</li> </ul> <p>The second release, which will follow ~shortly after the release above, will contain a soup-to-nuts rewrite of every regex engine. This will be done by bringing <a href="https://github.com/BurntSushi/regex-automata"><code>regex-automata</code></a> into this repository, and then changing the <code>regex</code> crate to be nothing but an API shim layer on top of <code>regex-automata</code>'s API.</p> <p>These tandem releases are the culmination of about 3 years of on-and-off work that <a href="https://redirect.github.com/rust-lang/regex/issues/656">began in earnest in March 2020</a>.</p> <p>Because of the scale of changes involved in these releases, I would love to hear about your experience. Especially if you notice undocumented changes in behavior or performance changes (positive <em>or</em> negative).</p> <p>Most changes in the first release are listed below. For more details, please see the commit log, which reflects a linear and decently documented history of all changes.</p> <p>New features:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/4e29fceace6f3c189f78b1baaec6755f27d69ffb"><code>4e29fce</code></a> 1.8.1</li> <li><a href="https://github.com/rust-lang/regex/commit/8a7cb645cfd7c4e0f77482e8894155b93ca5fc3f"><code>8a7cb64</code></a> deps: bump regex-syntax to 0.7.1</li> <li><a href="https://github.com/rust-lang/regex/commit/31c845296c5d34092aae637a02bf0d757a35f646"><code>31c8452</code></a> regex-syntax-0.7.1</li> <li><a href="https://github.com/rust-lang/regex/commit/960aadeba06420f8b979aa983fd55429c42d3e4a"><code>960aade</code></a> changelog: 1.8.1</li> <li><a href="https://github.com/rust-lang/regex/commit/f003d72578c84d3b849fa1c59724e003338a3ca1"><code>f003d72</code></a> impl: fix prefix literal matching bug</li> <li><a href="https://github.com/rust-lang/regex/commit/93316a3b1adc43cc12fab6c73a59f646658cd984"><code>93316a3</code></a> doc: update MSRV in README</li> <li><a href="https://github.com/rust-lang/regex/commit/070374f2878f23809a4e5ca0810d523f692c6e7e"><code>070374f</code></a> release: 1.8.0</li> <li><a href="https://github.com/rust-lang/regex/commit/a73c61cecbf24ebf70699269cca95b991dbe2e7e"><code>a73c61c</code></a> fuzz: get rid of 'named-profiles' feature</li> <li><a href="https://github.com/rust-lang/regex/commit/7cd75d22b56f60dc711976242a5cbca9e5922413"><code>7cd75d2</code></a> changelog: tweaks to 1.8 release entry</li> <li><a href="https://github.com/rust-lang/regex/commit/33898de870fc584ce912651590d8715d1178e667"><code>33898de</code></a> syntax: fix bug in new alternation literal analysis</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.7.3...1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.7.3&new-version=1.8.1)](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>
2023-04-24 20:48:13 +03:00
2023-10-10 09:41:56 +03:00
[[package]]
name = "regex-syntax"
version = "0.8.5"
2023-10-10 09:41:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2023-10-10 09:41:56 +03:00
[[package]]
name = "relative-path"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
[[package]]
name = "reqwest"
version = "0.12.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
dependencies = [
"base64 0.22.1",
"bytes",
"futures-core",
"futures-util",
"http 1.1.0",
2024-07-12 23:17:45 +03:00
"http-body 1.0.1",
"http-body-util",
2024-10-20 01:21:51 +03:00
"hyper 1.5.0",
"hyper-rustls",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls",
"rustls-native-certs 0.8.0",
"rustls-pemfile",
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
chore(deps): Bump reqwest from 0.11.23 to 0.11.24 (#1169) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.11.24</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/magurotuna"><code>@​magurotuna</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2081">seanmonstar/reqwest#2081</a></li> <li><a href="https://github.com/michaelciraci"><code>@​michaelciraci</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2102">seanmonstar/reqwest#2102</a></li> <li><a href="https://github.com/basic-bgnr"><code>@​basic-bgnr</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2110">seanmonstar/reqwest#2110</a></li> <li><a href="https://github.com/jgraef"><code>@​jgraef</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2114">seanmonstar/reqwest#2114</a></li> <li><a href="https://github.com/LucasPickering"><code>@​LucasPickering</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2040">seanmonstar/reqwest#2040</a></li> <li><a href="https://github.com/gibbz00"><code>@​gibbz00</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2032">seanmonstar/reqwest#2032</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24">https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.11.24</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/c9b4b654cb804a8f5ca6b6f768758868ca7d36c3"><code>c9b4b65</code></a> v0.11.24</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ddf7f24dcadb9a310b52300c531fe516a05e0c43"><code>ddf7f24</code></a> Add Certificate::from_pem_bundle() (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2032">#2032</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/5d8443ddde43f184c245949b7c4c16c850ffd9cd"><code>5d8443d</code></a> fix panic when parsing invalid Url to Uri (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2040">#2040</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e3bf09006608015b565cbd22fc11589e91879c4d"><code>e3bf090</code></a> docs: explain TLS backend features better (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2117">#2117</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/1bd939ba15bb1a673e1e9187d3773033b42cc6b6"><code>1bd939b</code></a> update wasm-streams dependency (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2114">#2114</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/87cdf12d3fbc175f1c5a6a06fd5940d6df75fed0"><code>87cdf12</code></a> doc: clarify Cookie API usage (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2111">#2111</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/b3feff6bd80d78d4f16c300ff92bf4c74eaa87d7"><code>b3feff6</code></a> Add http3 feature to blocking client (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2110">#2110</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/23329363c68afd7d5e30bcf603060f7af34f7b8c"><code>2332936</code></a> Update cookie crates (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2089">#2089</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ef2c8ee50f25717755e3cb4410e3e6480f46d29a"><code>ef2c8ee</code></a> Upgrading env_logger dep (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2102">#2102</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/4ab5fb031c1d4672c685cb158e2cc6c644346fe2"><code>4ab5fb0</code></a> Fix HTTP/2: retry requests rejected with <code>REFUSED_STREAM</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2081">#2081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.23&new-version=0.11.24)](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>
2024-02-01 05:44:04 +03:00
"sync_wrapper",
"tokio",
"tokio-rustls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-09-11 22:32:24 +03:00
"windows-registry",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "resvg"
version = "0.36.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7980f653f9a7db31acff916a262c3b78c562919263edea29bf41a056e20497"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"gif",
"jpeg-decoder",
"log",
"pico-args",
"png",
"rgb",
"svgtypes",
"tiny-skia",
"usvg",
]
[[package]]
name = "rgb"
2024-09-11 22:32:24 +03:00
version = "0.8.50"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"bytemuck",
]
chore(deps): Bump rustls from 0.21.7 to 0.21.8 (#967) Bumps [rustls](https://github.com/rustls/rustls) from 0.21.7 to 0.21.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rustls/releases">rustls's releases</a>.</em></p> <blockquote> <h2>0.21.8</h2> <ul> <li>Fixes <code>ConnectionCommon::complete_io()</code> to flush writers before potentially expecting a response.</li> <li>Upgrades <code>*ring*</code> to 0.17 - <strong>Note</strong>: <code>*ring*</code> 0.17 when built with <code>gcc</code> will experience slower X25519 and Ed25519 operations compared to previous releases.</li> <li>Upgrades <code>rustls-webpki</code> to 0.101.7 to match <code>*ring*</code> 0.17 dependency</li> <li><code>Tls12CipherSuite::hash_algorithm()</code> and <code>Tls13CipherSuite::hash_algorithm()</code> are now crate-internal. This is a small breaking change to remove unintended exposure of underlying <code>*ring*</code> types in the public API.</li> </ul> <h2>What's Changed</h2> <ul> <li>fuzz: remove unused webpki dependency by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1523">rustls/rustls#1523</a></li> <li>Fix nightly clippy warning by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1443">rustls/rustls#1443</a></li> <li>Upgrade to ring 0.17 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1508">rustls/rustls#1508</a></li> <li>Bump MSRV to 1.61 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1516">rustls/rustls#1516</a></li> <li>docs: adjust <em>ring</em> platform compatibility by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1532">rustls/rustls#1532</a></li> <li>Fix: flush writers before potentially expecting a response by <a href="https://github.com/robsdedude"><code>@​robsdedude</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1542">rustls/rustls#1542</a></li> <li>v0.21.8 preparation by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1525">rustls/rustls#1525</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/c34477a068b340473dd654d1b25d6fac71e0c570"><code>c34477a</code></a> Cargo: 0.21.7 -&gt; 0.21.8</li> <li><a href="https://github.com/rustls/rustls/commit/8cf2594dcb0fa523a1c62dbca279e3d4a41b8372"><code>8cf2594</code></a> sign: fix clippy get-first warning</li> <li><a href="https://github.com/rustls/rustls/commit/ecc6cded2a1f2ada0884c62d642a90ce17d77964"><code>ecc6cde</code></a> Flush writers before potentially expecting a response</li> <li><a href="https://github.com/rustls/rustls/commit/53adb9d2eb68034c1710e736f2dc343bbea657fb"><code>53adb9d</code></a> docs: adjust <em>ring</em> platform compatibility</li> <li><a href="https://github.com/rustls/rustls/commit/d5d62499f2c4df9c6303eed51c730c8d031ec661"><code>d5d6249</code></a> upgrade to ring 0.17</li> <li><a href="https://github.com/rustls/rustls/commit/a659652de0d813b362d401d7e58562bb5a15da3e"><code>a659652</code></a> tls12/tls13: make hash_algorithm crate internal</li> <li><a href="https://github.com/rustls/rustls/commit/3ed39adc3d491fcd8635f425e4f58a903abca81f"><code>3ed39ad</code></a> upgrade to webpki 0.101.7</li> <li><a href="https://github.com/rustls/rustls/commit/3e4a72e396554ef9479539d896e31afcb6bd4cd0"><code>3e4a72e</code></a> Docstrings on expressions are not a thing</li> <li><a href="https://github.com/rustls/rustls/commit/e26d1d82aeda622e4166a2563f50af0a11067a29"><code>e26d1d8</code></a> Bump MSRV to 1.61</li> <li><a href="https://github.com/rustls/rustls/commit/ab7b0e7a4fe2597b01d292ba3c4ba3819da22745"><code>ab7b0e7</code></a> Drop rust-version metadata for internal crates</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.21.7&new-version=0.21.8)](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>
2023-10-25 05:52:12 +03:00
[[package]]
name = "ring"
2024-02-20 06:08:33 +03:00
version = "0.17.8"
chore(deps): Bump rustls from 0.21.7 to 0.21.8 (#967) Bumps [rustls](https://github.com/rustls/rustls) from 0.21.7 to 0.21.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rustls/releases">rustls's releases</a>.</em></p> <blockquote> <h2>0.21.8</h2> <ul> <li>Fixes <code>ConnectionCommon::complete_io()</code> to flush writers before potentially expecting a response.</li> <li>Upgrades <code>*ring*</code> to 0.17 - <strong>Note</strong>: <code>*ring*</code> 0.17 when built with <code>gcc</code> will experience slower X25519 and Ed25519 operations compared to previous releases.</li> <li>Upgrades <code>rustls-webpki</code> to 0.101.7 to match <code>*ring*</code> 0.17 dependency</li> <li><code>Tls12CipherSuite::hash_algorithm()</code> and <code>Tls13CipherSuite::hash_algorithm()</code> are now crate-internal. This is a small breaking change to remove unintended exposure of underlying <code>*ring*</code> types in the public API.</li> </ul> <h2>What's Changed</h2> <ul> <li>fuzz: remove unused webpki dependency by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1523">rustls/rustls#1523</a></li> <li>Fix nightly clippy warning by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1443">rustls/rustls#1443</a></li> <li>Upgrade to ring 0.17 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1508">rustls/rustls#1508</a></li> <li>Bump MSRV to 1.61 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1516">rustls/rustls#1516</a></li> <li>docs: adjust <em>ring</em> platform compatibility by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1532">rustls/rustls#1532</a></li> <li>Fix: flush writers before potentially expecting a response by <a href="https://github.com/robsdedude"><code>@​robsdedude</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1542">rustls/rustls#1542</a></li> <li>v0.21.8 preparation by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1525">rustls/rustls#1525</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/c34477a068b340473dd654d1b25d6fac71e0c570"><code>c34477a</code></a> Cargo: 0.21.7 -&gt; 0.21.8</li> <li><a href="https://github.com/rustls/rustls/commit/8cf2594dcb0fa523a1c62dbca279e3d4a41b8372"><code>8cf2594</code></a> sign: fix clippy get-first warning</li> <li><a href="https://github.com/rustls/rustls/commit/ecc6cded2a1f2ada0884c62d642a90ce17d77964"><code>ecc6cde</code></a> Flush writers before potentially expecting a response</li> <li><a href="https://github.com/rustls/rustls/commit/53adb9d2eb68034c1710e736f2dc343bbea657fb"><code>53adb9d</code></a> docs: adjust <em>ring</em> platform compatibility</li> <li><a href="https://github.com/rustls/rustls/commit/d5d62499f2c4df9c6303eed51c730c8d031ec661"><code>d5d6249</code></a> upgrade to ring 0.17</li> <li><a href="https://github.com/rustls/rustls/commit/a659652de0d813b362d401d7e58562bb5a15da3e"><code>a659652</code></a> tls12/tls13: make hash_algorithm crate internal</li> <li><a href="https://github.com/rustls/rustls/commit/3ed39adc3d491fcd8635f425e4f58a903abca81f"><code>3ed39ad</code></a> upgrade to webpki 0.101.7</li> <li><a href="https://github.com/rustls/rustls/commit/3e4a72e396554ef9479539d896e31afcb6bd4cd0"><code>3e4a72e</code></a> Docstrings on expressions are not a thing</li> <li><a href="https://github.com/rustls/rustls/commit/e26d1d82aeda622e4166a2563f50af0a11067a29"><code>e26d1d8</code></a> Bump MSRV to 1.61</li> <li><a href="https://github.com/rustls/rustls/commit/ab7b0e7a4fe2597b01d292ba3c4ba3819da22745"><code>ab7b0e7</code></a> Drop rust-version metadata for internal crates</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.21.7&new-version=0.21.8)](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>
2023-10-25 05:52:12 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-20 06:08:33 +03:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
chore(deps): Bump rustls from 0.21.7 to 0.21.8 (#967) Bumps [rustls](https://github.com/rustls/rustls) from 0.21.7 to 0.21.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rustls/releases">rustls's releases</a>.</em></p> <blockquote> <h2>0.21.8</h2> <ul> <li>Fixes <code>ConnectionCommon::complete_io()</code> to flush writers before potentially expecting a response.</li> <li>Upgrades <code>*ring*</code> to 0.17 - <strong>Note</strong>: <code>*ring*</code> 0.17 when built with <code>gcc</code> will experience slower X25519 and Ed25519 operations compared to previous releases.</li> <li>Upgrades <code>rustls-webpki</code> to 0.101.7 to match <code>*ring*</code> 0.17 dependency</li> <li><code>Tls12CipherSuite::hash_algorithm()</code> and <code>Tls13CipherSuite::hash_algorithm()</code> are now crate-internal. This is a small breaking change to remove unintended exposure of underlying <code>*ring*</code> types in the public API.</li> </ul> <h2>What's Changed</h2> <ul> <li>fuzz: remove unused webpki dependency by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1523">rustls/rustls#1523</a></li> <li>Fix nightly clippy warning by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1443">rustls/rustls#1443</a></li> <li>Upgrade to ring 0.17 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1508">rustls/rustls#1508</a></li> <li>Bump MSRV to 1.61 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1516">rustls/rustls#1516</a></li> <li>docs: adjust <em>ring</em> platform compatibility by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1532">rustls/rustls#1532</a></li> <li>Fix: flush writers before potentially expecting a response by <a href="https://github.com/robsdedude"><code>@​robsdedude</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1542">rustls/rustls#1542</a></li> <li>v0.21.8 preparation by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1525">rustls/rustls#1525</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/c34477a068b340473dd654d1b25d6fac71e0c570"><code>c34477a</code></a> Cargo: 0.21.7 -&gt; 0.21.8</li> <li><a href="https://github.com/rustls/rustls/commit/8cf2594dcb0fa523a1c62dbca279e3d4a41b8372"><code>8cf2594</code></a> sign: fix clippy get-first warning</li> <li><a href="https://github.com/rustls/rustls/commit/ecc6cded2a1f2ada0884c62d642a90ce17d77964"><code>ecc6cde</code></a> Flush writers before potentially expecting a response</li> <li><a href="https://github.com/rustls/rustls/commit/53adb9d2eb68034c1710e736f2dc343bbea657fb"><code>53adb9d</code></a> docs: adjust <em>ring</em> platform compatibility</li> <li><a href="https://github.com/rustls/rustls/commit/d5d62499f2c4df9c6303eed51c730c8d031ec661"><code>d5d6249</code></a> upgrade to ring 0.17</li> <li><a href="https://github.com/rustls/rustls/commit/a659652de0d813b362d401d7e58562bb5a15da3e"><code>a659652</code></a> tls12/tls13: make hash_algorithm crate internal</li> <li><a href="https://github.com/rustls/rustls/commit/3ed39adc3d491fcd8635f425e4f58a903abca81f"><code>3ed39ad</code></a> upgrade to webpki 0.101.7</li> <li><a href="https://github.com/rustls/rustls/commit/3e4a72e396554ef9479539d896e31afcb6bd4cd0"><code>3e4a72e</code></a> Docstrings on expressions are not a thing</li> <li><a href="https://github.com/rustls/rustls/commit/e26d1d82aeda622e4166a2563f50af0a11067a29"><code>e26d1d8</code></a> Bump MSRV to 1.61</li> <li><a href="https://github.com/rustls/rustls/commit/ab7b0e7a4fe2597b01d292ba3c4ba3819da22745"><code>ab7b0e7</code></a> Drop rust-version metadata for internal crates</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.21.7&new-version=0.21.8)](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>
2023-10-25 05:52:12 +03:00
dependencies = [
"cc",
2024-02-20 06:08:33 +03:00
"cfg-if",
chore(deps): Bump rustls from 0.21.7 to 0.21.8 (#967) Bumps [rustls](https://github.com/rustls/rustls) from 0.21.7 to 0.21.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rustls/releases">rustls's releases</a>.</em></p> <blockquote> <h2>0.21.8</h2> <ul> <li>Fixes <code>ConnectionCommon::complete_io()</code> to flush writers before potentially expecting a response.</li> <li>Upgrades <code>*ring*</code> to 0.17 - <strong>Note</strong>: <code>*ring*</code> 0.17 when built with <code>gcc</code> will experience slower X25519 and Ed25519 operations compared to previous releases.</li> <li>Upgrades <code>rustls-webpki</code> to 0.101.7 to match <code>*ring*</code> 0.17 dependency</li> <li><code>Tls12CipherSuite::hash_algorithm()</code> and <code>Tls13CipherSuite::hash_algorithm()</code> are now crate-internal. This is a small breaking change to remove unintended exposure of underlying <code>*ring*</code> types in the public API.</li> </ul> <h2>What's Changed</h2> <ul> <li>fuzz: remove unused webpki dependency by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1523">rustls/rustls#1523</a></li> <li>Fix nightly clippy warning by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1443">rustls/rustls#1443</a></li> <li>Upgrade to ring 0.17 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1508">rustls/rustls#1508</a></li> <li>Bump MSRV to 1.61 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1516">rustls/rustls#1516</a></li> <li>docs: adjust <em>ring</em> platform compatibility by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1532">rustls/rustls#1532</a></li> <li>Fix: flush writers before potentially expecting a response by <a href="https://github.com/robsdedude"><code>@​robsdedude</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1542">rustls/rustls#1542</a></li> <li>v0.21.8 preparation by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1525">rustls/rustls#1525</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/c34477a068b340473dd654d1b25d6fac71e0c570"><code>c34477a</code></a> Cargo: 0.21.7 -&gt; 0.21.8</li> <li><a href="https://github.com/rustls/rustls/commit/8cf2594dcb0fa523a1c62dbca279e3d4a41b8372"><code>8cf2594</code></a> sign: fix clippy get-first warning</li> <li><a href="https://github.com/rustls/rustls/commit/ecc6cded2a1f2ada0884c62d642a90ce17d77964"><code>ecc6cde</code></a> Flush writers before potentially expecting a response</li> <li><a href="https://github.com/rustls/rustls/commit/53adb9d2eb68034c1710e736f2dc343bbea657fb"><code>53adb9d</code></a> docs: adjust <em>ring</em> platform compatibility</li> <li><a href="https://github.com/rustls/rustls/commit/d5d62499f2c4df9c6303eed51c730c8d031ec661"><code>d5d6249</code></a> upgrade to ring 0.17</li> <li><a href="https://github.com/rustls/rustls/commit/a659652de0d813b362d401d7e58562bb5a15da3e"><code>a659652</code></a> tls12/tls13: make hash_algorithm crate internal</li> <li><a href="https://github.com/rustls/rustls/commit/3ed39adc3d491fcd8635f425e4f58a903abca81f"><code>3ed39ad</code></a> upgrade to webpki 0.101.7</li> <li><a href="https://github.com/rustls/rustls/commit/3e4a72e396554ef9479539d896e31afcb6bd4cd0"><code>3e4a72e</code></a> Docstrings on expressions are not a thing</li> <li><a href="https://github.com/rustls/rustls/commit/e26d1d82aeda622e4166a2563f50af0a11067a29"><code>e26d1d8</code></a> Bump MSRV to 1.61</li> <li><a href="https://github.com/rustls/rustls/commit/ab7b0e7a4fe2597b01d292ba3c4ba3819da22745"><code>ab7b0e7</code></a> Drop rust-version metadata for internal crates</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.21.7&new-version=0.21.8)](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>
2023-10-25 05:52:12 +03:00
"getrandom",
"libc",
"spin",
chore(deps): Bump tokio-postgres-rustls from 0.11.0 to 0.11.1 (#1141) Bumps [tokio-postgres-rustls](https://github.com/jbg/tokio-postgres-rustls) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jbg/tokio-postgres-rustls/releases">tokio-postgres-rustls's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <ul> <li>Update <code>x509-certificate</code> to 0.23 to avoid pulling in multiple versions of <code>ring</code>. Thanks <a href="https://github.com/serprex"><code>@​serprex</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/a588474bf0ea7fa76fd0404469546092138cf771"><code>a588474</code></a> Bump version to 0.11.1</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/f210aa24c4788e7f3bd9af52c4f7014c5561ac70"><code>f210aa2</code></a> Merge pull request <a href="https://redirect.github.com/jbg/tokio-postgres-rustls/issues/18">#18</a> from serprex/update-x509</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/91d9d03eea72395f6c6cc8fc6bdc6a8a9198414e"><code>91d9d03</code></a> Update x509-certificate from 0.21 to 0.23</li> <li>See full diff in <a href="https://github.com/jbg/tokio-postgres-rustls/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-postgres-rustls&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](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>
2024-01-19 05:48:49 +03:00
"untrusted",
2024-02-20 06:08:33 +03:00
"windows-sys 0.52.0",
chore(deps): Bump rustls from 0.21.7 to 0.21.8 (#967) Bumps [rustls](https://github.com/rustls/rustls) from 0.21.7 to 0.21.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rustls/releases">rustls's releases</a>.</em></p> <blockquote> <h2>0.21.8</h2> <ul> <li>Fixes <code>ConnectionCommon::complete_io()</code> to flush writers before potentially expecting a response.</li> <li>Upgrades <code>*ring*</code> to 0.17 - <strong>Note</strong>: <code>*ring*</code> 0.17 when built with <code>gcc</code> will experience slower X25519 and Ed25519 operations compared to previous releases.</li> <li>Upgrades <code>rustls-webpki</code> to 0.101.7 to match <code>*ring*</code> 0.17 dependency</li> <li><code>Tls12CipherSuite::hash_algorithm()</code> and <code>Tls13CipherSuite::hash_algorithm()</code> are now crate-internal. This is a small breaking change to remove unintended exposure of underlying <code>*ring*</code> types in the public API.</li> </ul> <h2>What's Changed</h2> <ul> <li>fuzz: remove unused webpki dependency by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1523">rustls/rustls#1523</a></li> <li>Fix nightly clippy warning by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1443">rustls/rustls#1443</a></li> <li>Upgrade to ring 0.17 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1508">rustls/rustls#1508</a></li> <li>Bump MSRV to 1.61 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1516">rustls/rustls#1516</a></li> <li>docs: adjust <em>ring</em> platform compatibility by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1532">rustls/rustls#1532</a></li> <li>Fix: flush writers before potentially expecting a response by <a href="https://github.com/robsdedude"><code>@​robsdedude</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1542">rustls/rustls#1542</a></li> <li>v0.21.8 preparation by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1525">rustls/rustls#1525</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/c34477a068b340473dd654d1b25d6fac71e0c570"><code>c34477a</code></a> Cargo: 0.21.7 -&gt; 0.21.8</li> <li><a href="https://github.com/rustls/rustls/commit/8cf2594dcb0fa523a1c62dbca279e3d4a41b8372"><code>8cf2594</code></a> sign: fix clippy get-first warning</li> <li><a href="https://github.com/rustls/rustls/commit/ecc6cded2a1f2ada0884c62d642a90ce17d77964"><code>ecc6cde</code></a> Flush writers before potentially expecting a response</li> <li><a href="https://github.com/rustls/rustls/commit/53adb9d2eb68034c1710e736f2dc343bbea657fb"><code>53adb9d</code></a> docs: adjust <em>ring</em> platform compatibility</li> <li><a href="https://github.com/rustls/rustls/commit/d5d62499f2c4df9c6303eed51c730c8d031ec661"><code>d5d6249</code></a> upgrade to ring 0.17</li> <li><a href="https://github.com/rustls/rustls/commit/a659652de0d813b362d401d7e58562bb5a15da3e"><code>a659652</code></a> tls12/tls13: make hash_algorithm crate internal</li> <li><a href="https://github.com/rustls/rustls/commit/3ed39adc3d491fcd8635f425e4f58a903abca81f"><code>3ed39ad</code></a> upgrade to webpki 0.101.7</li> <li><a href="https://github.com/rustls/rustls/commit/3e4a72e396554ef9479539d896e31afcb6bd4cd0"><code>3e4a72e</code></a> Docstrings on expressions are not a thing</li> <li><a href="https://github.com/rustls/rustls/commit/e26d1d82aeda622e4166a2563f50af0a11067a29"><code>e26d1d8</code></a> Bump MSRV to 1.61</li> <li><a href="https://github.com/rustls/rustls/commit/ab7b0e7a4fe2597b01d292ba3c4ba3819da22745"><code>ab7b0e7</code></a> Drop rust-version metadata for internal crates</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.21.7&new-version=0.21.8)](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>
2023-10-25 05:52:12 +03:00
]
[[package]]
name = "roff"
2024-07-30 17:53:22 +03:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "roxmltree"
2023-10-01 05:49:56 +03:00
version = "0.18.1"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-01 05:49:56 +03:00
checksum = "862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"xmlparser",
]
2024-01-26 22:02:17 +03:00
[[package]]
name = "roxmltree"
2024-07-30 17:53:22 +03:00
version = "0.20.0"
2024-01-26 22:02:17 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
2024-01-26 22:02:17 +03:00
[[package]]
name = "rsa"
2023-12-06 07:48:59 +03:00
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-06 07:48:59 +03:00
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
dependencies = [
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core",
"signature",
"spki",
"subtle",
"zeroize",
]
[[package]]
name = "rstest"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035"
dependencies = [
"futures",
"futures-timer",
"rstest_macros",
"rustc_version",
]
[[package]]
name = "rstest_macros"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a"
dependencies = [
"cfg-if",
"glob",
2024-05-30 21:34:53 +03:00
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
"relative-path",
"rustc_version",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
"unicode-ident",
]
[[package]]
name = "rusqlite"
2023-11-27 07:10:29 +03:00
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 07:10:29 +03:00
checksum = "a78046161564f5e7cd9008aff3b2990b3850dc8e0349119b98e8f251e099f24d"
dependencies = [
"bitflags 2.6.0",
2023-11-27 07:10:29 +03:00
"fallible-iterator 0.3.0",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
]
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
[[package]]
name = "rustc-demangle"
version = "0.1.24"
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
chore(deps): Bump quinn-proto from 0.11.3 to 0.11.8 (#1497) Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.11.3 to 0.11.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/quinn-rs/quinn/releases">quinn-proto's releases</a>.</em></p> <blockquote> <h2>quinn-proto 0.11.5</h2> <h2>What's Changed</h2> <ul> <li>No workspace lints by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1955">quinn-rs/quinn#1955</a></li> </ul> <h2>quinn-proto 0.11.4</h2> <h2>What's Changed</h2> <ul> <li>Fix panic in example due to unset default crypto provider by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1882">quinn-rs/quinn#1882</a></li> <li>Fix zero-length connection IDs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1883">quinn-rs/quinn#1883</a></li> <li>Add support for NetBSD, fix OpenBSD by <a href="https://github.com/flub"><code>@​flub</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1884">quinn-rs/quinn#1884</a></li> <li>docs(udp): replace AsRawFd and AsRawSocket with AsFd and AsSocket by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1890">quinn-rs/quinn#1890</a></li> <li>Resolve stopped/received_reset futures on lost connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1886">quinn-rs/quinn#1886</a></li> <li>Bump version numbers (quinn 0.11.2, -proto 0.11.3) by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1891">quinn-rs/quinn#1891</a></li> <li>udp: bump version to 0.5.2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1892">quinn-rs/quinn#1892</a></li> <li>docs(quinn): Clarify effects of setting AckFrequencyConfig by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1894">quinn-rs/quinn#1894</a></li> <li>Apply clippy suggestions from Rust 1.79 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1895">quinn-rs/quinn#1895</a></li> <li>Only send MAX_STREAMS when &gt;1/8 of flow control window is consumed by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1898">quinn-rs/quinn#1898</a></li> <li>fix: remove unused dependency tracing-attributes by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1903">quinn-rs/quinn#1903</a></li> <li>proto: make initial destination cid configurable by <a href="https://github.com/thynson"><code>@​thynson</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1897">quinn-rs/quinn#1897</a></li> <li>Allow configuring rng seed through <code>EndpointConfig</code> by <a href="https://github.com/aochagavia"><code>@​aochagavia</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1901">quinn-rs/quinn#1901</a></li> <li>quinn: introduce waking helpers by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1908">quinn-rs/quinn#1908</a></li> <li>Wake blocked streams on 0-RTT rejection by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1905">quinn-rs/quinn#1905</a></li> <li>Upgrade to rustc-hash 2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1909">quinn-rs/quinn#1909</a></li> <li>Fix unnecessary Incoming warning on Endpoint drop by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1907">quinn-rs/quinn#1907</a></li> <li>Revise and add additional 0-rtt doc comments by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1826">quinn-rs/quinn#1826</a></li> <li>docs: remove reference to sendmmsg by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1914">quinn-rs/quinn#1914</a></li> <li>Fix debug assert with reordered ACKs by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1893">quinn-rs/quinn#1893</a></li> <li>quinn: Make <code>Endpoint::client</code> dual-stack V6 by default by <a href="https://github.com/gretchenfrage"><code>@​gretchenfrage</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1913">quinn-rs/quinn#1913</a></li> <li>bench(udp): measure non-GSO &amp; GSO on localhost by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1915">quinn-rs/quinn#1915</a></li> <li>proto: avoid overflow in handshake done statistic by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1918">quinn-rs/quinn#1918</a></li> <li>Use workspace dependencies for all external dependencies by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1919">quinn-rs/quinn#1919</a></li> <li>Fix lack of reexport of ConnectionStats and ResetError by <a href="https://github.com/TirushOne"><code>@​TirushOne</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1920">quinn-rs/quinn#1920</a></li> <li>[non-breaking] deps(udp): make tracing optional and add optional log by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1923">quinn-rs/quinn#1923</a></li> <li>fix(udp): feature flag tracing in windows.rs by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1932">quinn-rs/quinn#1932</a></li> <li>Bump MSRV to 1.70 following tokio 1.39 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1939">quinn-rs/quinn#1939</a></li> <li>Raise default idle timeout to 30 seconds by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1938">quinn-rs/quinn#1938</a></li> <li>Discard pre-handshake packets after the handshake by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1937">quinn-rs/quinn#1937</a></li> <li>Apply suggestions from Clippy 1.80 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1941">quinn-rs/quinn#1941</a></li> <li>chore(quinn): feature flag socket2 imports by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1933">quinn-rs/quinn#1933</a></li> <li>refactor: move rust-version to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1940">quinn-rs/quinn#1940</a></li> <li>chore: move common package data to workspace Cargo.toml by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1943">quinn-rs/quinn#1943</a></li> <li>Endpoint stats interface by <a href="https://github.com/ryleung-solana"><code>@​ryleung-solana</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1900">quinn-rs/quinn#1900</a></li> <li>Expose the Handshake Confirmed state by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1944">quinn-rs/quinn#1944</a></li> <li>Exclude metrics with freestanding getters from EndpointStats by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1945">quinn-rs/quinn#1945</a></li> <li>Fix incorrect initial DCID indexing on retried connections by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1946">quinn-rs/quinn#1946</a></li> <li>Add expect message to unwrap in PacketBuilder by <a href="https://github.com/casey"><code>@​casey</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1951">quinn-rs/quinn#1951</a></li> <li>Revert &quot;proto: yield transport error for Initial packets with no CRYPTO&quot; by <a href="https://github.com/Ralith"><code>@​Ralith</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1952">quinn-rs/quinn#1952</a></li> <li>refactor(udp): introduce log facade by <a href="https://github.com/mxinden"><code>@​mxinden</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1935">quinn-rs/quinn#1935</a></li> <li>Update cargo-deny-action to v2 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/quinn-rs/quinn/pull/1953">quinn-rs/quinn#1953</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/quinn-rs/quinn/commit/7c09b02073783830abb7304fc4642c5452cc6853"><code>7c09b02</code></a> proto: bump version to 0.11.8 for release (<a href="https://redirect.github.com/quinn-rs/quinn/issues/1981">#1981</a>)</li> <li><a href="https://github.com/quinn-rs/quinn/commit/59bccd2e7e8fbab4a8d178596daf951705ff5ca9"><code>59bccd2</code></a> Version bump <code>quinn</code> to enforce patched <code>quinn-proto</code></li> <li><a href="https://github.com/quinn-rs/quinn/commit/a8ec510fd171380a50bd9b99f20a772980aabe47"><code>a8ec510</code></a> proto: avoid panicking on rustls server config errors</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c26e8cd2f781e2cf83aa6cac09fd051ddc25a4e8"><code>c26e8cd</code></a> Bump versions</li> <li><a href="https://github.com/quinn-rs/quinn/commit/e01609ccd8738bd438d86fa7185a0f85598cb58f"><code>e01609c</code></a> Merge commit from fork</li> <li><a href="https://github.com/quinn-rs/quinn/commit/c292a3c6a60b9b67c82dfaf5b2dab212d8f4a530"><code>c292a3c</code></a> Fix and test validation of IDCID length</li> <li><a href="https://github.com/quinn-rs/quinn/commit/bb02a12a8435a7732a1d762783eeacbb7e50418e"><code>bb02a12</code></a> fix(.github/android): use API level 26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/5e5cc936450e7a843f88ed4008d5df9374fb7dd8"><code>5e5cc93</code></a> fix(.github/android): pass matrix.target and increase api to v26</li> <li><a href="https://github.com/quinn-rs/quinn/commit/cef42cccef6fb6f02527ae4b2f42d7f7da878f62"><code>cef42cc</code></a> fix(udp): typo in sendmsg error log</li> <li><a href="https://github.com/quinn-rs/quinn/commit/edf16a6f106379681509f229b6e45539fa3eebdb"><code>edf16a6</code></a> ci(rust.yml): add workflow testing feature permutations</li> <li>Additional commits viewable in <a href="https://github.com/quinn-rs/quinn/compare/quinn-proto-0.11.3...quinn-proto-0.11.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quinn-proto&package-manager=cargo&previous-version=0.11.3&new-version=0.11.8)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/maplibre/martin/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 00:16:55 +03:00
[[package]]
name = "rustc-hash"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
2021-07-16 16:08:46 +03:00
[[package]]
name = "rustc_version"
2024-09-11 22:32:24 +03:00
version = "0.4.1"
2021-07-16 16:08:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2021-07-16 16:08:46 +03:00
dependencies = [
"semver",
2021-07-16 16:08:46 +03:00
]
2023-07-03 13:43:29 +03:00
[[package]]
name = "rustix"
2024-09-11 22:32:24 +03:00
version = "0.38.37"
2023-07-03 13:43:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
2023-07-03 13:43:29 +03:00
dependencies = [
"bitflags 2.6.0",
"errno",
2023-07-03 13:43:29 +03:00
"libc",
"linux-raw-sys",
2023-12-06 07:48:59 +03:00
"windows-sys 0.52.0",
2023-07-03 13:43:29 +03:00
]
[[package]]
name = "rustls"
chore(deps): Bump rustls from 0.23.15 to 0.23.16 (#1557) Bumps [rustls](https://github.com/rustls/rustls) from 0.23.15 to 0.23.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/276eb7442ccbbe3d04fb2f21fb4b0c0ac3c70318"><code>276eb74</code></a> Bump version to 0.23.16 (<a href="https://redirect.github.com/rustls/rustls/issues/2183">#2183</a>)</li> <li><a href="https://github.com/rustls/rustls/commit/e07bdc91dc900978d24e7eba8a691d94896c84b6"><code>e07bdc9</code></a> Don't warn on UserCanceled alerts</li> <li><a href="https://github.com/rustls/rustls/commit/a5d6350aa1c0c46747e44c0fa8e5f40e93160d2b"><code>a5d6350</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/rustls/rustls/commit/75e5503ea1d13ce158895e2b50f4269e79269445"><code>75e5503</code></a> builder: expose ConfigBuilder::crypto_provider()</li> <li><a href="https://github.com/rustls/rustls/commit/aebe2c3e23c2f8f53ea91193e92ebdd9767137e1"><code>aebe2c3</code></a> builder: store providers directly into ConfigBuilder</li> <li><a href="https://github.com/rustls/rustls/commit/121d813ca87fe881881cb29b04471af642131a55"><code>121d813</code></a> Avoid feature unification for bogo</li> <li><a href="https://github.com/rustls/rustls/commit/eb2a1c48ddec82c35497e5d46afe8b3738c1e93b"><code>eb2a1c4</code></a> Move from kyber768 to ML-KEM768</li> <li><a href="https://github.com/rustls/rustls/commit/626424311fbf8329eeccc4fa867974d7f6897c39"><code>6264243</code></a> fix(deps): update rust crate asn1 to 0.18</li> <li><a href="https://github.com/rustls/rustls/commit/28ec955fbabc126c0a12a93119b42d2fcaa76b12"><code>28ec955</code></a> ci: loosen lychee-action version</li> <li><a href="https://github.com/rustls/rustls/commit/f7c9c30da770adb2d407528566a428f6e5776a12"><code>f7c9c30</code></a> ci: move lychee step before dir mv</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.23.15...v/0.23.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.23.15&new-version=0.23.16)](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>
2024-10-29 06:08:40 +03:00
version = "0.23.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump rustls from 0.23.15 to 0.23.16 (#1557) Bumps [rustls](https://github.com/rustls/rustls) from 0.23.15 to 0.23.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/276eb7442ccbbe3d04fb2f21fb4b0c0ac3c70318"><code>276eb74</code></a> Bump version to 0.23.16 (<a href="https://redirect.github.com/rustls/rustls/issues/2183">#2183</a>)</li> <li><a href="https://github.com/rustls/rustls/commit/e07bdc91dc900978d24e7eba8a691d94896c84b6"><code>e07bdc9</code></a> Don't warn on UserCanceled alerts</li> <li><a href="https://github.com/rustls/rustls/commit/a5d6350aa1c0c46747e44c0fa8e5f40e93160d2b"><code>a5d6350</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/rustls/rustls/commit/75e5503ea1d13ce158895e2b50f4269e79269445"><code>75e5503</code></a> builder: expose ConfigBuilder::crypto_provider()</li> <li><a href="https://github.com/rustls/rustls/commit/aebe2c3e23c2f8f53ea91193e92ebdd9767137e1"><code>aebe2c3</code></a> builder: store providers directly into ConfigBuilder</li> <li><a href="https://github.com/rustls/rustls/commit/121d813ca87fe881881cb29b04471af642131a55"><code>121d813</code></a> Avoid feature unification for bogo</li> <li><a href="https://github.com/rustls/rustls/commit/eb2a1c48ddec82c35497e5d46afe8b3738c1e93b"><code>eb2a1c4</code></a> Move from kyber768 to ML-KEM768</li> <li><a href="https://github.com/rustls/rustls/commit/626424311fbf8329eeccc4fa867974d7f6897c39"><code>6264243</code></a> fix(deps): update rust crate asn1 to 0.18</li> <li><a href="https://github.com/rustls/rustls/commit/28ec955fbabc126c0a12a93119b42d2fcaa76b12"><code>28ec955</code></a> ci: loosen lychee-action version</li> <li><a href="https://github.com/rustls/rustls/commit/f7c9c30da770adb2d407528566a428f6e5776a12"><code>f7c9c30</code></a> ci: move lychee step before dir mv</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.23.15...v/0.23.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.23.15&new-version=0.23.16)](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>
2024-10-29 06:08:40 +03:00
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
dependencies = [
"aws-lc-rs",
"log",
"once_cell",
"ring",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-native-certs"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
dependencies = [
"openssl-probe",
"rustls-pemfile",
"rustls-pki-types",
"schannel",
"security-framework",
]
2024-09-11 22:32:24 +03:00
[[package]]
name = "rustls-native-certs"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
dependencies = [
"openssl-probe",
"rustls-pemfile",
"rustls-pki-types",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
chore(deps): Bump rustls from 0.23.14 to 0.23.15 (#1540) Bumps [rustls](https://github.com/rustls/rustls) from 0.23.14 to 0.23.15. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/3099020a2239729f2e2bd99a09f870dc2f4a57bc"><code>3099020</code></a> Prepare 0.23.15</li> <li><a href="https://github.com/rustls/rustls/commit/9a19b599e3f91b24e48303a3b9af7e09b9937041"><code>9a19b59</code></a> Take pki-types 1.10</li> <li><a href="https://github.com/rustls/rustls/commit/d58f86d3fdfe207919263abbe70cbb9ecdad978d"><code>d58f86d</code></a> bench-measure.mk: rebuild bench each time</li> <li><a href="https://github.com/rustls/rustls/commit/e653618266373818447184c2f1dff418c397b43c"><code>e653618</code></a> bench: decrease bench allocator traffic</li> <li><a href="https://github.com/rustls/rustls/commit/494f4dacb6f930a13248f79dd5281a0cc54d9c8a"><code>494f4da</code></a> Use re-exported pki-types everywhere</li> <li><a href="https://github.com/rustls/rustls/commit/0254d003c3e998fde35351e42e3740f0550f59dc"><code>0254d00</code></a> clippy: needless_lifetimes fixes</li> <li><a href="https://github.com/rustls/rustls/commit/25f1e4f42eefc57eb63928e4a21971356083047f"><code>25f1e4f</code></a> outbound: replace manual arithmetic check</li> <li><a href="https://github.com/rustls/rustls/commit/51e783a033964da3c636cefb51d336d7d69fd23d"><code>51e783a</code></a> clippy: address nightly empty_line_after_doc_comments</li> <li><a href="https://github.com/rustls/rustls/commit/422a0c5e671e4f013c424557ea4866a3f541d120"><code>422a0c5</code></a> manual: include mention of client-side ECH</li> <li><a href="https://github.com/rustls/rustls/commit/aaeff17fefd023d6dd74dd9131d177bc52697889"><code>aaeff17</code></a> docs: update cpu project time allotment</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.23.14...v/0.23.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.23.14&new-version=0.23.15)](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>
2024-10-17 05:51:32 +03:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump rustls from 0.23.14 to 0.23.15 (#1540) Bumps [rustls](https://github.com/rustls/rustls) from 0.23.14 to 0.23.15. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/3099020a2239729f2e2bd99a09f870dc2f4a57bc"><code>3099020</code></a> Prepare 0.23.15</li> <li><a href="https://github.com/rustls/rustls/commit/9a19b599e3f91b24e48303a3b9af7e09b9937041"><code>9a19b59</code></a> Take pki-types 1.10</li> <li><a href="https://github.com/rustls/rustls/commit/d58f86d3fdfe207919263abbe70cbb9ecdad978d"><code>d58f86d</code></a> bench-measure.mk: rebuild bench each time</li> <li><a href="https://github.com/rustls/rustls/commit/e653618266373818447184c2f1dff418c397b43c"><code>e653618</code></a> bench: decrease bench allocator traffic</li> <li><a href="https://github.com/rustls/rustls/commit/494f4dacb6f930a13248f79dd5281a0cc54d9c8a"><code>494f4da</code></a> Use re-exported pki-types everywhere</li> <li><a href="https://github.com/rustls/rustls/commit/0254d003c3e998fde35351e42e3740f0550f59dc"><code>0254d00</code></a> clippy: needless_lifetimes fixes</li> <li><a href="https://github.com/rustls/rustls/commit/25f1e4f42eefc57eb63928e4a21971356083047f"><code>25f1e4f</code></a> outbound: replace manual arithmetic check</li> <li><a href="https://github.com/rustls/rustls/commit/51e783a033964da3c636cefb51d336d7d69fd23d"><code>51e783a</code></a> clippy: address nightly empty_line_after_doc_comments</li> <li><a href="https://github.com/rustls/rustls/commit/422a0c5e671e4f013c424557ea4866a3f541d120"><code>422a0c5</code></a> manual: include mention of client-side ECH</li> <li><a href="https://github.com/rustls/rustls/commit/aaeff17fefd023d6dd74dd9131d177bc52697889"><code>aaeff17</code></a> docs: update cpu project time allotment</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.23.14...v/0.23.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.23.14&new-version=0.23.15)](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>
2024-10-17 05:51:32 +03:00
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
[[package]]
name = "rustls-webpki"
2024-09-11 22:32:24 +03:00
version = "0.102.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
dependencies = [
"aws-lc-rs",
chore(deps): Bump tokio-postgres-rustls from 0.11.0 to 0.11.1 (#1141) Bumps [tokio-postgres-rustls](https://github.com/jbg/tokio-postgres-rustls) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jbg/tokio-postgres-rustls/releases">tokio-postgres-rustls's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <ul> <li>Update <code>x509-certificate</code> to 0.23 to avoid pulling in multiple versions of <code>ring</code>. Thanks <a href="https://github.com/serprex"><code>@​serprex</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/a588474bf0ea7fa76fd0404469546092138cf771"><code>a588474</code></a> Bump version to 0.11.1</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/f210aa24c4788e7f3bd9af52c4f7014c5561ac70"><code>f210aa2</code></a> Merge pull request <a href="https://redirect.github.com/jbg/tokio-postgres-rustls/issues/18">#18</a> from serprex/update-x509</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/91d9d03eea72395f6c6cc8fc6bdc6a8a9198414e"><code>91d9d03</code></a> Update x509-certificate from 0.21 to 0.23</li> <li>See full diff in <a href="https://github.com/jbg/tokio-postgres-rustls/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-postgres-rustls&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](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>
2024-01-19 05:48:49 +03:00
"ring",
"rustls-pki-types",
chore(deps): Bump tokio-postgres-rustls from 0.11.0 to 0.11.1 (#1141) Bumps [tokio-postgres-rustls](https://github.com/jbg/tokio-postgres-rustls) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jbg/tokio-postgres-rustls/releases">tokio-postgres-rustls's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <ul> <li>Update <code>x509-certificate</code> to 0.23 to avoid pulling in multiple versions of <code>ring</code>. Thanks <a href="https://github.com/serprex"><code>@​serprex</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/a588474bf0ea7fa76fd0404469546092138cf771"><code>a588474</code></a> Bump version to 0.11.1</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/f210aa24c4788e7f3bd9af52c4f7014c5561ac70"><code>f210aa2</code></a> Merge pull request <a href="https://redirect.github.com/jbg/tokio-postgres-rustls/issues/18">#18</a> from serprex/update-x509</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/91d9d03eea72395f6c6cc8fc6bdc6a8a9198414e"><code>91d9d03</code></a> Update x509-certificate from 0.21 to 0.23</li> <li>See full diff in <a href="https://github.com/jbg/tokio-postgres-rustls/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-postgres-rustls&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](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>
2024-01-19 05:48:49 +03:00
"untrusted",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "rustybuzz"
version = "0.10.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71cd15fef9112a1f94ac64b58d1e4628192631ad6af4dc69997f995459c874e7"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
2023-07-03 13:43:29 +03:00
"bitflags 1.3.2",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"bytemuck",
"smallvec",
"ttf-parser",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"unicode-bidi-mirroring",
"unicode-ccc",
"unicode-properties",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"unicode-script",
]
2018-08-16 14:07:19 +03:00
[[package]]
name = "ryu"
version = "1.0.18"
2018-08-16 14:07:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2018-08-16 14:07:19 +03:00
2018-09-15 12:49:25 +03:00
[[package]]
name = "same-file"
2020-01-11 12:05:45 +03:00
version = "1.0.6"
2018-09-15 12:49:25 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2018-09-15 12:49:25 +03:00
2023-09-30 12:58:49 +03:00
[[package]]
name = "schannel"
2024-10-20 01:21:51 +03:00
version = "0.1.26"
2023-09-30 12:58:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
2023-09-30 12:58:49 +03:00
dependencies = [
2024-09-11 22:32:24 +03:00
"windows-sys 0.59.0",
2023-09-30 12:58:49 +03:00
]
2019-06-19 12:34:06 +03:00
[[package]]
name = "scopeguard"
2023-07-17 20:53:58 +03:00
version = "1.2.0"
2019-06-19 12:34:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-17 20:53:58 +03:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2019-06-19 12:34:06 +03:00
[[package]]
name = "sdf_glyph_renderer"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ef220f6a4fff0c984e9fb3ab12cb5c86960b5bb6ec3b30dd7173e3bf603d94f"
dependencies = [
"freetype-rs",
"thiserror",
]
2023-09-30 12:58:49 +03:00
[[package]]
name = "security-framework"
2024-07-19 05:54:42 +03:00
version = "2.11.1"
2023-09-30 12:58:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-19 05:54:42 +03:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2023-09-30 12:58:49 +03:00
dependencies = [
"bitflags 2.6.0",
2023-09-30 12:58:49 +03:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.12.0"
2023-09-30 12:58:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
2023-09-30 12:58:49 +03:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
chore(deps): Bump semver from 1.0.22 to 1.0.23 (#1328) Bumps [semver](https://github.com/dtolnay/semver) from 1.0.22 to 1.0.23. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>1.0.23</h2> <ul> <li>Resolve unexpected_cfgs warning (<a href="https://redirect.github.com/dtolnay/semver/issues/318">#318</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/semver/commit/69efd3cc770ead273a06ad1788477b3092996d29"><code>69efd3c</code></a> Release 1.0.23</li> <li><a href="https://github.com/dtolnay/semver/commit/451b41962b90a3c05836537fa5865d288d7590db"><code>451b419</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/semver/issues/318">#318</a> from dtolnay/checkcfg</li> <li><a href="https://github.com/dtolnay/semver/commit/5b714857ac382ce3166aaf1f58d9c0eec5666c1d"><code>5b71485</code></a> Resolve unexpected_cfgs warning</li> <li><a href="https://github.com/dtolnay/semver/commit/c520af7e3cdd4c949b40dc20c945b525f34a2dc5"><code>c520af7</code></a> Revert &quot;Temporarily disable miri on doctests&quot;</li> <li><a href="https://github.com/dtolnay/semver/commit/73b5d9e5898499d36e51e2a8242d0a117ee05fc0"><code>73b5d9e</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/semver/issues/313">#313</a> from Saecki/patch-1</li> <li><a href="https://github.com/dtolnay/semver/commit/e8d61deb8911d62c37908946bdec730c0fe5fc4f"><code>e8d61de</code></a> chore: fix typo in safety comment</li> <li><a href="https://github.com/dtolnay/semver/commit/d282d48b501f9ea9a0b555941c120e0470d638c0"><code>d282d48</code></a> Explicitly install a Rust toolchain for cargo-outdated job</li> <li><a href="https://github.com/dtolnay/semver/commit/6e6ba222fd9f6ca47cc5cc2b483d9cca413a524f"><code>6e6ba22</code></a> Temporarily disable miri on doctests</li> <li>See full diff in <a href="https://github.com/dtolnay/semver/compare/1.0.22...1.0.23">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver&package-manager=cargo&previous-version=1.0.22&new-version=1.0.23)](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>
2024-05-07 05:59:15 +03:00
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump semver from 1.0.22 to 1.0.23 (#1328) Bumps [semver](https://github.com/dtolnay/semver) from 1.0.22 to 1.0.23. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>1.0.23</h2> <ul> <li>Resolve unexpected_cfgs warning (<a href="https://redirect.github.com/dtolnay/semver/issues/318">#318</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/semver/commit/69efd3cc770ead273a06ad1788477b3092996d29"><code>69efd3c</code></a> Release 1.0.23</li> <li><a href="https://github.com/dtolnay/semver/commit/451b41962b90a3c05836537fa5865d288d7590db"><code>451b419</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/semver/issues/318">#318</a> from dtolnay/checkcfg</li> <li><a href="https://github.com/dtolnay/semver/commit/5b714857ac382ce3166aaf1f58d9c0eec5666c1d"><code>5b71485</code></a> Resolve unexpected_cfgs warning</li> <li><a href="https://github.com/dtolnay/semver/commit/c520af7e3cdd4c949b40dc20c945b525f34a2dc5"><code>c520af7</code></a> Revert &quot;Temporarily disable miri on doctests&quot;</li> <li><a href="https://github.com/dtolnay/semver/commit/73b5d9e5898499d36e51e2a8242d0a117ee05fc0"><code>73b5d9e</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/semver/issues/313">#313</a> from Saecki/patch-1</li> <li><a href="https://github.com/dtolnay/semver/commit/e8d61deb8911d62c37908946bdec730c0fe5fc4f"><code>e8d61de</code></a> chore: fix typo in safety comment</li> <li><a href="https://github.com/dtolnay/semver/commit/d282d48b501f9ea9a0b555941c120e0470d638c0"><code>d282d48</code></a> Explicitly install a Rust toolchain for cargo-outdated job</li> <li><a href="https://github.com/dtolnay/semver/commit/6e6ba222fd9f6ca47cc5cc2b483d9cca413a524f"><code>6e6ba22</code></a> Temporarily disable miri on doctests</li> <li>See full diff in <a href="https://github.com/dtolnay/semver/compare/1.0.22...1.0.23">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver&package-manager=cargo&previous-version=1.0.22&new-version=1.0.23)](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>
2024-05-07 05:59:15 +03:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2017-12-17 13:51:07 +03:00
[[package]]
name = "serde"
chore(deps): Bump serde from 1.0.210 to 1.0.214 (#1566) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.214. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.214</h2> <ul> <li>Implement IntoDeserializer for all Deserializers in serde::de::value module (<a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> </ul> <h2>v1.0.213</h2> <ul> <li>Fix support for macro-generated <code>with</code> attributes inside a newtype struct (<a href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>)</li> </ul> <h2>v1.0.212</h2> <ul> <li>Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (<a href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>)</li> </ul> <h2>v1.0.211</h2> <ul> <li>Improve error reporting about mismatched signature in <code>with</code> and <code>default</code> attributes (<a href="https://redirect.github.com/serde-rs/serde/issues/2558">#2558</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> <li>Show variant aliases in error message when variant deserialization fails (<a href="https://redirect.github.com/serde-rs/serde/issues/2566">#2566</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> <li>Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (<a href="https://redirect.github.com/serde-rs/serde/issues/2821">#2821</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/418062165f9fe395461db9f61569c3142c584854"><code>4180621</code></a> Release 1.0.214</li> <li><a href="https://github.com/serde-rs/serde/commit/210373b3b65a2eaf9754c158b43da0429807359c"><code>210373b</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a> from Mingun/into_deserializer-for-deserializers</li> <li><a href="https://github.com/serde-rs/serde/commit/9cda0157331ca09dec16cd8a0b57bd8eb24f8442"><code>9cda015</code></a> Implement IntoDeserializer for all Deserializers in serde::de::value module</li> <li><a href="https://github.com/serde-rs/serde/commit/58a8d229315553c4ae0a8d7eee8e382fbae4b4bf"><code>58a8d22</code></a> Release 1.0.213</li> <li><a href="https://github.com/serde-rs/serde/commit/ef0ed22593a17a5af5ebe48d3b6ef7c3de1b116a"><code>ef0ed22</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a> from dtolnay/newtypewith</li> <li><a href="https://github.com/serde-rs/serde/commit/79925ac3947483013ba8136e43bc0449b99bd10c"><code>79925ac</code></a> Ignore dead_code warning in regression test</li> <li><a href="https://github.com/serde-rs/serde/commit/b60e4092ec83c70e8c7d39574778349b2c5d9f05"><code>b60e409</code></a> Hygiene for macro-generated newtype struct deserialization with 'with' attr</li> <li><a href="https://github.com/serde-rs/serde/commit/fdc36e5c06def28b33d3154f0517969d90b744d8"><code>fdc36e5</code></a> Add regression test for issue 2846</li> <li><a href="https://github.com/serde-rs/serde/commit/49e11ce1bae9fbb9128c9144c4e1051daf7a29ed"><code>49e11ce</code></a> Ignore trivially_copy_pass_by_ref pedantic clippy lint in test</li> <li><a href="https://github.com/serde-rs/serde/commit/7ae1b5f8f39d7a80daaddcc04565f995427bfc41"><code>7ae1b5f</code></a> Release 1.0.212</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.214">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.210&new-version=1.0.214)](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>
2024-11-04 05:30:32 +03:00
version = "1.0.214"
2017-12-17 13:51:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump serde from 1.0.210 to 1.0.214 (#1566) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.214. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.214</h2> <ul> <li>Implement IntoDeserializer for all Deserializers in serde::de::value module (<a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> </ul> <h2>v1.0.213</h2> <ul> <li>Fix support for macro-generated <code>with</code> attributes inside a newtype struct (<a href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>)</li> </ul> <h2>v1.0.212</h2> <ul> <li>Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (<a href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>)</li> </ul> <h2>v1.0.211</h2> <ul> <li>Improve error reporting about mismatched signature in <code>with</code> and <code>default</code> attributes (<a href="https://redirect.github.com/serde-rs/serde/issues/2558">#2558</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> <li>Show variant aliases in error message when variant deserialization fails (<a href="https://redirect.github.com/serde-rs/serde/issues/2566">#2566</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> <li>Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (<a href="https://redirect.github.com/serde-rs/serde/issues/2821">#2821</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/418062165f9fe395461db9f61569c3142c584854"><code>4180621</code></a> Release 1.0.214</li> <li><a href="https://github.com/serde-rs/serde/commit/210373b3b65a2eaf9754c158b43da0429807359c"><code>210373b</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a> from Mingun/into_deserializer-for-deserializers</li> <li><a href="https://github.com/serde-rs/serde/commit/9cda0157331ca09dec16cd8a0b57bd8eb24f8442"><code>9cda015</code></a> Implement IntoDeserializer for all Deserializers in serde::de::value module</li> <li><a href="https://github.com/serde-rs/serde/commit/58a8d229315553c4ae0a8d7eee8e382fbae4b4bf"><code>58a8d22</code></a> Release 1.0.213</li> <li><a href="https://github.com/serde-rs/serde/commit/ef0ed22593a17a5af5ebe48d3b6ef7c3de1b116a"><code>ef0ed22</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a> from dtolnay/newtypewith</li> <li><a href="https://github.com/serde-rs/serde/commit/79925ac3947483013ba8136e43bc0449b99bd10c"><code>79925ac</code></a> Ignore dead_code warning in regression test</li> <li><a href="https://github.com/serde-rs/serde/commit/b60e4092ec83c70e8c7d39574778349b2c5d9f05"><code>b60e409</code></a> Hygiene for macro-generated newtype struct deserialization with 'with' attr</li> <li><a href="https://github.com/serde-rs/serde/commit/fdc36e5c06def28b33d3154f0517969d90b744d8"><code>fdc36e5</code></a> Add regression test for issue 2846</li> <li><a href="https://github.com/serde-rs/serde/commit/49e11ce1bae9fbb9128c9144c4e1051daf7a29ed"><code>49e11ce</code></a> Ignore trivially_copy_pass_by_ref pedantic clippy lint in test</li> <li><a href="https://github.com/serde-rs/serde/commit/7ae1b5f8f39d7a80daaddcc04565f995427bfc41"><code>7ae1b5f</code></a> Release 1.0.212</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.214">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.210&new-version=1.0.214)](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>
2024-11-04 05:30:32 +03:00
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
2019-04-08 10:38:25 +03:00
dependencies = [
"serde_derive",
2019-04-08 10:38:25 +03:00
]
2017-12-17 13:51:07 +03:00
[[package]]
name = "serde_derive"
chore(deps): Bump serde from 1.0.210 to 1.0.214 (#1566) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.214. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.214</h2> <ul> <li>Implement IntoDeserializer for all Deserializers in serde::de::value module (<a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> </ul> <h2>v1.0.213</h2> <ul> <li>Fix support for macro-generated <code>with</code> attributes inside a newtype struct (<a href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>)</li> </ul> <h2>v1.0.212</h2> <ul> <li>Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (<a href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>)</li> </ul> <h2>v1.0.211</h2> <ul> <li>Improve error reporting about mismatched signature in <code>with</code> and <code>default</code> attributes (<a href="https://redirect.github.com/serde-rs/serde/issues/2558">#2558</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> <li>Show variant aliases in error message when variant deserialization fails (<a href="https://redirect.github.com/serde-rs/serde/issues/2566">#2566</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> <li>Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (<a href="https://redirect.github.com/serde-rs/serde/issues/2821">#2821</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/418062165f9fe395461db9f61569c3142c584854"><code>4180621</code></a> Release 1.0.214</li> <li><a href="https://github.com/serde-rs/serde/commit/210373b3b65a2eaf9754c158b43da0429807359c"><code>210373b</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a> from Mingun/into_deserializer-for-deserializers</li> <li><a href="https://github.com/serde-rs/serde/commit/9cda0157331ca09dec16cd8a0b57bd8eb24f8442"><code>9cda015</code></a> Implement IntoDeserializer for all Deserializers in serde::de::value module</li> <li><a href="https://github.com/serde-rs/serde/commit/58a8d229315553c4ae0a8d7eee8e382fbae4b4bf"><code>58a8d22</code></a> Release 1.0.213</li> <li><a href="https://github.com/serde-rs/serde/commit/ef0ed22593a17a5af5ebe48d3b6ef7c3de1b116a"><code>ef0ed22</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a> from dtolnay/newtypewith</li> <li><a href="https://github.com/serde-rs/serde/commit/79925ac3947483013ba8136e43bc0449b99bd10c"><code>79925ac</code></a> Ignore dead_code warning in regression test</li> <li><a href="https://github.com/serde-rs/serde/commit/b60e4092ec83c70e8c7d39574778349b2c5d9f05"><code>b60e409</code></a> Hygiene for macro-generated newtype struct deserialization with 'with' attr</li> <li><a href="https://github.com/serde-rs/serde/commit/fdc36e5c06def28b33d3154f0517969d90b744d8"><code>fdc36e5</code></a> Add regression test for issue 2846</li> <li><a href="https://github.com/serde-rs/serde/commit/49e11ce1bae9fbb9128c9144c4e1051daf7a29ed"><code>49e11ce</code></a> Ignore trivially_copy_pass_by_ref pedantic clippy lint in test</li> <li><a href="https://github.com/serde-rs/serde/commit/7ae1b5f8f39d7a80daaddcc04565f995427bfc41"><code>7ae1b5f</code></a> Release 1.0.212</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.214">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.210&new-version=1.0.214)](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>
2024-11-04 05:30:32 +03:00
version = "1.0.214"
2017-12-17 13:51:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump serde from 1.0.210 to 1.0.214 (#1566) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.214. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.214</h2> <ul> <li>Implement IntoDeserializer for all Deserializers in serde::de::value module (<a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> </ul> <h2>v1.0.213</h2> <ul> <li>Fix support for macro-generated <code>with</code> attributes inside a newtype struct (<a href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a>)</li> </ul> <h2>v1.0.212</h2> <ul> <li>Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (<a href="https://redirect.github.com/serde-rs/serde/issues/2845">#2845</a>)</li> </ul> <h2>v1.0.211</h2> <ul> <li>Improve error reporting about mismatched signature in <code>with</code> and <code>default</code> attributes (<a href="https://redirect.github.com/serde-rs/serde/issues/2558">#2558</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> <li>Show variant aliases in error message when variant deserialization fails (<a href="https://redirect.github.com/serde-rs/serde/issues/2566">#2566</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> <li>Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (<a href="https://redirect.github.com/serde-rs/serde/issues/2821">#2821</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/418062165f9fe395461db9f61569c3142c584854"><code>4180621</code></a> Release 1.0.214</li> <li><a href="https://github.com/serde-rs/serde/commit/210373b3b65a2eaf9754c158b43da0429807359c"><code>210373b</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2568">#2568</a> from Mingun/into_deserializer-for-deserializers</li> <li><a href="https://github.com/serde-rs/serde/commit/9cda0157331ca09dec16cd8a0b57bd8eb24f8442"><code>9cda015</code></a> Implement IntoDeserializer for all Deserializers in serde::de::value module</li> <li><a href="https://github.com/serde-rs/serde/commit/58a8d229315553c4ae0a8d7eee8e382fbae4b4bf"><code>58a8d22</code></a> Release 1.0.213</li> <li><a href="https://github.com/serde-rs/serde/commit/ef0ed22593a17a5af5ebe48d3b6ef7c3de1b116a"><code>ef0ed22</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2847">#2847</a> from dtolnay/newtypewith</li> <li><a href="https://github.com/serde-rs/serde/commit/79925ac3947483013ba8136e43bc0449b99bd10c"><code>79925ac</code></a> Ignore dead_code warning in regression test</li> <li><a href="https://github.com/serde-rs/serde/commit/b60e4092ec83c70e8c7d39574778349b2c5d9f05"><code>b60e409</code></a> Hygiene for macro-generated newtype struct deserialization with 'with' attr</li> <li><a href="https://github.com/serde-rs/serde/commit/fdc36e5c06def28b33d3154f0517969d90b744d8"><code>fdc36e5</code></a> Add regression test for issue 2846</li> <li><a href="https://github.com/serde-rs/serde/commit/49e11ce1bae9fbb9128c9144c4e1051daf7a29ed"><code>49e11ce</code></a> Ignore trivially_copy_pass_by_ref pedantic clippy lint in test</li> <li><a href="https://github.com/serde-rs/serde/commit/7ae1b5f8f39d7a80daaddcc04565f995427bfc41"><code>7ae1b5f</code></a> Release 1.0.212</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.214">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.210&new-version=1.0.214)](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>
2024-11-04 05:30:32 +03:00
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
2017-12-17 13:51:07 +03:00
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
2017-12-17 13:51:07 +03:00
]
[[package]]
name = "serde_json"
2024-10-20 01:21:51 +03:00
version = "1.0.132"
2017-12-17 13:51:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
2017-12-17 13:51:07 +03:00
dependencies = [
"itoa",
chore(deps): Bump serde_json from 1.0.120 to 1.0.121 (#1445) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.121. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.121</h2> <ul> <li>Optimize position search in error path (<a href="https://redirect.github.com/serde-rs/json/issues/1160">#1160</a>, thanks <a href="https://github.com/purplesyringa"><code>@​purplesyringa</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/eca2658a22cb39952783cb6914eb18242659f66a"><code>eca2658</code></a> Release 1.0.121</li> <li><a href="https://github.com/serde-rs/json/commit/b0d678cfb473386830d559b6ab255d9e21ba39c5"><code>b0d678c</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1160">#1160</a> from iex-rs/efficient-position</li> <li><a href="https://github.com/serde-rs/json/commit/b1edc7d13f72880fd0ac569403a409e5f7961d5f"><code>b1edc7d</code></a> Optimize position search in error path</li> <li><a href="https://github.com/serde-rs/json/commit/40dd7f5e862436f02471fe076f3486c55e472bc2"><code>40dd7f5</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1159">#1159</a> from iex-rs/fix-recursion</li> <li><a href="https://github.com/serde-rs/json/commit/6a306e6ee9f47f3b37088217ffe3ebe9bbb54e5a"><code>6a306e6</code></a> Move call to tri! out of check_recursion!</li> <li><a href="https://github.com/serde-rs/json/commit/3f1c6de4af28b1f6c5100da323f2bffaf7c2083f"><code>3f1c6de</code></a> Ignore byte_char_slices clippy lint in test</li> <li><a href="https://github.com/serde-rs/json/commit/3fd6f5f49dc1c732d9b1d7dfece4f02c0d440d39"><code>3fd6f5f</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1153">#1153</a> from dpathakj/master</li> <li><a href="https://github.com/serde-rs/json/commit/fcb5e83e44abe0f9c27c755a240a6ad56312c090"><code>fcb5e83</code></a> Correct documentation URL for Value's Index impl.</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.120&new-version=1.0.121)](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>
2024-07-29 05:31:39 +03:00
"memchr",
"ryu",
"serde",
2018-08-25 12:50:24 +03:00
]
[[package]]
name = "serde_repr"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "serde_tuple"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f025b91216f15a2a32aa39669329a475733590a015835d1783549a56d09427"
dependencies = [
"serde",
"serde_tuple_macros",
]
[[package]]
name = "serde_tuple_macros"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4076151d1a2b688e25aaf236997933c66e18b870d0369f8b248b8ab2be630d7e"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump async-trait from 0.1.66 to 0.1.67 (#606) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.66 to 0.1.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.67</h2> <ul> <li>Update syn dependency to 2.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/f8a86505696c2206676cf2355dce1a6a27d28005"><code>f8a8650</code></a> Release 0.1.67</li> <li><a href="https://github.com/dtolnay/async-trait/commit/d7a9cae8d237cdc20577982e2933e3176cdefc4e"><code>d7a9cae</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/241">#241</a> from dtolnay/syn</li> <li><a href="https://github.com/dtolnay/async-trait/commit/15fd2820ac6d18ab01b1b71fccadf38219107112"><code>15fd282</code></a> Ignore match_like_matches_macro clippy lint</li> <li><a href="https://github.com/dtolnay/async-trait/commit/032c1506e3787847a52cba311aa9459c49a9a6ba"><code>032c150</code></a> Update to syn 2</li> <li><a href="https://github.com/dtolnay/async-trait/commit/0d0a3465ebaa5ce3b821fc62e21ad70d86813244"><code>0d0a346</code></a> Update ui test suite to nightly-2023-03-17</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.66...0.1.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.66&new-version=0.1.67)](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>
2023-03-20 06:31:56 +03:00
"syn 1.0.109",
]
[[package]]
name = "serde_urlencoded"
2022-02-12 17:25:52 +03:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-12 17:25:52 +03:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_with"
2024-10-20 01:21:51 +03:00
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817"
dependencies = [
"base64 0.22.1",
"chrono",
"hex",
"indexmap 1.9.3",
2024-10-20 01:21:51 +03:00
"indexmap 2.6.0",
"serde",
chore(deps): Bump serde_with from 3.6.0 to 3.6.1 (#1186) Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.6.0 to 3.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jonasbb/serde_with/releases">serde_with's releases</a>.</em></p> <blockquote> <h2>serde_with v3.6.1</h2> <h3>Changed</h3> <ul> <li>Eliminate dependency on serde's &quot;derive&quot; feature by <a href="https://github.com/dtolnay"><code>@​dtolnay</code></a> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/694">#694</a>) This allows parallel compilation of <code>serde</code> and <code>serde_derive</code> which can speed up the wallclock time. It requires that downstream crates do not use the &quot;derive&quot; feature either.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonasbb/serde_with/commit/76cf252dccfe27506f441b345efff375b2fc44df"><code>76cf252</code></a> Bump version to v3.6.1 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/696">#696</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/6872fa8512aa5726d9435f1cc22e57c07aa6c3c2"><code>6872fa8</code></a> Bump version to v3.6.1</li> <li><a href="https://github.com/jonasbb/serde_with/commit/6211d20b2ada48fbe47a33cc9427a34b64bef593"><code>6211d20</code></a> Eliminate dependency on serde's &quot;derive&quot; feature (<a href="https://redirect.github.com/jonasbb/serde_with/issues/694">#694</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/5e6a115137e97df05d6289c7a2fac39184e997a3"><code>5e6a115</code></a> Eliminate dependency on serde's &quot;derive&quot; feature</li> <li><a href="https://github.com/jonasbb/serde_with/commit/d145a45ec5950b003403f2fb405cb70e13b74b6d"><code>d145a45</code></a> Update ahash to 0.8.7 to accommodate stdsimd change in nightly (<a href="https://redirect.github.com/jonasbb/serde_with/issues/695">#695</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/2b178500ed61c1b770ee06ddd0979f07cf18e241"><code>2b17850</code></a> Update ahash to 0.8.7 to accommodate stdsimd change in nightly</li> <li><a href="https://github.com/jonasbb/serde_with/commit/caba4528e0b64c74e0f28f7f5045516d00fa218f"><code>caba452</code></a> Bump the github-actions group with 1 update (<a href="https://redirect.github.com/jonasbb/serde_with/issues/693">#693</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/54a665d8e83f9b31ccead2a0f7315e57a793c9c4"><code>54a665d</code></a> Bump the github-actions group with 1 update</li> <li>See full diff in <a href="https://github.com/jonasbb/serde_with/compare/v3.6.0...v3.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_with&package-manager=cargo&previous-version=3.6.0&new-version=3.6.1)](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>
2024-02-09 06:34:44 +03:00
"serde_derive",
"serde_json",
2023-12-19 02:30:58 +03:00
"serde_with_macros",
"time",
]
[[package]]
name = "serde_with_macros"
2024-10-20 01:21:51 +03:00
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d"
dependencies = [
"darling",
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
2018-07-25 15:02:31 +03:00
[[package]]
name = "serde_yaml"
chore(deps): Bump serde_yaml from 0.9.33 to 0.9.34+deprecated (#1270) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.33 to 0.9.34+deprecated. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.34</h2> <p>As of this release, I am not planning to publish further versions of <code>serde_yaml</code> as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but <a href="https://crates.io/search?q=yaml&amp;sort=relevance">https://crates.io/search?q=yaml&amp;sort=relevance</a> and <a href="https://crates.io/keywords/yaml">https://crates.io/keywords/yaml</a> has a number of reasonable-looking options available.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2009506d33767dfc88e979d6bc0d53d09f941c94"><code>2009506</code></a> Release 0.9.34</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/3ba8462f7d3b603d832e0daeb6cfc7168a673d7a"><code>3ba8462</code></a> Add unmaintained note</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/77236b0d50f6fb670fefe8146aba02f1eab211f3"><code>77236b0</code></a> Ignore dead code lint in tests</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.33...0.9.34">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.33&new-version=0.9.34+deprecated)](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>
2024-03-25 05:24:31 +03:00
version = "0.9.34+deprecated"
2018-07-25 15:02:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump serde_yaml from 0.9.33 to 0.9.34+deprecated (#1270) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.33 to 0.9.34+deprecated. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.34</h2> <p>As of this release, I am not planning to publish further versions of <code>serde_yaml</code> as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but <a href="https://crates.io/search?q=yaml&amp;sort=relevance">https://crates.io/search?q=yaml&amp;sort=relevance</a> and <a href="https://crates.io/keywords/yaml">https://crates.io/keywords/yaml</a> has a number of reasonable-looking options available.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2009506d33767dfc88e979d6bc0d53d09f941c94"><code>2009506</code></a> Release 0.9.34</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/3ba8462f7d3b603d832e0daeb6cfc7168a673d7a"><code>3ba8462</code></a> Add unmaintained note</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/77236b0d50f6fb670fefe8146aba02f1eab211f3"><code>77236b0</code></a> Ignore dead code lint in tests</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.33...0.9.34">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.33&new-version=0.9.34+deprecated)](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>
2024-03-25 05:24:31 +03:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2018-07-25 15:02:31 +03:00
dependencies = [
2024-10-20 01:21:51 +03:00
"indexmap 2.6.0",
"itoa",
2022-01-01 20:43:04 +03:00
"ryu",
"serde",
"unsafe-libyaml",
2018-07-25 15:02:31 +03:00
]
2018-02-21 13:37:31 +03:00
[[package]]
name = "sha1"
2023-09-21 17:38:39 +03:00
version = "0.10.6"
2022-02-12 17:25:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-21 17:38:39 +03:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-02-12 17:25:52 +03:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
2022-02-12 17:25:52 +03:00
]
2017-10-09 14:29:03 +03:00
[[package]]
name = "sha2"
2023-09-26 21:24:56 +03:00
version = "0.10.8"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 21:24:56 +03:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2017-10-09 14:29:03 +03:00
dependencies = [
"cfg-if",
2021-07-16 16:08:46 +03:00
"cpufeatures",
"digest",
2017-10-09 14:29:03 +03:00
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2019-05-01 09:42:59 +03:00
[[package]]
name = "signal-hook-registry"
version = "1.4.2"
2018-10-25 16:42:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2018-10-25 16:42:37 +03:00
dependencies = [
"libc",
2018-10-25 16:42:37 +03:00
]
[[package]]
name = "signature"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
"rand_core",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "simd-adler32"
2023-08-02 04:39:24 +03:00
version = "0.3.7"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-02 04:39:24 +03:00
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "similar"
2024-07-24 05:52:07 +03:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 05:52:07 +03:00
checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "simplecss"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
dependencies = [
"log",
]
2017-10-09 14:29:03 +03:00
[[package]]
name = "siphasher"
2023-08-28 06:26:51 +03:00
version = "0.3.11"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 06:26:51 +03:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2017-10-09 14:29:03 +03:00
[[package]]
name = "size_format"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed5f6ab2122c6dec69dca18c72fa4590a27e581ad20d44960fe74c032a0b23b"
dependencies = [
"generic-array 0.12.4",
"num",
]
2018-02-21 13:37:31 +03:00
[[package]]
name = "slab"
2023-08-28 06:26:51 +03:00
version = "0.4.9"
2018-02-21 13:37:31 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 06:26:51 +03:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
2018-02-21 13:37:31 +03:00
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "slotmap"
2023-12-01 01:49:00 +03:00
version = "1.0.7"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-01 01:49:00 +03:00
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"version_check",
]
2018-02-21 13:37:31 +03:00
[[package]]
name = "smallvec"
2024-03-22 01:22:12 +03:00
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-22 01:22:12 +03:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-04-04 16:25:50 +03:00
[[package]]
name = "socket2"
version = "0.5.7"
2023-04-04 16:25:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-04-04 16:25:50 +03:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2023-04-04 16:25:50 +03:00
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
[[package]]
name = "spki"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
"der",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "spreet"
2023-12-07 10:20:32 +03:00
version = "0.11.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-07 10:20:32 +03:00
checksum = "a44b83cf2f48165c6446617df7bc1b9ce5e7750b668a4652a2b4410e22e12553"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"crunch",
"multimap",
"oxipng",
"png",
"resvg",
2023-12-07 10:20:32 +03:00
"sdf_glyph_renderer",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"serde",
"serde_json",
"thiserror",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
]
[[package]]
name = "sqlformat"
2024-09-11 22:32:24 +03:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
dependencies = [
"nom",
"unicode_categories",
]
[[package]]
name = "sqlite-compressions"
chore(deps): Bump sqlite-compressions from 0.2.15 to 0.2.16 (#1547) Bumps [sqlite-compressions](https://github.com/nyurik/sqlite-compressions) from 0.2.15 to 0.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nyurik/sqlite-compressions/commit/ab58585c0aeb31f84cf5e351c897aa82b2079ff8"><code>ab58585</code></a> Update deps, later brotli</li> <li>See full diff in <a href="https://github.com/nyurik/sqlite-compressions/compare/v0.2.15...v0.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlite-compressions&package-manager=cargo&previous-version=0.2.15&new-version=0.2.16)](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>
2024-10-22 06:10:54 +03:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump sqlite-compressions from 0.2.15 to 0.2.16 (#1547) Bumps [sqlite-compressions](https://github.com/nyurik/sqlite-compressions) from 0.2.15 to 0.2.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nyurik/sqlite-compressions/commit/ab58585c0aeb31f84cf5e351c897aa82b2079ff8"><code>ab58585</code></a> Update deps, later brotli</li> <li>See full diff in <a href="https://github.com/nyurik/sqlite-compressions/compare/v0.2.15...v0.2.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlite-compressions&package-manager=cargo&previous-version=0.2.15&new-version=0.2.16)](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>
2024-10-22 06:10:54 +03:00
checksum = "e5a4d4aaf917cb6dc0758159f2ade412b62587dd85da48671d48702c607f0d5b"
dependencies = [
"bsdiff",
"flate2",
"rusqlite",
]
[[package]]
name = "sqlite-hashes"
chore(deps): Bump sqlite-hashes from 0.7.5 to 0.7.6 (#1527) Bumps [sqlite-hashes](https://github.com/nyurik/sqlite-hashes) from 0.7.5 to 0.7.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nyurik/sqlite-hashes/commit/d78571c4e429551cce0715745be4cef7ca7d5719"><code>d78571c</code></a> improve test script</li> <li><a href="https://github.com/nyurik/sqlite-hashes/commit/d668070666c3a03ebe78e95b72c432cd1fe96e63"><code>d668070</code></a> fix ext test file</li> <li><a href="https://github.com/nyurik/sqlite-hashes/commit/f91894c1255a6123c2bf2c37a0d1e3b00d4d071f"><code>f91894c</code></a> Bump dependencies, better gitignore</li> <li><a href="https://github.com/nyurik/sqlite-hashes/commit/95cf137a0fbc155fed19e254e6dc55e548bb54b1"><code>95cf137</code></a> Bump rusqlite from 0.32.0 to 0.32.1 (<a href="https://redirect.github.com/nyurik/sqlite-hashes/issues/40">#40</a>)</li> <li><a href="https://github.com/nyurik/sqlite-hashes/commit/b68600a26a87c1ef4149d9bf017f6b7b5eb6c281"><code>b68600a</code></a> Bump env_logger from 0.11.4 to 0.11.5 (<a href="https://redirect.github.com/nyurik/sqlite-hashes/issues/39">#39</a>)</li> <li>See full diff in <a href="https://github.com/nyurik/sqlite-hashes/compare/v0.7.5...v0.7.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlite-hashes&package-manager=cargo&previous-version=0.7.5&new-version=0.7.6)](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>
2024-10-01 06:15:03 +03:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump sqlite-hashes from 0.7.5 to 0.7.6 (#1527) Bumps [sqlite-hashes](https://github.com/nyurik/sqlite-hashes) from 0.7.5 to 0.7.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nyurik/sqlite-hashes/commit/d78571c4e429551cce0715745be4cef7ca7d5719"><code>d78571c</code></a> improve test script</li> <li><a href="https://github.com/nyurik/sqlite-hashes/commit/d668070666c3a03ebe78e95b72c432cd1fe96e63"><code>d668070</code></a> fix ext test file</li> <li><a href="https://github.com/nyurik/sqlite-hashes/commit/f91894c1255a6123c2bf2c37a0d1e3b00d4d071f"><code>f91894c</code></a> Bump dependencies, better gitignore</li> <li><a href="https://github.com/nyurik/sqlite-hashes/commit/95cf137a0fbc155fed19e254e6dc55e548bb54b1"><code>95cf137</code></a> Bump rusqlite from 0.32.0 to 0.32.1 (<a href="https://redirect.github.com/nyurik/sqlite-hashes/issues/40">#40</a>)</li> <li><a href="https://github.com/nyurik/sqlite-hashes/commit/b68600a26a87c1ef4149d9bf017f6b7b5eb6c281"><code>b68600a</code></a> Bump env_logger from 0.11.4 to 0.11.5 (<a href="https://redirect.github.com/nyurik/sqlite-hashes/issues/39">#39</a>)</li> <li>See full diff in <a href="https://github.com/nyurik/sqlite-hashes/compare/v0.7.5...v0.7.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlite-hashes&package-manager=cargo&previous-version=0.7.5&new-version=0.7.6)](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>
2024-10-01 06:15:03 +03:00
checksum = "b780e3dfa3f6de81934a7d5e60bfbf6c797faf97dc152a24a913c044a93f8b25"
dependencies = [
"digest",
2023-10-10 09:41:56 +03:00
"hex",
"md-5",
"rusqlite",
]
[[package]]
name = "sqlx"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
dependencies = [
"sqlx-core",
"sqlx-macros",
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
]
[[package]]
name = "sqlx-core"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
dependencies = [
2023-08-29 22:29:59 +03:00
"ahash",
"atoi",
"byteorder",
"bytes",
"crc",
"crossbeam-queue",
"either",
chore(deps): Bump moka from 0.12.5 to 0.12.6 (#1305) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.5 to 0.12.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.6</h2> <h3>Fixed</h3> <ul> <li>Fixed a bug in <code>future::Cache</code> that pending <code>run_pending_tasks</code> calls may cause infinite busy loop in an internal <code>schedule_write_op</code> method (<a href="https://redirect.github.com/moka-rs/moka/issues/412">#412</a>[gh-issue-0412]): <ul> <li>This bug was introduced in <code>v0.12.0</code> when the background threads were removed from <code>future::Cache</code>.</li> <li>This bug can occur when <code>run_pending_task</code> method is called by user code while cache is receiving a very high number of concurrent cache write operations. (e.g. <code>insert</code>, <code>get_with</code>, <code>invalidate</code> etc.)</li> <li>When it occurs, the <code>schedule_write_op</code> method will be spinning in a busy loop forever, causing high CPU usage and all other async tasks to be starved.</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Upgraded <code>async-lock</code> crate used by <code>future::Cache</code> from <code>v2.4</code> to the latest <code>v3.3</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/1d2af533f9b660f44cf531f9ba80d169a4470179"><code>1d2af53</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/416">#416</a> from moka-rs/fix-stacked-borrow-violation</li> <li><a href="https://github.com/moka-rs/moka/commit/7879ddefe76b4c39bf4d557f692e53b1e8e72442"><code>7879dde</code></a> Fix Miri error (Stacked Borrow violation) in the test code of the timer wheel</li> <li><a href="https://github.com/moka-rs/moka/commit/2f23e5cdda9157f9943b6c252e490ff523470f5d"><code>2f23e5c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/415">#415</a> from moka-rs/avoid-async-scheduler-busy-loop</li> <li><a href="https://github.com/moka-rs/moka/commit/c50d186efbdf3f52e0c1ffab958ef9b5231a05ad"><code>c50d186</code></a> Update the changelog</li> <li><a href="https://github.com/moka-rs/moka/commit/6c4f0acfbe038dd42fd741153cc84d3466185836"><code>6c4f0ac</code></a> Bump the version to <code>v0.12.6</code></li> <li><a href="https://github.com/moka-rs/moka/commit/8805940fb385135d0ad3397f386f5009906e39fe"><code>8805940</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/dc960af9835ef096e8d1d8cc1781e35041bdcee1"><code>dc960af</code></a> Fix typos in comments</li> <li><a href="https://github.com/moka-rs/moka/commit/5996c8723e228c716e371fc2aab68307bc83ae90"><code>5996c87</code></a> Prevent the busy loop of async schedulers</li> <li><a href="https://github.com/moka-rs/moka/commit/6ba5445bb2588080bb641d5e4241989cb16d9281"><code>6ba5445</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/413">#413</a> from moka-rs/fix-ci-2024-04-10/v0.12</li> <li><a href="https://github.com/moka-rs/moka/commit/4042c4a1be3e29ee1e23524ab82ad6670303e03b"><code>4042c4a</code></a> Fix Clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.5...v0.12.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.5&new-version=0.12.6)](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>
2024-04-12 05:48:14 +03:00
"event-listener 2.5.3",
"futures-channel",
"futures-core",
"futures-intrusive",
"futures-io",
"futures-util",
"hashlink",
"hex",
2024-10-20 01:21:51 +03:00
"indexmap 2.6.0",
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlformat",
"thiserror",
"tokio",
"tokio-stream",
"tracing",
"url",
]
[[package]]
name = "sqlx-macros"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
dependencies = [
"proc-macro2",
"quote",
"sqlx-core",
"sqlx-macros-core",
"syn 1.0.109",
]
[[package]]
name = "sqlx-macros-core"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
dependencies = [
"dotenvy",
"either",
2024-03-17 01:43:04 +03:00
"heck 0.4.1",
"hex",
"once_cell",
"proc-macro2",
"quote",
"serde",
"serde_json",
"sha2",
"sqlx-core",
"sqlx-mysql",
"sqlx-sqlite",
chore(deps): Bump async-trait from 0.1.66 to 0.1.67 (#606) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.66 to 0.1.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.67</h2> <ul> <li>Update syn dependency to 2.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/f8a86505696c2206676cf2355dce1a6a27d28005"><code>f8a8650</code></a> Release 0.1.67</li> <li><a href="https://github.com/dtolnay/async-trait/commit/d7a9cae8d237cdc20577982e2933e3176cdefc4e"><code>d7a9cae</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/241">#241</a> from dtolnay/syn</li> <li><a href="https://github.com/dtolnay/async-trait/commit/15fd2820ac6d18ab01b1b71fccadf38219107112"><code>15fd282</code></a> Ignore match_like_matches_macro clippy lint</li> <li><a href="https://github.com/dtolnay/async-trait/commit/032c1506e3787847a52cba311aa9459c49a9a6ba"><code>032c150</code></a> Update to syn 2</li> <li><a href="https://github.com/dtolnay/async-trait/commit/0d0a3465ebaa5ce3b821fc62e21ad70d86813244"><code>0d0a346</code></a> Update ui test suite to nightly-2023-03-17</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.66...0.1.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.66&new-version=0.1.67)](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>
2023-03-20 06:31:56 +03:00
"syn 1.0.109",
"tempfile",
"tokio",
"url",
]
[[package]]
name = "sqlx-mysql"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
dependencies = [
"atoi",
"base64 0.21.7",
"bitflags 2.6.0",
"byteorder",
"bytes",
"crc",
"digest",
"dotenvy",
"either",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"generic-array 0.14.7",
"hex",
"hkdf",
"hmac",
"itoa",
"log",
"md-5",
"memchr",
"once_cell",
"percent-encoding",
"rand",
"rsa",
"serde",
"sha1",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror",
"tracing",
"whoami",
]
[[package]]
name = "sqlx-postgres"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
dependencies = [
"atoi",
"base64 0.21.7",
"bitflags 2.6.0",
"byteorder",
"crc",
"dotenvy",
"etcetera",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"hex",
"hkdf",
"hmac",
"home",
"itoa",
"log",
"md-5",
"memchr",
"once_cell",
"rand",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror",
"tracing",
"whoami",
]
[[package]]
name = "sqlx-sqlite"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump sqlx from 0.7.3 to 0.7.4 (#1250) Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.3 to 0.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.7.4 - 2024-03-11</h2> <p>38 pull requests were merged this release cycle.</p> <p>This is officially the <strong>last</strong> release of the 0.7.x release cycle.</p> <p>As of this release, development of 0.8.0 has begun on <code>main</code> and only high-priority bugfixes may be backported.</p> <h3>Added</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2891">#2891</a>]: feat: expose getters for connect options fields [[<a href="https://github.com/saiintbrisson"><code>@​saiintbrisson</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>]: feat: add <code>to_url_lossy</code> to connect options [[<a href="https://github.com/lily-mosquitoes"><code>@​lily-mosquitoes</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2927">#2927</a>]: Support <code>query!</code> for cargo-free systems [[<a href="https://github.com/kshramt"><code>@​kshramt</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2997">#2997</a>]: doc(FAQ): add entry explaining prepared statements [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3001">#3001</a>]: Update README to clarify MariaDB support [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3004">#3004</a>]: feat(logging): Add numeric elapsed time field elapsed_secs [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3007">#3007</a>]: feat: add <code>raw_sql</code> API [[<a href="https://github.com/abonander"><code>@​abonander</code></a>]] <ul> <li>This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces <code>query*()</code> and <code>query!()</code>.</li> <li>Improved documentation across the board for the <code>query*()</code> functions.</li> <li>Deprecated: <code>execute_many()</code> and <code>fetch_many()</code> on interfaces that use prepared statements. <ul> <li>Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the <em>only</em> way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.</li> <li>The new <code>raw_sql</code> API retains this functionality because it explicitly does <em>not</em> use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.</li> <li>If this change affects you, an issue is open for discussion: <a href="https://redirect.github.com/launchbadge/sqlx/issues/3108">launchbadge/sqlx#3108</a></li> </ul> </li> </ul> </li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3011">#3011</a>]: Added support to IpAddr with MySQL/MariaDB. [[<a href="https://github.com/Icerath"><code>@​Icerath</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3013">#3013</a>]: Add default implementation for PgInterval [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3018">#3018</a>]: Add default implementation for PgMoney [[<a href="https://github.com/pawurb"><code>@​pawurb</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3026">#3026</a>]: Update docs to reflect support for MariaDB data types [[<a href="https://github.com/iangilfillan"><code>@​iangilfillan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3037">#3037</a>]: feat(mysql): allow to connect with mysql driver without default behavor [[<a href="https://github.com/darkecho731"><code>@​darkecho731</code></a>]]</li> </ul> <h3>Changed</h3> <ul> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2900">#2900</a>]: Show latest url to docs for macro.migrate [[<a href="https://github.com/Vrajs16"><code>@​Vrajs16</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2914">#2914</a>]: Use <code>create_new</code> instead of <code>atomic-file-write</code> [[<a href="https://github.com/mattfbacon"><code>@​mattfbacon</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2926">#2926</a>]: docs: update example for <code>PgConnectOptions</code> [[<a href="https://github.com/Fyko"><code>@​Fyko</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2989">#2989</a>]: sqlx-core: Remove dotenvy dependency [[<a href="https://github.com/joshtriplett"><code>@​joshtriplett</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/2996">#2996</a>]: chore: Update ahash to 0.8.7 [[<a href="https://github.com/takenoko-gohan"><code>@​takenoko-gohan</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3006">#3006</a>]: chore(deps): Replace unmaintained tempdir crate with tempfile [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3008">#3008</a>]: chore: Ignore .sqlx folder created by running ci steps locally [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3009">#3009</a>]: chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3010">#3010</a>]: chore(deps): Upgrade criterion to 0.5.1 [[<a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3050">#3050</a>]: Optimize SASL auth in sqlx-postgres [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3055">#3055</a>]: Set TCP_NODELAY option on TCP sockets [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3065">#3065</a>]: Improve max_lifetime handling [[<a href="https://github.com/mirek26"><code>@​mirek26</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3072">#3072</a>]: Change the name of &quot;inner&quot; function generated by <code>#[sqlx::test]</code> [[<a href="https://github.com/ciffelia"><code>@​ciffelia</code></a>]]</li> <li>[<a href="https://redirect.github.com/launchbadge/sqlx/issues/3083">#3083</a>]: Remove sha1 because it's not being used in postgres [[<a href="https://github.com/rafaelGuerreiro"><code>@​rafaelGuerreiro</code></a>]]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/launchbadge/sqlx/commit/635dba5b2682033101a1271e9fb4bf2516c0b840"><code>635dba5</code></a> fix: deprecation in <code>postgres::types::chrono</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/a2b89d70a7d0b6401f8d830c9e7ab1dff63e103f"><code>a2b89d7</code></a> fix: deprecation warnings in <code>sqlite::types::chrono</code>, document <code>DATETIME</code> beh...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/248d6170a72a8a1c38cc5578888a669f79fdb673"><code>248d617</code></a> chore: prepare 0.7.4 release</li> <li><a href="https://github.com/launchbadge/sqlx/commit/d005111494a5202d64d5c0442a542f94a2c1983c"><code>d005111</code></a> fix: better I/O errors when <code>migrate!()</code> cannot read a file</li> <li><a href="https://github.com/launchbadge/sqlx/commit/24be26216509fa0c9fa9febbbbc04597fbe669f8"><code>24be262</code></a> fix: restore <code>Migrator</code> to the public API</li> <li><a href="https://github.com/launchbadge/sqlx/commit/bbfd0d711aa3bfa4123b08b03d60ff08cadbc7dc"><code>bbfd0d7</code></a> fix: AnyRow not support PgType::Varchar (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2976">#2976</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/b29eab0439b9914fdae20aa6e2ca6af0e5dc4969"><code>b29eab0</code></a> feat: add <code>to_url_lossy</code> to connect options (<a href="https://redirect.github.com/launchbadge/sqlx/issues/2902">#2902</a>)</li> <li><a href="https://github.com/launchbadge/sqlx/commit/34860b7f99d72f22cfa4c4e68364ff39108a7f2a"><code>34860b7</code></a> fix(ci): just cfg-out the whole <code>tests/sqlite/sqlcipher.rs</code></li> <li><a href="https://github.com/launchbadge/sqlx/commit/791a7f5417ca46859ababd97ee0d52c0356f4024"><code>791a7f5</code></a> doc(pg): document behavior of <code>bigdecimal</code> and <code>rust_decimal</code> with out-of-ran...</li> <li><a href="https://github.com/launchbadge/sqlx/commit/e5c18b354e50249a426cb83071fd713be90c83ed"><code>e5c18b3</code></a> fix: gate <code>sqlcipher</code> testing behind <code>cfg</code> to make development less annoying</li> <li>Additional commits viewable in <a href="https://github.com/launchbadge/sqlx/compare/v0.7.3...v0.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlx&package-manager=cargo&previous-version=0.7.3&new-version=0.7.4)](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>
2024-03-13 05:50:29 +03:00
checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
dependencies = [
"atoi",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"libsqlite3-sys",
"log",
"percent-encoding",
"serde",
"sqlx-core",
"tracing",
"url",
2023-11-27 07:10:29 +03:00
"urlencoding",
]
2023-12-27 21:50:07 +03:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "static-files"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e8590e848e1c53be9258210bcd4a8f4118e08988f03a4e2d63b62e4ad9f7ced"
dependencies = [
"change-detection",
"mime_guess",
"path-slash",
]
2023-12-27 21:50:07 +03:00
[[package]]
name = "str_stack"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "strict-num"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
dependencies = [
"float-cmp",
]
2017-10-09 14:29:03 +03:00
[[package]]
name = "stringprep"
2024-05-30 21:34:53 +03:00
version = "0.1.5"
2017-10-09 14:29:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:34:53 +03:00
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2017-10-09 14:29:03 +03:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2024-05-30 21:34:53 +03:00
"unicode-properties",
2017-10-09 14:29:03 +03:00
]
2024-02-09 11:43:27 +03:00
[[package]]
name = "strsim"
2024-04-09 23:04:40 +03:00
version = "0.11.1"
2024-02-09 11:43:27 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 23:04:40 +03:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-02-09 11:43:27 +03:00
[[package]]
name = "structmeta"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d"
dependencies = [
"proc-macro2",
"quote",
"structmeta-derive 0.2.0",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "structmeta"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329"
dependencies = [
"proc-macro2",
"quote",
"structmeta-derive 0.3.0",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "structmeta-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "structmeta-derive"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "subst"
chore(deps): Bump subst from 0.3.3 to 0.3.5 (#1513) Bumps [subst](https://github.com/fizyr/subst) from 0.3.3 to 0.3.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fizyr/subst/blob/main/CHANGELOG">subst's changelog</a>.</em></p> <blockquote> <h1>Version 0.3.5 - 2024-09-15</h1> <ul> <li>[change][patch] Update README for new feature flags.</li> </ul> <h1>Version 0.3.4 - 2024-09-15</h1> <ul> <li>[add][minor] Add optional support for the <code>indexmap</code> crate.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fizyr/subst/commit/8d5ecb9b7bb0a84c31b7d9d066ec2ff5533a3807"><code>8d5ecb9</code></a> Bump version to 0.3.5.</li> <li><a href="https://github.com/fizyr/subst/commit/5e4bf306a43c383f9e6dac671f979b939066a96f"><code>5e4bf30</code></a> Merge pull request <a href="https://redirect.github.com/fizyr/subst/issues/26">#26</a> from fizyr/update-readme</li> <li><a href="https://github.com/fizyr/subst/commit/656f21c1cbfd8f510563aea19c2526a64fb3eb9b"><code>656f21c</code></a> Update README for new feature flags.</li> <li><a href="https://github.com/fizyr/subst/commit/b8a16e86228857b032271b36857fdf7a86e7dfd5"><code>b8a16e8</code></a> Bump version to 0.3.4.</li> <li><a href="https://github.com/fizyr/subst/commit/2a5cc1af6b4c2a6f9b2368982a6f6eac4d4ac138"><code>2a5cc1a</code></a> Merge pull request <a href="https://redirect.github.com/fizyr/subst/issues/25">#25</a> from fizyr/indexmap</li> <li><a href="https://github.com/fizyr/subst/commit/35c4f92c61d1a1662b475ff973070e9cefb68229"><code>35c4f92</code></a> Add optional support for the <code>indexmap</code> crate.</li> <li><a href="https://github.com/fizyr/subst/commit/cdf6832cdd4c926e9e533336331518dcc06289e5"><code>cdf6832</code></a> Move all optional features to the <code>features</code> module.</li> <li>See full diff in <a href="https://github.com/fizyr/subst/compare/v0.3.3...v0.3.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=subst&package-manager=cargo&previous-version=0.3.3&new-version=0.3.5)](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>
2024-09-16 06:04:35 +03:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump subst from 0.3.3 to 0.3.5 (#1513) Bumps [subst](https://github.com/fizyr/subst) from 0.3.3 to 0.3.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fizyr/subst/blob/main/CHANGELOG">subst's changelog</a>.</em></p> <blockquote> <h1>Version 0.3.5 - 2024-09-15</h1> <ul> <li>[change][patch] Update README for new feature flags.</li> </ul> <h1>Version 0.3.4 - 2024-09-15</h1> <ul> <li>[add][minor] Add optional support for the <code>indexmap</code> crate.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fizyr/subst/commit/8d5ecb9b7bb0a84c31b7d9d066ec2ff5533a3807"><code>8d5ecb9</code></a> Bump version to 0.3.5.</li> <li><a href="https://github.com/fizyr/subst/commit/5e4bf306a43c383f9e6dac671f979b939066a96f"><code>5e4bf30</code></a> Merge pull request <a href="https://redirect.github.com/fizyr/subst/issues/26">#26</a> from fizyr/update-readme</li> <li><a href="https://github.com/fizyr/subst/commit/656f21c1cbfd8f510563aea19c2526a64fb3eb9b"><code>656f21c</code></a> Update README for new feature flags.</li> <li><a href="https://github.com/fizyr/subst/commit/b8a16e86228857b032271b36857fdf7a86e7dfd5"><code>b8a16e8</code></a> Bump version to 0.3.4.</li> <li><a href="https://github.com/fizyr/subst/commit/2a5cc1af6b4c2a6f9b2368982a6f6eac4d4ac138"><code>2a5cc1a</code></a> Merge pull request <a href="https://redirect.github.com/fizyr/subst/issues/25">#25</a> from fizyr/indexmap</li> <li><a href="https://github.com/fizyr/subst/commit/35c4f92c61d1a1662b475ff973070e9cefb68229"><code>35c4f92</code></a> Add optional support for the <code>indexmap</code> crate.</li> <li><a href="https://github.com/fizyr/subst/commit/cdf6832cdd4c926e9e533336331518dcc06289e5"><code>cdf6832</code></a> Move all optional features to the <code>features</code> module.</li> <li>See full diff in <a href="https://github.com/fizyr/subst/compare/v0.3.3...v0.3.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=subst&package-manager=cargo&previous-version=0.3.3&new-version=0.3.5)](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>
2024-09-16 06:04:35 +03:00
checksum = "7a3c1ba4fd019bc866333a61fe205fc9b686e3cf5971dd8dfc116657d933031c"
dependencies = [
"memchr",
"serde",
"serde_yaml",
"unicode-width",
]
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "svgtypes"
version = "0.12.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71499ff2d42f59d26edb21369a308ede691421f79ebc0f001e2b1fd3a7c9e52"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"kurbo",
"siphasher",
]
2023-12-27 21:50:07 +03:00
[[package]]
name = "symbolic-common"
2024-10-20 01:21:51 +03:00
version = "12.12.0"
2023-12-27 21:50:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "366f1b4c6baf6cfefc234bbd4899535fca0b06c74443039a73f6dfb2fad88d77"
2023-12-27 21:50:07 +03:00
dependencies = [
"debugid",
"memmap2 0.9.5",
2023-12-27 21:50:07 +03:00
"stable_deref_trait",
"uuid",
]
[[package]]
name = "symbolic-demangle"
2024-10-20 01:21:51 +03:00
version = "12.12.0"
2023-12-27 21:50:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "aba05ba5b9962ea5617baf556293720a8b2d0a282aa14ee4bf10e22efc7da8c8"
2023-12-27 21:50:07 +03:00
dependencies = [
"cpp_demangle",
"rustc-demangle",
"symbolic-common",
]
2017-12-17 13:51:07 +03:00
[[package]]
name = "syn"
2023-02-25 07:58:35 +03:00
version = "1.0.109"
2019-08-20 12:19:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-25 07:58:35 +03:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2019-08-20 12:19:04 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2019-08-20 12:19:04 +03:00
]
chore(deps): Bump async-trait from 0.1.66 to 0.1.67 (#606) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.66 to 0.1.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.67</h2> <ul> <li>Update syn dependency to 2.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/f8a86505696c2206676cf2355dce1a6a27d28005"><code>f8a8650</code></a> Release 0.1.67</li> <li><a href="https://github.com/dtolnay/async-trait/commit/d7a9cae8d237cdc20577982e2933e3176cdefc4e"><code>d7a9cae</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/241">#241</a> from dtolnay/syn</li> <li><a href="https://github.com/dtolnay/async-trait/commit/15fd2820ac6d18ab01b1b71fccadf38219107112"><code>15fd282</code></a> Ignore match_like_matches_macro clippy lint</li> <li><a href="https://github.com/dtolnay/async-trait/commit/032c1506e3787847a52cba311aa9459c49a9a6ba"><code>032c150</code></a> Update to syn 2</li> <li><a href="https://github.com/dtolnay/async-trait/commit/0d0a3465ebaa5ce3b821fc62e21ad70d86813244"><code>0d0a346</code></a> Update ui test suite to nightly-2023-03-17</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.66...0.1.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.66&new-version=0.1.67)](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>
2023-03-20 06:31:56 +03:00
[[package]]
name = "syn"
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
version = "2.0.87"
chore(deps): Bump async-trait from 0.1.66 to 0.1.67 (#606) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.66 to 0.1.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.67</h2> <ul> <li>Update syn dependency to 2.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/f8a86505696c2206676cf2355dce1a6a27d28005"><code>f8a8650</code></a> Release 0.1.67</li> <li><a href="https://github.com/dtolnay/async-trait/commit/d7a9cae8d237cdc20577982e2933e3176cdefc4e"><code>d7a9cae</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/241">#241</a> from dtolnay/syn</li> <li><a href="https://github.com/dtolnay/async-trait/commit/15fd2820ac6d18ab01b1b71fccadf38219107112"><code>15fd282</code></a> Ignore match_like_matches_macro clippy lint</li> <li><a href="https://github.com/dtolnay/async-trait/commit/032c1506e3787847a52cba311aa9459c49a9a6ba"><code>032c150</code></a> Update to syn 2</li> <li><a href="https://github.com/dtolnay/async-trait/commit/0d0a3465ebaa5ce3b821fc62e21ad70d86813244"><code>0d0a346</code></a> Update ui test suite to nightly-2023-03-17</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.66...0.1.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.66&new-version=0.1.67)](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>
2023-03-20 06:31:56 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
chore(deps): Bump async-trait from 0.1.66 to 0.1.67 (#606) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.66 to 0.1.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.67</h2> <ul> <li>Update syn dependency to 2.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/f8a86505696c2206676cf2355dce1a6a27d28005"><code>f8a8650</code></a> Release 0.1.67</li> <li><a href="https://github.com/dtolnay/async-trait/commit/d7a9cae8d237cdc20577982e2933e3176cdefc4e"><code>d7a9cae</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/241">#241</a> from dtolnay/syn</li> <li><a href="https://github.com/dtolnay/async-trait/commit/15fd2820ac6d18ab01b1b71fccadf38219107112"><code>15fd282</code></a> Ignore match_like_matches_macro clippy lint</li> <li><a href="https://github.com/dtolnay/async-trait/commit/032c1506e3787847a52cba311aa9459c49a9a6ba"><code>032c150</code></a> Update to syn 2</li> <li><a href="https://github.com/dtolnay/async-trait/commit/0d0a3465ebaa5ce3b821fc62e21ad70d86813244"><code>0d0a346</code></a> Update ui test suite to nightly-2023-03-17</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.66...0.1.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.66&new-version=0.1.67)](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>
2023-03-20 06:31:56 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
chore(deps): Bump reqwest from 0.11.23 to 0.11.24 (#1169) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.11.24</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/magurotuna"><code>@​magurotuna</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2081">seanmonstar/reqwest#2081</a></li> <li><a href="https://github.com/michaelciraci"><code>@​michaelciraci</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2102">seanmonstar/reqwest#2102</a></li> <li><a href="https://github.com/basic-bgnr"><code>@​basic-bgnr</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2110">seanmonstar/reqwest#2110</a></li> <li><a href="https://github.com/jgraef"><code>@​jgraef</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2114">seanmonstar/reqwest#2114</a></li> <li><a href="https://github.com/LucasPickering"><code>@​LucasPickering</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2040">seanmonstar/reqwest#2040</a></li> <li><a href="https://github.com/gibbz00"><code>@​gibbz00</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2032">seanmonstar/reqwest#2032</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24">https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.11.24</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/c9b4b654cb804a8f5ca6b6f768758868ca7d36c3"><code>c9b4b65</code></a> v0.11.24</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ddf7f24dcadb9a310b52300c531fe516a05e0c43"><code>ddf7f24</code></a> Add Certificate::from_pem_bundle() (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2032">#2032</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/5d8443ddde43f184c245949b7c4c16c850ffd9cd"><code>5d8443d</code></a> fix panic when parsing invalid Url to Uri (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2040">#2040</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e3bf09006608015b565cbd22fc11589e91879c4d"><code>e3bf090</code></a> docs: explain TLS backend features better (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2117">#2117</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/1bd939ba15bb1a673e1e9187d3773033b42cc6b6"><code>1bd939b</code></a> update wasm-streams dependency (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2114">#2114</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/87cdf12d3fbc175f1c5a6a06fd5940d6df75fed0"><code>87cdf12</code></a> doc: clarify Cookie API usage (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2111">#2111</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/b3feff6bd80d78d4f16c300ff92bf4c74eaa87d7"><code>b3feff6</code></a> Add http3 feature to blocking client (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2110">#2110</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/23329363c68afd7d5e30bcf603060f7af34f7b8c"><code>2332936</code></a> Update cookie crates (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2089">#2089</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ef2c8ee50f25717755e3cb4410e3e6480f46d29a"><code>ef2c8ee</code></a> Upgrading env_logger dep (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2102">#2102</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/4ab5fb031c1d4672c685cb158e2cc6c644346fe2"><code>4ab5fb0</code></a> Fix HTTP/2: retry requests rejected with <code>REFUSED_STREAM</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2081">#2081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.23&new-version=0.11.24)](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>
2024-02-01 05:44:04 +03:00
[[package]]
name = "sync_wrapper"
version = "1.0.1"
chore(deps): Bump reqwest from 0.11.23 to 0.11.24 (#1169) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.11.24</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/magurotuna"><code>@​magurotuna</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2081">seanmonstar/reqwest#2081</a></li> <li><a href="https://github.com/michaelciraci"><code>@​michaelciraci</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2102">seanmonstar/reqwest#2102</a></li> <li><a href="https://github.com/basic-bgnr"><code>@​basic-bgnr</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2110">seanmonstar/reqwest#2110</a></li> <li><a href="https://github.com/jgraef"><code>@​jgraef</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2114">seanmonstar/reqwest#2114</a></li> <li><a href="https://github.com/LucasPickering"><code>@​LucasPickering</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2040">seanmonstar/reqwest#2040</a></li> <li><a href="https://github.com/gibbz00"><code>@​gibbz00</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2032">seanmonstar/reqwest#2032</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24">https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.11.24</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/c9b4b654cb804a8f5ca6b6f768758868ca7d36c3"><code>c9b4b65</code></a> v0.11.24</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ddf7f24dcadb9a310b52300c531fe516a05e0c43"><code>ddf7f24</code></a> Add Certificate::from_pem_bundle() (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2032">#2032</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/5d8443ddde43f184c245949b7c4c16c850ffd9cd"><code>5d8443d</code></a> fix panic when parsing invalid Url to Uri (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2040">#2040</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e3bf09006608015b565cbd22fc11589e91879c4d"><code>e3bf090</code></a> docs: explain TLS backend features better (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2117">#2117</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/1bd939ba15bb1a673e1e9187d3773033b42cc6b6"><code>1bd939b</code></a> update wasm-streams dependency (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2114">#2114</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/87cdf12d3fbc175f1c5a6a06fd5940d6df75fed0"><code>87cdf12</code></a> doc: clarify Cookie API usage (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2111">#2111</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/b3feff6bd80d78d4f16c300ff92bf4c74eaa87d7"><code>b3feff6</code></a> Add http3 feature to blocking client (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2110">#2110</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/23329363c68afd7d5e30bcf603060f7af34f7b8c"><code>2332936</code></a> Update cookie crates (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2089">#2089</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ef2c8ee50f25717755e3cb4410e3e6480f46d29a"><code>ef2c8ee</code></a> Upgrading env_logger dep (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2102">#2102</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/4ab5fb031c1d4672c685cb158e2cc6c644346fe2"><code>4ab5fb0</code></a> Fix HTTP/2: retry requests rejected with <code>REFUSED_STREAM</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2081">#2081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.23&new-version=0.11.24)](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>
2024-02-01 05:44:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2024-09-11 22:32:24 +03:00
dependencies = [
"futures-core",
]
chore(deps): Bump reqwest from 0.11.23 to 0.11.24 (#1169) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.11.24</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/magurotuna"><code>@​magurotuna</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2081">seanmonstar/reqwest#2081</a></li> <li><a href="https://github.com/michaelciraci"><code>@​michaelciraci</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2102">seanmonstar/reqwest#2102</a></li> <li><a href="https://github.com/basic-bgnr"><code>@​basic-bgnr</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2110">seanmonstar/reqwest#2110</a></li> <li><a href="https://github.com/jgraef"><code>@​jgraef</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2114">seanmonstar/reqwest#2114</a></li> <li><a href="https://github.com/LucasPickering"><code>@​LucasPickering</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2040">seanmonstar/reqwest#2040</a></li> <li><a href="https://github.com/gibbz00"><code>@​gibbz00</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2032">seanmonstar/reqwest#2032</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24">https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.11.24</h2> <ul> <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li> <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li> <li>Remove <code>Sync</code> bounds requirement for <code>Body::wrap_stream()</code>.</li> <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li> <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that could panic.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/c9b4b654cb804a8f5ca6b6f768758868ca7d36c3"><code>c9b4b65</code></a> v0.11.24</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ddf7f24dcadb9a310b52300c531fe516a05e0c43"><code>ddf7f24</code></a> Add Certificate::from_pem_bundle() (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2032">#2032</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/5d8443ddde43f184c245949b7c4c16c850ffd9cd"><code>5d8443d</code></a> fix panic when parsing invalid Url to Uri (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2040">#2040</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e3bf09006608015b565cbd22fc11589e91879c4d"><code>e3bf090</code></a> docs: explain TLS backend features better (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2117">#2117</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/1bd939ba15bb1a673e1e9187d3773033b42cc6b6"><code>1bd939b</code></a> update wasm-streams dependency (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2114">#2114</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/87cdf12d3fbc175f1c5a6a06fd5940d6df75fed0"><code>87cdf12</code></a> doc: clarify Cookie API usage (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2111">#2111</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/b3feff6bd80d78d4f16c300ff92bf4c74eaa87d7"><code>b3feff6</code></a> Add http3 feature to blocking client (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2110">#2110</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/23329363c68afd7d5e30bcf603060f7af34f7b8c"><code>2332936</code></a> Update cookie crates (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2089">#2089</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ef2c8ee50f25717755e3cb4410e3e6480f46d29a"><code>ef2c8ee</code></a> Upgrading env_logger dep (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2102">#2102</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/4ab5fb031c1d4672c685cb158e2cc6c644346fe2"><code>4ab5fb0</code></a> Fix HTTP/2: retry requests rejected with <code>REFUSED_STREAM</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2081">#2081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.23&new-version=0.11.24)](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>
2024-02-01 05:44:04 +03:00
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.87",
]
[[package]]
name = "tagptr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "tempfile"
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
dependencies = [
"cfg-if",
"fastrand",
2024-09-11 22:32:24 +03:00
"once_cell",
"rustix",
2024-09-11 22:32:24 +03:00
"windows-sys 0.59.0",
]
[[package]]
name = "testcontainers"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f40cc2bd72e17f328faf8ca7687fe337e61bccd8acf9674fa78dd3792b045e1"
dependencies = [
"async-trait",
"bollard",
"bollard-stubs",
"bytes",
"docker_credential",
"either",
"etcetera",
"futures",
"log",
"memchr",
"parse-display 0.9.1",
"pin-project-lite",
"serde",
"serde_json",
"serde_with",
"thiserror",
"tokio",
"tokio-stream",
"tokio-tar",
"tokio-util",
"url",
]
[[package]]
name = "testcontainers-modules"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "708fce58200e480633a428b7356fc39eb7fef02e47bd6faa94ba1d0746e6f17e"
dependencies = [
"testcontainers",
]
[[package]]
name = "thiserror"
chore(deps): Bump thiserror from 1.0.67 to 1.0.68 (#1569) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.67 to 1.0.68. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.68</h2> <ul> <li>Handle incomplete expressions more robustly in format arguments, such as while code is being typed (<a href="https://redirect.github.com/dtolnay/thiserror/issues/341">#341</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/344">#344</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/8d06fb554905b054d44a353bea9c92d0bbeb0bdf"><code>8d06fb5</code></a> Release 1.0.68</li> <li><a href="https://github.com/dtolnay/thiserror/commit/372fd8a71afefe23b128a5bb5ad502abbce3e845"><code>372fd8a</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/344">#344</a> from dtolnay/binop</li> <li><a href="https://github.com/dtolnay/thiserror/commit/08f89925bf0df7a3fe758129e4dbea1097c48bce"><code>08f8992</code></a> Disregard equality binop in fallback parser</li> <li><a href="https://github.com/dtolnay/thiserror/commit/d2a823d2ae25dab21311b1572b6c50d20cf11646"><code>d2a823d</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/343">#343</a> from dtolnay/unnamed</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bf7a6f69d58c2bfc01a9137fb7b239c88d1ec3"><code>b3bf7a6</code></a> Add logic to determine whether unnamed fmt arguments are present</li> <li><a href="https://github.com/dtolnay/thiserror/commit/490f9c017b7434c7ac1f1f8ee14fd062a7293d8a"><code>490f9c0</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/342">#342</a> from dtolnay/synfull</li> <li><a href="https://github.com/dtolnay/thiserror/commit/7daf1b169d4daed1f2d2765b36726a0ddc29c01c"><code>7daf1b1</code></a> Defer is_syn_full() call until first expression</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c92ac9940b5a40b0c43a7f9c92d2e45c0a883c93"><code>c92ac99</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/341">#341</a> from dtolnay/parsescan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/40a53f7f338e8cca0a3e589d01a19457c4794cc0"><code>40a53f7</code></a> Interleave Expr parsing and scanning better</li> <li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/1.0.67...1.0.68">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.67&new-version=1.0.68)](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>
2024-11-05 05:29:09 +03:00
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump thiserror from 1.0.67 to 1.0.68 (#1569) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.67 to 1.0.68. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.68</h2> <ul> <li>Handle incomplete expressions more robustly in format arguments, such as while code is being typed (<a href="https://redirect.github.com/dtolnay/thiserror/issues/341">#341</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/344">#344</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/8d06fb554905b054d44a353bea9c92d0bbeb0bdf"><code>8d06fb5</code></a> Release 1.0.68</li> <li><a href="https://github.com/dtolnay/thiserror/commit/372fd8a71afefe23b128a5bb5ad502abbce3e845"><code>372fd8a</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/344">#344</a> from dtolnay/binop</li> <li><a href="https://github.com/dtolnay/thiserror/commit/08f89925bf0df7a3fe758129e4dbea1097c48bce"><code>08f8992</code></a> Disregard equality binop in fallback parser</li> <li><a href="https://github.com/dtolnay/thiserror/commit/d2a823d2ae25dab21311b1572b6c50d20cf11646"><code>d2a823d</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/343">#343</a> from dtolnay/unnamed</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bf7a6f69d58c2bfc01a9137fb7b239c88d1ec3"><code>b3bf7a6</code></a> Add logic to determine whether unnamed fmt arguments are present</li> <li><a href="https://github.com/dtolnay/thiserror/commit/490f9c017b7434c7ac1f1f8ee14fd062a7293d8a"><code>490f9c0</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/342">#342</a> from dtolnay/synfull</li> <li><a href="https://github.com/dtolnay/thiserror/commit/7daf1b169d4daed1f2d2765b36726a0ddc29c01c"><code>7daf1b1</code></a> Defer is_syn_full() call until first expression</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c92ac9940b5a40b0c43a7f9c92d2e45c0a883c93"><code>c92ac99</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/341">#341</a> from dtolnay/parsescan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/40a53f7f338e8cca0a3e589d01a19457c4794cc0"><code>40a53f7</code></a> Interleave Expr parsing and scanning better</li> <li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/1.0.67...1.0.68">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.67&new-version=1.0.68)](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>
2024-11-05 05:29:09 +03:00
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
chore(deps): Bump thiserror from 1.0.67 to 1.0.68 (#1569) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.67 to 1.0.68. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.68</h2> <ul> <li>Handle incomplete expressions more robustly in format arguments, such as while code is being typed (<a href="https://redirect.github.com/dtolnay/thiserror/issues/341">#341</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/344">#344</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/8d06fb554905b054d44a353bea9c92d0bbeb0bdf"><code>8d06fb5</code></a> Release 1.0.68</li> <li><a href="https://github.com/dtolnay/thiserror/commit/372fd8a71afefe23b128a5bb5ad502abbce3e845"><code>372fd8a</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/344">#344</a> from dtolnay/binop</li> <li><a href="https://github.com/dtolnay/thiserror/commit/08f89925bf0df7a3fe758129e4dbea1097c48bce"><code>08f8992</code></a> Disregard equality binop in fallback parser</li> <li><a href="https://github.com/dtolnay/thiserror/commit/d2a823d2ae25dab21311b1572b6c50d20cf11646"><code>d2a823d</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/343">#343</a> from dtolnay/unnamed</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bf7a6f69d58c2bfc01a9137fb7b239c88d1ec3"><code>b3bf7a6</code></a> Add logic to determine whether unnamed fmt arguments are present</li> <li><a href="https://github.com/dtolnay/thiserror/commit/490f9c017b7434c7ac1f1f8ee14fd062a7293d8a"><code>490f9c0</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/342">#342</a> from dtolnay/synfull</li> <li><a href="https://github.com/dtolnay/thiserror/commit/7daf1b169d4daed1f2d2765b36726a0ddc29c01c"><code>7daf1b1</code></a> Defer is_syn_full() call until first expression</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c92ac9940b5a40b0c43a7f9c92d2e45c0a883c93"><code>c92ac99</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/341">#341</a> from dtolnay/parsescan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/40a53f7f338e8cca0a3e589d01a19457c4794cc0"><code>40a53f7</code></a> Interleave Expr parsing and scanning better</li> <li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/1.0.67...1.0.68">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.67&new-version=1.0.68)](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>
2024-11-05 05:29:09 +03:00
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump thiserror from 1.0.67 to 1.0.68 (#1569) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.67 to 1.0.68. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.68</h2> <ul> <li>Handle incomplete expressions more robustly in format arguments, such as while code is being typed (<a href="https://redirect.github.com/dtolnay/thiserror/issues/341">#341</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/344">#344</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/8d06fb554905b054d44a353bea9c92d0bbeb0bdf"><code>8d06fb5</code></a> Release 1.0.68</li> <li><a href="https://github.com/dtolnay/thiserror/commit/372fd8a71afefe23b128a5bb5ad502abbce3e845"><code>372fd8a</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/344">#344</a> from dtolnay/binop</li> <li><a href="https://github.com/dtolnay/thiserror/commit/08f89925bf0df7a3fe758129e4dbea1097c48bce"><code>08f8992</code></a> Disregard equality binop in fallback parser</li> <li><a href="https://github.com/dtolnay/thiserror/commit/d2a823d2ae25dab21311b1572b6c50d20cf11646"><code>d2a823d</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/343">#343</a> from dtolnay/unnamed</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bf7a6f69d58c2bfc01a9137fb7b239c88d1ec3"><code>b3bf7a6</code></a> Add logic to determine whether unnamed fmt arguments are present</li> <li><a href="https://github.com/dtolnay/thiserror/commit/490f9c017b7434c7ac1f1f8ee14fd062a7293d8a"><code>490f9c0</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/342">#342</a> from dtolnay/synfull</li> <li><a href="https://github.com/dtolnay/thiserror/commit/7daf1b169d4daed1f2d2765b36726a0ddc29c01c"><code>7daf1b1</code></a> Defer is_syn_full() call until first expression</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c92ac9940b5a40b0c43a7f9c92d2e45c0a883c93"><code>c92ac99</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/341">#341</a> from dtolnay/parsescan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/40a53f7f338e8cca0a3e589d01a19457c4794cc0"><code>40a53f7</code></a> Interleave Expr parsing and scanning better</li> <li>See full diff in <a href="https://github.com/dtolnay/thiserror/compare/1.0.67...1.0.68">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.67&new-version=1.0.68)](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>
2024-11-05 05:29:09 +03:00
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
2018-03-28 19:15:00 +03:00
[[package]]
name = "tilejson"
2023-12-09 18:17:19 +03:00
version = "0.4.1"
2018-03-28 19:15:00 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 18:17:19 +03:00
checksum = "4456a8bde0c9c9de96db90d0a74ef225035669c6176ee00ff692f8f6c0d94475"
2018-03-28 19:15:00 +03:00
dependencies = [
"serde",
"serde_json",
"serde_tuple",
"thiserror",
2018-03-28 19:15:00 +03:00
]
[[package]]
name = "time"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
2023-08-02 04:39:24 +03:00
"deranged",
"itoa",
2024-02-02 07:03:28 +03:00
"num-conv",
2023-10-16 08:12:58 +03:00
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-09-25 18:01:10 +03:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 18:01:10 +03:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
2024-02-02 07:03:28 +03:00
"num-conv",
"time-core",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "tiny-skia"
version = "0.11.4"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"arrayref",
"arrayvec",
"bytemuck",
"cfg-if",
"log",
"png",
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
version = "0.11.4"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
[[package]]
name = "tinystr"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
2018-03-13 14:32:09 +03:00
[[package]]
name = "tinytemplate"
version = "1.2.1"
2018-03-13 14:32:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2018-03-13 14:32:09 +03:00
dependencies = [
"serde",
"serde_json",
2018-06-16 19:01:08 +03:00
]
2020-06-21 12:52:13 +03:00
[[package]]
name = "tinyvec"
version = "1.8.0"
2020-12-20 15:45:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2020-12-20 15:45:58 +03:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-06 08:37:40 +03:00
version = "0.1.1"
2020-06-21 12:52:13 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-06 08:37:40 +03:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020-06-21 12:52:13 +03:00
2024-10-20 01:28:53 +03:00
[[package]]
name = "tls_codec"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e78c9c330f8c85b2bae7c8368f2739157db9991235123aa1b15ef9502bfb6a"
dependencies = [
"tls_codec_derive",
"zeroize",
]
[[package]]
name = "tls_codec_derive"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d9ef545650e79f30233c0003bcc2504d7efac6dad25fca40744de773fe2049c"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
2024-10-20 01:28:53 +03:00
]
2018-06-16 19:01:08 +03:00
[[package]]
name = "tokio"
chore(deps): Bump tokio from 1.40.0 to 1.41.0 (#1550) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.41.0</h2> <h1>1.41.0 (Oct 22th, 2024)</h1> <h3>Added</h3> <ul> <li>metrics: stabilize <code>global_queue_depth</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6854">#6854</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/6918">#6918</a>)</li> <li>net: add conversions for unix <code>SocketAddr</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6868">#6868</a>)</li> <li>sync: add <code>watch::Sender::sender_count</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6836">#6836</a>)</li> <li>sync: add <code>mpsc::Receiver::blocking_recv_many</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6867">#6867</a>)</li> <li>task: stabilize <code>Id</code> apis (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6793">#6793</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/6891">#6891</a>)</li> </ul> <h3>Added (unstable)</h3> <ul> <li>metrics: add H2 Histogram option to improve histogram granularity (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6897">#6897</a>)</li> <li>metrics: rename some histogram apis (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6924">#6924</a>)</li> <li>runtime: add <code>LocalRuntime</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6808">#6808</a>)</li> </ul> <h3>Changed</h3> <ul> <li>runtime: box futures larger than 16k on release mode (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6826">#6826</a>)</li> <li>sync: add <code>#[must_use]</code> to <code>Notified</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6828">#6828</a>)</li> <li>sync: make <code>watch</code> cooperative (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6846">#6846</a>)</li> <li>sync: make <code>broadcast::Receiver</code> cooperative (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6870">#6870</a>)</li> <li>task: add task size to tracing instrumentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6881">#6881</a>)</li> <li>wasm: enable <code>cfg_fs</code> for <code>wasi</code> target (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6822">#6822</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>net: fix regression of abstract socket path in unix socket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6838">#6838</a>)</li> </ul> <h3>Documented</h3> <ul> <li>io: recommend <code>OwnedFd</code> with <code>AsyncFd</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6821">#6821</a>)</li> <li>io: document cancel safety of <code>AsyncFd</code> methods (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6890">#6890</a>)</li> <li>macros: render more comprehensible documentation for <code>join</code> and <code>try_join</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6814">#6814</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/6841">#6841</a>)</li> <li>net: fix swapped examples for <code>TcpSocket::set_nodelay</code> and <code>TcpSocket::nodelay</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6840">#6840</a>)</li> <li>sync: document runtime compatibility (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6833">#6833</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6793">#6793</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6793">tokio-rs/tokio#6793</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6808">#6808</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6808">tokio-rs/tokio#6808</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6810">#6810</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6810">tokio-rs/tokio#6810</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6814">#6814</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6814">tokio-rs/tokio#6814</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6821">#6821</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6821">tokio-rs/tokio#6821</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6822">#6822</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6822">tokio-rs/tokio#6822</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6826">#6826</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6826">tokio-rs/tokio#6826</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6828">#6828</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6828">tokio-rs/tokio#6828</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6833">#6833</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6833">tokio-rs/tokio#6833</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6836">#6836</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6836">tokio-rs/tokio#6836</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6838">#6838</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6838">tokio-rs/tokio#6838</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6840">#6840</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6840">tokio-rs/tokio#6840</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/01e04daaa162ce6122bb894fdda0b6803dd32093"><code>01e04da</code></a> chore: prepare Tokio v1.41.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6917">#6917</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/92ccadeb3c7058cdc8799b998f6a19a1171691df"><code>92ccade</code></a> runtime: fix stability feature flags for docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6909">#6909</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fbfeb9a68a22556935b64dc426601b799ec369ac"><code>fbfeb9a</code></a> metrics: rename <code>*_poll_count_*</code> to <code>*_poll_time_*</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6924">#6924</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/da745ff335dea94378f5ba2b79e2c9f97cb217aa"><code>da745ff</code></a> metrics: add H2 Histogram option to improve histogram granularity (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6897">#6897</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ce1c74f1cc1e31083744b6eb24b0e60ceaca4b4e"><code>ce1c74f</code></a> metrics: fix deadlock in injection_queue_depth_multi_thread test (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6916">#6916</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/28c9a14a2e4da99842d41240b301022017b2a04a"><code>28c9a14</code></a> metrics: rename <code>injection_queue_depth</code> to <code>global_queue_depth</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6918">#6918</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/32e0b4325f877d53ddc76818198becad9312159a"><code>32e0b43</code></a> ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6911">#6911</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1656d8e231903a7b84b9e2d5e3db7aeed13a2966"><code>1656d8e</code></a> sync: add <code>mpsc::Receiver::blocking_recv_many</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6867">#6867</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c9e998e4b3cbd3326b4ef52e38ae22561d6e1f29"><code>c9e998e</code></a> ci: print the correct sort order of the dictionary on failure (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6905">#6905</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/512e9decfb683d22f4a145459142542caa0894c9"><code>512e9de</code></a> rt: add LocalRuntime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6808">#6808</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.40.0&new-version=1.41.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>
2024-10-23 13:39:18 +03:00
version = "1.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump tokio from 1.40.0 to 1.41.0 (#1550) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.41.0</h2> <h1>1.41.0 (Oct 22th, 2024)</h1> <h3>Added</h3> <ul> <li>metrics: stabilize <code>global_queue_depth</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6854">#6854</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/6918">#6918</a>)</li> <li>net: add conversions for unix <code>SocketAddr</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6868">#6868</a>)</li> <li>sync: add <code>watch::Sender::sender_count</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6836">#6836</a>)</li> <li>sync: add <code>mpsc::Receiver::blocking_recv_many</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6867">#6867</a>)</li> <li>task: stabilize <code>Id</code> apis (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6793">#6793</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/6891">#6891</a>)</li> </ul> <h3>Added (unstable)</h3> <ul> <li>metrics: add H2 Histogram option to improve histogram granularity (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6897">#6897</a>)</li> <li>metrics: rename some histogram apis (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6924">#6924</a>)</li> <li>runtime: add <code>LocalRuntime</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6808">#6808</a>)</li> </ul> <h3>Changed</h3> <ul> <li>runtime: box futures larger than 16k on release mode (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6826">#6826</a>)</li> <li>sync: add <code>#[must_use]</code> to <code>Notified</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6828">#6828</a>)</li> <li>sync: make <code>watch</code> cooperative (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6846">#6846</a>)</li> <li>sync: make <code>broadcast::Receiver</code> cooperative (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6870">#6870</a>)</li> <li>task: add task size to tracing instrumentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6881">#6881</a>)</li> <li>wasm: enable <code>cfg_fs</code> for <code>wasi</code> target (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6822">#6822</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>net: fix regression of abstract socket path in unix socket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6838">#6838</a>)</li> </ul> <h3>Documented</h3> <ul> <li>io: recommend <code>OwnedFd</code> with <code>AsyncFd</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6821">#6821</a>)</li> <li>io: document cancel safety of <code>AsyncFd</code> methods (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6890">#6890</a>)</li> <li>macros: render more comprehensible documentation for <code>join</code> and <code>try_join</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6814">#6814</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/6841">#6841</a>)</li> <li>net: fix swapped examples for <code>TcpSocket::set_nodelay</code> and <code>TcpSocket::nodelay</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6840">#6840</a>)</li> <li>sync: document runtime compatibility (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6833">#6833</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6793">#6793</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6793">tokio-rs/tokio#6793</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6808">#6808</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6808">tokio-rs/tokio#6808</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6810">#6810</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6810">tokio-rs/tokio#6810</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6814">#6814</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6814">tokio-rs/tokio#6814</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6821">#6821</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6821">tokio-rs/tokio#6821</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6822">#6822</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6822">tokio-rs/tokio#6822</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6826">#6826</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6826">tokio-rs/tokio#6826</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6828">#6828</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6828">tokio-rs/tokio#6828</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6833">#6833</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6833">tokio-rs/tokio#6833</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6836">#6836</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6836">tokio-rs/tokio#6836</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6838">#6838</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6838">tokio-rs/tokio#6838</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6840">#6840</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6840">tokio-rs/tokio#6840</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/01e04daaa162ce6122bb894fdda0b6803dd32093"><code>01e04da</code></a> chore: prepare Tokio v1.41.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6917">#6917</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/92ccadeb3c7058cdc8799b998f6a19a1171691df"><code>92ccade</code></a> runtime: fix stability feature flags for docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6909">#6909</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fbfeb9a68a22556935b64dc426601b799ec369ac"><code>fbfeb9a</code></a> metrics: rename <code>*_poll_count_*</code> to <code>*_poll_time_*</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6924">#6924</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/da745ff335dea94378f5ba2b79e2c9f97cb217aa"><code>da745ff</code></a> metrics: add H2 Histogram option to improve histogram granularity (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6897">#6897</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ce1c74f1cc1e31083744b6eb24b0e60ceaca4b4e"><code>ce1c74f</code></a> metrics: fix deadlock in injection_queue_depth_multi_thread test (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6916">#6916</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/28c9a14a2e4da99842d41240b301022017b2a04a"><code>28c9a14</code></a> metrics: rename <code>injection_queue_depth</code> to <code>global_queue_depth</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6918">#6918</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/32e0b4325f877d53ddc76818198becad9312159a"><code>32e0b43</code></a> ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6911">#6911</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1656d8e231903a7b84b9e2d5e3db7aeed13a2966"><code>1656d8e</code></a> sync: add <code>mpsc::Receiver::blocking_recv_many</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6867">#6867</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c9e998e4b3cbd3326b4ef52e38ae22561d6e1f29"><code>c9e998e</code></a> ci: print the correct sort order of the dictionary on failure (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6905">#6905</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/512e9decfb683d22f4a145459142542caa0894c9"><code>512e9de</code></a> rt: add LocalRuntime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6808">#6808</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.40.0&new-version=1.41.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>
2024-10-23 13:39:18 +03:00
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
dependencies = [
chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#733) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.2 to 1.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.29.0</h2> <p>Technically a breaking change, the <code>Send</code> implementation is removed from <code>runtime::EnterGuard</code>. This change fixes a bug and should not impact most users.</p> <h3>Breaking</h3> <ul> <li>rt: <code>EnterGuard</code> should not be <code>Send</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fs: reduce blocking ops in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>)</li> <li>rt: fix possible starvation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>)</li> <li>rt: fix stacked borrows issue in <code>JoinSet</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>)</li> <li>rt: panic if <code>EnterGuard</code> dropped incorrect order (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>)</li> <li>time: do not overflow to signal value (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>)</li> <li>fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> </ul> <h3>Changed</h3> <ul> <li>rt: reduce time to poll tasks scheduled from outside the runtime (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: add uds doc alias for unix sockets (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>)</li> <li>rt: add metric for number of tasks (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5628">#5628</a>)</li> <li>sync: implement more traits for channel errors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5666">#5666</a>)</li> <li>net: add nodelay methods on TcpSocket (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5672">#5672</a>)</li> <li>sync: add <code>broadcast::Receiver::blocking_recv</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5690">#5690</a>)</li> <li>process: add <code>raw_arg</code> method to <code>Command</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5704">#5704</a>)</li> <li>io: support PRIORITY epoll events (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5566">#5566</a>)</li> <li>task: add <code>JoinSet::poll_join_next</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5721">#5721</a>)</li> <li>net: add support for Redox OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5790">#5790</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>rt: add the ability to dump task backtraces (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5608">#5608</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5676">#5676</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5708">#5708</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/5717">#5717</a>)</li> <li>rt: instrument task poll times with a histogram (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5685">#5685</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/5766">#5766</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5766">tokio-rs/tokio#5766</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5653">#5653</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5653">tokio-rs/tokio#5653</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5686">#5686</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5686">tokio-rs/tokio#5686</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5712">#5712</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5712">tokio-rs/tokio#5712</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5693">#5693</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5693">tokio-rs/tokio#5693</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5772">#5772</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5772">tokio-rs/tokio#5772</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5710">#5710</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5710">tokio-rs/tokio#5710</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5803">tokio-rs/tokio#5803</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5705">#5705</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5705">tokio-rs/tokio#5705</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5720">#5720</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5720">tokio-rs/tokio#5720</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/5659">#5659</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/5659">tokio-rs/tokio#5659</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/48c55768fd6ae47d1c015b154a0ebd2579688359"><code>48c5576</code></a> chore: prepare Tokio v1.29.0 release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5826">#5826</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/657fd883d2ba5d110b2fd522ce9bd08947e03d7c"><code>657fd88</code></a> task: add guarantee about when a spawned task may be polled (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5816">#5816</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6b076a27437a94f0c0e4d506188bef26c53896ee"><code>6b076a2</code></a> fs: wait for in-flight ops before cloning <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/910a1e2fcf8ebafd41c2841144c3a1037af7dc40"><code>910a1e2</code></a> io: fix <code>futures_io::AsyncSeek</code> implementaion for <code>Compat</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5783">#5783</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/6d25a00145d0dfed10c93eb37704fde88967341c"><code>6d25a00</code></a> fs: update cfg attr in <code>fs::read_dir</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5806">#5806</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/78bf8a9e5e72430274467cebce4cc37096508c18"><code>78bf8a9</code></a> sync: replace Poll::Ready with Ready (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5815">#5815</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8af5aad16baec0d2713453aa03db5ff29639010"><code>b8af5aa</code></a> task: add spawn_blocking methods to JoinMap (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5797">#5797</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/2e62374e4a643015ea9ecf5a1d012c3429eed42f"><code>2e62374</code></a> rt: pad the task struct to avoid false sharing (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5809">#5809</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/56c43655845b109f59a8cdd5d31d36992fc3ecef"><code>56c4365</code></a> tokio: improve taskdump documentation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5805">#5805</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fb0d305a7a78a97f032830c9e07bc932f093e165"><code>fb0d305</code></a> ci: build tokio for redox-os (<a href="https://redirect.github.com/tokio-rs/tokio/issues/5800">#5800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.28.2...tokio-1.29.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.28.2&new-version=1.29.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>
2023-06-28 09:14:48 +03:00
"backtrace",
"bytes",
"libc",
2024-09-11 22:32:24 +03:00
"mio",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2023-08-29 22:29:59 +03:00
"socket2",
"tokio-macros",
2024-07-24 05:52:07 +03:00
"windows-sys 0.52.0",
]
[[package]]
name = "tokio-macros"
2024-07-24 05:52:07 +03:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-24 05:52:07 +03:00
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
[[package]]
name = "tokio-postgres"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb"
dependencies = [
"async-trait",
"byteorder",
"bytes",
2023-11-27 07:10:29 +03:00
"fallible-iterator 0.2.0",
"futures-channel",
"futures-util",
"log",
"parking_lot",
"percent-encoding",
"phf",
"pin-project-lite",
"postgres-protocol",
"postgres-types",
"rand",
2023-08-29 22:29:59 +03:00
"socket2",
"tokio",
"tokio-util",
"whoami",
]
2023-09-30 12:58:49 +03:00
[[package]]
name = "tokio-postgres-rustls"
2024-10-20 01:28:53 +03:00
version = "0.13.0"
2023-09-30 12:58:49 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:28:53 +03:00
checksum = "27d684bad428a0f2481f42241f821db42c54e2dc81d8c00db8536c506b0a0144"
2023-09-30 12:58:49 +03:00
dependencies = [
2024-10-20 01:28:53 +03:00
"const-oid",
chore(deps): Bump tokio-postgres-rustls from 0.11.0 to 0.11.1 (#1141) Bumps [tokio-postgres-rustls](https://github.com/jbg/tokio-postgres-rustls) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jbg/tokio-postgres-rustls/releases">tokio-postgres-rustls's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <ul> <li>Update <code>x509-certificate</code> to 0.23 to avoid pulling in multiple versions of <code>ring</code>. Thanks <a href="https://github.com/serprex"><code>@​serprex</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/a588474bf0ea7fa76fd0404469546092138cf771"><code>a588474</code></a> Bump version to 0.11.1</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/f210aa24c4788e7f3bd9af52c4f7014c5561ac70"><code>f210aa2</code></a> Merge pull request <a href="https://redirect.github.com/jbg/tokio-postgres-rustls/issues/18">#18</a> from serprex/update-x509</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/91d9d03eea72395f6c6cc8fc6bdc6a8a9198414e"><code>91d9d03</code></a> Update x509-certificate from 0.21 to 0.23</li> <li>See full diff in <a href="https://github.com/jbg/tokio-postgres-rustls/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-postgres-rustls&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](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>
2024-01-19 05:48:49 +03:00
"ring",
"rustls",
2023-09-30 12:58:49 +03:00
"tokio",
"tokio-postgres",
"tokio-rustls",
2024-10-20 01:28:53 +03:00
"x509-cert",
2023-09-30 12:58:49 +03:00
]
[[package]]
name = "tokio-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls",
"rustls-pki-types",
2023-09-30 12:58:49 +03:00
"tokio",
]
[[package]]
name = "tokio-stream"
2024-09-11 22:32:24 +03:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-tar"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5714c010ca3e5c27114c1cdeb9d14641ace49874aa5626d7149e47aedace75"
dependencies = [
"filetime",
"futures-core",
"libc",
"redox_syscall 0.3.5",
"tokio",
"tokio-stream",
"xattr",
]
[[package]]
name = "tokio-util"
2024-09-11 22:32:24 +03:00
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2020-09-13 19:42:44 +03:00
]
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
2024-05-30 21:34:53 +03:00
[[package]]
name = "toml_datetime"
2024-07-30 17:53:22 +03:00
version = "0.6.8"
2024-05-30 21:34:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2024-05-30 21:34:53 +03:00
[[package]]
name = "toml_edit"
version = "0.22.22"
2024-05-30 21:34:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
2024-05-30 21:34:53 +03:00
dependencies = [
2024-10-20 01:21:51 +03:00
"indexmap 2.6.0",
2024-05-30 21:34:53 +03:00
"toml_datetime",
"winnow",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
2024-09-11 22:32:24 +03:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
[[package]]
name = "tower-service"
2024-09-11 22:32:24 +03:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2020-09-13 19:42:44 +03:00
[[package]]
name = "tracing"
2023-10-19 18:08:21 +03:00
version = "0.1.40"
2020-09-13 19:42:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:08:21 +03:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2020-09-13 19:42:44 +03:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
2020-09-13 19:42:44 +03:00
]
[[package]]
name = "tracing-attributes"
2023-10-16 08:12:58 +03:00
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 08:12:58 +03:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
]
2020-09-13 19:42:44 +03:00
[[package]]
name = "tracing-core"
2023-10-16 08:12:58 +03:00
version = "0.1.32"
2020-09-13 19:42:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 08:12:58 +03:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2020-09-13 19:42:44 +03:00
dependencies = [
"once_cell",
2017-09-30 13:55:44 +03:00
]
[[package]]
name = "triomphe"
chore(deps): Bump moka from 0.12.7 to 0.12.8 (#1408) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.7 to 0.12.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.8</h2> <h3>Fixed</h3> <ul> <li>Avoid to use recent versions (<code>v0.1.12</code> or newer) of <code>triomphe</code> crate to keep our MSRV (Minimum Supported Rust Version) at Rust 1.65 (<a href="https://redirect.github.com/moka-rs/moka/issues/426">#426</a>[gh-pull-0426], by [<a href="https://github.com/eaufavor"><code>@​eaufavor</code></a>][gh-eaufavor]). <ul> <li><code>triomphe@v0.1.12</code> requires Rust 1.76 or newer, so it will not compile with our MSRV.</li> </ul> </li> <li>docs: Fix per-entry expiration policy documentation (<a href="https://redirect.github.com/moka-rs/moka/issues/421">#421</a>[gh-pull-0421], by [<a href="https://github.com/arcstur"><code>@​arcstur</code></a>][gh-arcstur]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/ebf26103d66a5cb56310d24257f4d22e86fe5e98"><code>ebf2610</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/438">#438</a> from moka-rs/prepare-0.12.8</li> <li><a href="https://github.com/moka-rs/moka/commit/00c987dda2d86af6c98094a8ea4449e1f3fa3acd"><code>00c987d</code></a> Update the change log</li> <li><a href="https://github.com/moka-rs/moka/commit/f61dfc5516b566b672f4983344a39b5a43db5a17"><code>f61dfc5</code></a> Bump the version to 0.12.8</li> <li><a href="https://github.com/moka-rs/moka/commit/5a0cc075508df45e4df7764842efc093442e5e62"><code>5a0cc07</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/437">#437</a> from moka-rs/run-cirrusci-only-by-cron</li> <li><a href="https://github.com/moka-rs/moka/commit/36aa7d41ba90294e2e593d0db44f6fb7f7db2494"><code>36aa7d4</code></a> CI: Run Cirrus CI only by cron</li> <li><a href="https://github.com/moka-rs/moka/commit/4b83184c806b5a7658e4b9ba1fb150bf3b7165ca"><code>4b83184</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/436">#436</a> from moka-rs/remove-js-feature</li> <li><a href="https://github.com/moka-rs/moka/commit/bf10178e9e997bd9aec1ba24a19638cb801e4cb6"><code>bf10178</code></a> Remove an experimental <code>js</code> feature</li> <li><a href="https://github.com/moka-rs/moka/commit/8f19775e77185b76027ca372e2d57ba928d5d244"><code>8f19775</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/435">#435</a> from moka-rs/ci-remove-cargo-tarpaulin</li> <li><a href="https://github.com/moka-rs/moka/commit/5f19d5f7cd8d7bf95cba9bb4819c9c610efb9bea"><code>5f19d5f</code></a> Remove the CI for <code>cargo tarpaulin</code> + Coveralls</li> <li><a href="https://github.com/moka-rs/moka/commit/0476097c4ddfbe326d9f83955f145996d088fb8e"><code>0476097</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/434">#434</a> from moka-rs/fix-ci-2024-07-06/v0.12</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.7...v0.12.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.7&new-version=0.12.8)](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>
2024-07-08 06:22:45 +03:00
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump moka from 0.12.7 to 0.12.8 (#1408) Bumps [moka](https://github.com/moka-rs/moka) from 0.12.7 to 0.12.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.8</h2> <h3>Fixed</h3> <ul> <li>Avoid to use recent versions (<code>v0.1.12</code> or newer) of <code>triomphe</code> crate to keep our MSRV (Minimum Supported Rust Version) at Rust 1.65 (<a href="https://redirect.github.com/moka-rs/moka/issues/426">#426</a>[gh-pull-0426], by [<a href="https://github.com/eaufavor"><code>@​eaufavor</code></a>][gh-eaufavor]). <ul> <li><code>triomphe@v0.1.12</code> requires Rust 1.76 or newer, so it will not compile with our MSRV.</li> </ul> </li> <li>docs: Fix per-entry expiration policy documentation (<a href="https://redirect.github.com/moka-rs/moka/issues/421">#421</a>[gh-pull-0421], by [<a href="https://github.com/arcstur"><code>@​arcstur</code></a>][gh-arcstur]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/ebf26103d66a5cb56310d24257f4d22e86fe5e98"><code>ebf2610</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/438">#438</a> from moka-rs/prepare-0.12.8</li> <li><a href="https://github.com/moka-rs/moka/commit/00c987dda2d86af6c98094a8ea4449e1f3fa3acd"><code>00c987d</code></a> Update the change log</li> <li><a href="https://github.com/moka-rs/moka/commit/f61dfc5516b566b672f4983344a39b5a43db5a17"><code>f61dfc5</code></a> Bump the version to 0.12.8</li> <li><a href="https://github.com/moka-rs/moka/commit/5a0cc075508df45e4df7764842efc093442e5e62"><code>5a0cc07</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/437">#437</a> from moka-rs/run-cirrusci-only-by-cron</li> <li><a href="https://github.com/moka-rs/moka/commit/36aa7d41ba90294e2e593d0db44f6fb7f7db2494"><code>36aa7d4</code></a> CI: Run Cirrus CI only by cron</li> <li><a href="https://github.com/moka-rs/moka/commit/4b83184c806b5a7658e4b9ba1fb150bf3b7165ca"><code>4b83184</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/436">#436</a> from moka-rs/remove-js-feature</li> <li><a href="https://github.com/moka-rs/moka/commit/bf10178e9e997bd9aec1ba24a19638cb801e4cb6"><code>bf10178</code></a> Remove an experimental <code>js</code> feature</li> <li><a href="https://github.com/moka-rs/moka/commit/8f19775e77185b76027ca372e2d57ba928d5d244"><code>8f19775</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/435">#435</a> from moka-rs/ci-remove-cargo-tarpaulin</li> <li><a href="https://github.com/moka-rs/moka/commit/5f19d5f7cd8d7bf95cba9bb4819c9c610efb9bea"><code>5f19d5f</code></a> Remove the CI for <code>cargo tarpaulin</code> + Coveralls</li> <li><a href="https://github.com/moka-rs/moka/commit/0476097c4ddfbe326d9f83955f145996d088fb8e"><code>0476097</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/434">#434</a> from moka-rs/fix-ci-2024-07-06/v0.12</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.7...v0.12.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moka&package-manager=cargo&previous-version=0.12.7&new-version=0.12.8)](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>
2024-07-08 06:22:45 +03:00
checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3"
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "ttf-parser"
2023-09-14 05:31:00 +03:00
version = "0.19.2"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 05:31:00 +03:00
checksum = "49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
2017-10-09 14:29:03 +03:00
[[package]]
name = "typenum"
2023-09-15 21:48:13 +03:00
version = "1.17.0"
2021-07-16 16:08:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-15 21:48:13 +03:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2021-07-16 16:08:46 +03:00
[[package]]
name = "unicase"
2024-10-20 01:21:51 +03:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
2017-09-30 13:55:44 +03:00
[[package]]
name = "unicode-bidi"
2024-10-20 01:21:51 +03:00
version = "0.3.17"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
2017-09-30 13:55:44 +03:00
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "unicode-bidi-mirroring"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
[[package]]
name = "unicode-ccc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
[[package]]
name = "unicode-ident"
2024-09-11 22:32:24 +03:00
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2017-09-30 13:55:44 +03:00
[[package]]
name = "unicode-normalization"
version = "0.1.24"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2019-01-25 12:42:07 +03:00
dependencies = [
"tinyvec",
2019-01-25 12:42:07 +03:00
]
2017-09-30 13:55:44 +03:00
[[package]]
name = "unicode-properties"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "unicode-script"
version = "0.5.7"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "unicode-vo"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
[[package]]
name = "unicode-width"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "unsafe-libyaml"
chore(deps): Bump serde_yaml from 0.9.32 to 0.9.33 (#1264) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.32 to 0.9.33. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.33</h2> <ul> <li>Fix quadratic parse time for YAML containing deeply nested flow collections (<a href="https://redirect.github.com/dtolnay/unsafe-libyaml/issues/26">dtolnay/unsafe-libyaml#26</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f4c9ed92385c827a677dae60c2b5a894e24709f0"><code>f4c9ed9</code></a> Release 0.9.33</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/b4edaee907373ee69c6389687a35fced63d8addf"><code>b4edaee</code></a> Pull in yaml_parser_fetch_more_tokens fix from libyaml</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/8a5542ced61ae21d0772e504fac01bd1dbfaaa6b"><code>8a5542c</code></a> Resolve non_local_definitions warning in test</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.32...0.9.33">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.32&new-version=0.9.33)](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>
2024-03-18 05:29:23 +03:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump serde_yaml from 0.9.32 to 0.9.33 (#1264) Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.32 to 0.9.33. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.33</h2> <ul> <li>Fix quadratic parse time for YAML containing deeply nested flow collections (<a href="https://redirect.github.com/dtolnay/unsafe-libyaml/issues/26">dtolnay/unsafe-libyaml#26</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f4c9ed92385c827a677dae60c2b5a894e24709f0"><code>f4c9ed9</code></a> Release 0.9.33</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/b4edaee907373ee69c6389687a35fced63d8addf"><code>b4edaee</code></a> Pull in yaml_parser_fetch_more_tokens fix from libyaml</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/8a5542ced61ae21d0772e504fac01bd1dbfaaa6b"><code>8a5542c</code></a> Resolve non_local_definitions warning in test</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.32...0.9.33">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_yaml&package-manager=cargo&previous-version=0.9.32&new-version=0.9.33)](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>
2024-03-18 05:29:23 +03:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
chore(deps): Bump rustls from 0.21.7 to 0.21.8 (#967) Bumps [rustls](https://github.com/rustls/rustls) from 0.21.7 to 0.21.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rustls/releases">rustls's releases</a>.</em></p> <blockquote> <h2>0.21.8</h2> <ul> <li>Fixes <code>ConnectionCommon::complete_io()</code> to flush writers before potentially expecting a response.</li> <li>Upgrades <code>*ring*</code> to 0.17 - <strong>Note</strong>: <code>*ring*</code> 0.17 when built with <code>gcc</code> will experience slower X25519 and Ed25519 operations compared to previous releases.</li> <li>Upgrades <code>rustls-webpki</code> to 0.101.7 to match <code>*ring*</code> 0.17 dependency</li> <li><code>Tls12CipherSuite::hash_algorithm()</code> and <code>Tls13CipherSuite::hash_algorithm()</code> are now crate-internal. This is a small breaking change to remove unintended exposure of underlying <code>*ring*</code> types in the public API.</li> </ul> <h2>What's Changed</h2> <ul> <li>fuzz: remove unused webpki dependency by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1523">rustls/rustls#1523</a></li> <li>Fix nightly clippy warning by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1443">rustls/rustls#1443</a></li> <li>Upgrade to ring 0.17 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1508">rustls/rustls#1508</a></li> <li>Bump MSRV to 1.61 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1516">rustls/rustls#1516</a></li> <li>docs: adjust <em>ring</em> platform compatibility by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1532">rustls/rustls#1532</a></li> <li>Fix: flush writers before potentially expecting a response by <a href="https://github.com/robsdedude"><code>@​robsdedude</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1542">rustls/rustls#1542</a></li> <li>v0.21.8 preparation by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rustls/pull/1525">rustls/rustls#1525</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/c34477a068b340473dd654d1b25d6fac71e0c570"><code>c34477a</code></a> Cargo: 0.21.7 -&gt; 0.21.8</li> <li><a href="https://github.com/rustls/rustls/commit/8cf2594dcb0fa523a1c62dbca279e3d4a41b8372"><code>8cf2594</code></a> sign: fix clippy get-first warning</li> <li><a href="https://github.com/rustls/rustls/commit/ecc6cded2a1f2ada0884c62d642a90ce17d77964"><code>ecc6cde</code></a> Flush writers before potentially expecting a response</li> <li><a href="https://github.com/rustls/rustls/commit/53adb9d2eb68034c1710e736f2dc343bbea657fb"><code>53adb9d</code></a> docs: adjust <em>ring</em> platform compatibility</li> <li><a href="https://github.com/rustls/rustls/commit/d5d62499f2c4df9c6303eed51c730c8d031ec661"><code>d5d6249</code></a> upgrade to ring 0.17</li> <li><a href="https://github.com/rustls/rustls/commit/a659652de0d813b362d401d7e58562bb5a15da3e"><code>a659652</code></a> tls12/tls13: make hash_algorithm crate internal</li> <li><a href="https://github.com/rustls/rustls/commit/3ed39adc3d491fcd8635f425e4f58a903abca81f"><code>3ed39ad</code></a> upgrade to webpki 0.101.7</li> <li><a href="https://github.com/rustls/rustls/commit/3e4a72e396554ef9479539d896e31afcb6bd4cd0"><code>3e4a72e</code></a> Docstrings on expressions are not a thing</li> <li><a href="https://github.com/rustls/rustls/commit/e26d1d82aeda622e4166a2563f50af0a11067a29"><code>e26d1d8</code></a> Bump MSRV to 1.61</li> <li><a href="https://github.com/rustls/rustls/commit/ab7b0e7a4fe2597b01d292ba3c4ba3819da22745"><code>ab7b0e7</code></a> Drop rust-version metadata for internal crates</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.21.7&new-version=0.21.8)](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>
2023-10-25 05:52:12 +03:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2017-10-09 14:29:03 +03:00
[[package]]
name = "url"
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
version = "2.5.3"
2019-01-12 15:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
2019-01-12 15:28:16 +03:00
dependencies = [
2020-12-20 15:45:58 +03:00
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
2019-01-12 15:28:16 +03:00
]
2023-11-27 07:10:29 +03:00
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "usvg"
version = "0.36.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51daa774fe9ee5efcf7b4fec13019b8119cda764d9a8b5b06df02bb1445c656"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"base64 0.21.7",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"log",
"pico-args",
"usvg-parser",
"usvg-text-layout",
"usvg-tree",
"xmlwriter",
]
[[package]]
name = "usvg-parser"
version = "0.36.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45c88a5ffaa338f0e978ecf3d4e00d8f9f493e29bed0752e1a808a1db16afc40"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"data-url",
"flate2",
"imagesize",
"kurbo",
"log",
2024-01-26 22:02:17 +03:00
"roxmltree 0.18.1",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"simplecss",
"siphasher",
"svgtypes",
"usvg-tree",
]
[[package]]
name = "usvg-text-layout"
version = "0.36.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d2374378cb7a3fb8f33894e0fdb8625e1bbc4f25312db8d91f862130b541593"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"fontdb",
"kurbo",
"log",
"rustybuzz",
"unicode-bidi",
"unicode-script",
"unicode-vo",
"usvg-tree",
]
[[package]]
name = "usvg-tree"
version = "0.36.0"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cacb0c5edeaf3e80e5afcf5b0d4004cc1d36318befc9a7c6606507e5d0f4062"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
"rctree",
"strict-num",
"svgtypes",
"tiny-skia-path",
]
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2023-04-03 05:06:55 +03:00
[[package]]
name = "utf8parse"
2024-06-14 01:33:29 +03:00
version = "0.2.2"
2023-04-03 05:06:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 01:33:29 +03:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-04-03 05:06:55 +03:00
2019-01-12 15:28:16 +03:00
[[package]]
name = "uuid"
2024-10-20 01:21:51 +03:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
dependencies = [
"getrandom",
]
[[package]]
name = "varint-rs"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23"
[[package]]
name = "vcpkg"
2021-07-16 16:08:46 +03:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-16 16:08:46 +03:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
2024-07-30 17:53:22 +03:00
version = "0.9.5"
2019-01-12 15:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-30 17:53:22 +03:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2019-01-12 15:28:16 +03:00
[[package]]
name = "walkdir"
version = "2.5.0"
2019-01-12 15:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2019-01-12 15:28:16 +03:00
dependencies = [
"same-file",
"winapi-util",
2019-01-12 15:28:16 +03:00
]
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
2022-05-03 12:12:54 +03:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
[[package]]
name = "wasm-bindgen"
2024-10-20 01:21:51 +03:00
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
dependencies = [
"cfg-if",
2024-09-11 22:32:24 +03:00
"once_cell",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-10-20 01:21:51 +03:00
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-10-20 01:21:51 +03:00
version = "0.4.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-10-20 01:21:51 +03:00
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-10-20 01:21:51 +03:00
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-10-20 01:21:51 +03:00
version = "0.2.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
[[package]]
name = "web-sys"
2024-10-20 01:21:51 +03:00
version = "0.3.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:21:51 +03:00
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
dependencies = [
"js-sys",
"wasm-bindgen",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "weezl"
2024-01-26 22:02:17 +03:00
version = "0.1.8"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-26 22:02:17 +03:00
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "which"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
"home",
"once_cell",
"rustix",
]
[[package]]
name = "whoami"
2024-09-11 22:32:24 +03:00
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
dependencies = [
"redox_syscall 0.5.7",
"wasite",
"web-sys",
]
2017-09-30 13:55:44 +03:00
[[package]]
2018-01-18 13:42:06 +03:00
name = "winapi"
2020-07-05 12:33:47 +03:00
version = "0.3.9"
2018-01-18 13:42:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-01-18 13:42:06 +03:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-01-18 13:42:06 +03:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
2018-01-18 19:07:14 +03:00
version = "0.4.0"
2018-01-18 13:42:06 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-01-18 13:42:06 +03:00
2018-08-25 12:50:24 +03:00
[[package]]
name = "winapi-util"
2024-09-11 22:32:24 +03:00
version = "0.1.9"
2018-08-25 12:50:24 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2018-08-25 12:50:24 +03:00
dependencies = [
2024-09-11 22:32:24 +03:00
"windows-sys 0.59.0",
2018-08-25 12:50:24 +03:00
]
2018-01-18 13:42:06 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
2018-01-18 19:07:14 +03:00
version = "0.4.0"
2017-09-30 13:55:44 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2017-09-30 13:55:44 +03:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
]
2024-09-11 22:32:24 +03:00
[[package]]
name = "windows-registry"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
dependencies = [
"windows-result",
"windows-strings",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-result"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
"windows-result",
"windows-targets 0.52.6",
]
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
]
2024-09-11 22:32:24 +03:00
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows-targets"
2023-08-21 10:33:22 +03:00
version = "0.48.5"
2023-04-08 09:38:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 10:33:22 +03:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-08 09:38:52 +03:00
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-02-02 07:47:48 +03:00
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-04-15 05:59:02 +03:00
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-21 10:33:22 +03:00
version = "0.48.5"
2023-04-08 09:38:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 10:33:22 +03:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-21 10:33:22 +03:00
version = "0.48.5"
2023-04-08 09:38:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 10:33:22 +03:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_i686_gnu"
2023-08-21 10:33:22 +03:00
version = "0.48.5"
2023-04-08 09:38:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 10:33:22 +03:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
2024-04-15 05:59:02 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-04-15 05:59:02 +03:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_i686_msvc"
2023-08-21 10:33:22 +03:00
version = "0.48.5"
2023-04-08 09:38:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 10:33:22 +03:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-21 10:33:22 +03:00
version = "0.48.5"
2023-04-08 09:38:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 10:33:22 +03:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-21 10:33:22 +03:00
version = "0.48.5"
2023-04-08 09:38:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 10:33:22 +03:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-21 10:33:22 +03:00
version = "0.48.5"
2023-04-08 09:38:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-21 10:33:22 +03:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-08 09:38:52 +03:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-05-30 21:34:53 +03:00
[[package]]
name = "winnow"
version = "0.6.20"
2024-05-30 21:34:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
2024-05-30 21:34:53 +03:00
dependencies = [
"memchr",
]
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
[[package]]
2024-10-20 01:28:53 +03:00
name = "x509-cert"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-20 01:28:53 +03:00
checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94"
dependencies = [
2024-10-20 01:28:53 +03:00
"const-oid",
"der",
"spki",
2024-10-20 01:28:53 +03:00
"tls_codec",
]
[[package]]
name = "xattr"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
dependencies = [
"libc",
"linux-raw-sys",
"rustix",
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "xmlparser"
2023-10-01 05:49:56 +03:00
version = "0.13.6"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-01 05:49:56 +03:00
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "xmlwriter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
[[package]]
name = "xxhash-rust"
chore(deps): Bump xxhash-rust from 0.8.11 to 0.8.12 (#1446) Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.11 to 0.8.12. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DoumanAsh/xxhash-rust/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xxhash-rust&package-manager=cargo&previous-version=0.8.11&new-version=0.8.12)](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>
2024-07-29 05:32:32 +03:00
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump xxhash-rust from 0.8.11 to 0.8.12 (#1446) Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.11 to 0.8.12. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DoumanAsh/xxhash-rust/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xxhash-rust&package-manager=cargo&previous-version=0.8.11&new-version=0.8.12)](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>
2024-07-29 05:32:32 +03:00
checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
[[package]]
name = "yansi"
chore(deps): Bump pretty_assertions from 1.4.0 to 1.4.1 (#1514) Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.4.0 to 1.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases">pretty_assertions's releases</a>.</em></p> <blockquote> <h2>v1.4.1</h2> <h2>Fixed</h2> <ul> <li>Show feature-flagged code in documentation. Thanks to <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> for the fix! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130">#130</a>)</li> </ul> <h2>Internal</h2> <ul> <li>Bump <code>yansi</code> version to <code>1.x</code>. Thanks to <a href="https://github.com/SergioBenitez"><code>@​SergioBenitez</code></a> for the update, and maintaining this library! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121">#121</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md">pretty_assertions's changelog</a>.</em></p> <blockquote> <h1>v1.4.1</h1> <h2>Fixed</h2> <ul> <li>Show feature-flagged code in documentation. Thanks to <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> for the fix! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130">#130</a>)</li> </ul> <h2>Internal</h2> <ul> <li>Bump <code>yansi</code> version to <code>1.x</code>. Thanks to <a href="https://github.com/SergioBenitez"><code>@​SergioBenitez</code></a> for the update, and maintaining this library! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121">#121</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/f5c5b24258739cf3918d4165a17b43c1cddadfc2"><code>f5c5b24</code></a> chore: prep 1.4.1 release</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/d34d5243e43cb7195fe0c679681f8d9c8be6f2fe"><code>d34d524</code></a> chore: display feature-flagged docs on docs.rs</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/fac427368f5b4a3649f08f7f51428d1238bdd182"><code>fac4273</code></a> Merge pull request <a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/issues/131">#131</a> from sandydoo/fix-yansi-deprecation</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/1e51cce1a96a2aece7cf2273612df3cd4744aad3"><code>1e51cce</code></a> chore: rename deprecated yansi methods</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/4a0e5a3e068cb7308413809fa60a8a5c0b741787"><code>4a0e5a3</code></a> Merge pull request <a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/issues/121">#121</a> from SergioBenitez/yansi-update</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/08838fe45ecc56b994a850d809907de81251754f"><code>08838fe</code></a> internal: bump MSRV to 1.63.0 for yansi</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/777387d221473b5b8c2989d0bb2d75a03eacd7d0"><code>777387d</code></a> ci: bump runner to windows-2022</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/35c08fe290b5aea35b30a49a75644e4b552dd3ee"><code>35c08fe</code></a> chore: update 'yansi' to 1.0.0-rc</li> <li>See full diff in <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pretty_assertions&package-manager=cargo&previous-version=1.4.0&new-version=1.4.1)](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>
2024-09-16 06:06:18 +03:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Bump pretty_assertions from 1.4.0 to 1.4.1 (#1514) Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.4.0 to 1.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases">pretty_assertions's releases</a>.</em></p> <blockquote> <h2>v1.4.1</h2> <h2>Fixed</h2> <ul> <li>Show feature-flagged code in documentation. Thanks to <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> for the fix! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130">#130</a>)</li> </ul> <h2>Internal</h2> <ul> <li>Bump <code>yansi</code> version to <code>1.x</code>. Thanks to <a href="https://github.com/SergioBenitez"><code>@​SergioBenitez</code></a> for the update, and maintaining this library! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121">#121</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md">pretty_assertions's changelog</a>.</em></p> <blockquote> <h1>v1.4.1</h1> <h2>Fixed</h2> <ul> <li>Show feature-flagged code in documentation. Thanks to <a href="https://github.com/sandydoo"><code>@​sandydoo</code></a> for the fix! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130">#130</a>)</li> </ul> <h2>Internal</h2> <ul> <li>Bump <code>yansi</code> version to <code>1.x</code>. Thanks to <a href="https://github.com/SergioBenitez"><code>@​SergioBenitez</code></a> for the update, and maintaining this library! (<a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121">#121</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/f5c5b24258739cf3918d4165a17b43c1cddadfc2"><code>f5c5b24</code></a> chore: prep 1.4.1 release</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/d34d5243e43cb7195fe0c679681f8d9c8be6f2fe"><code>d34d524</code></a> chore: display feature-flagged docs on docs.rs</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/fac427368f5b4a3649f08f7f51428d1238bdd182"><code>fac4273</code></a> Merge pull request <a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/issues/131">#131</a> from sandydoo/fix-yansi-deprecation</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/1e51cce1a96a2aece7cf2273612df3cd4744aad3"><code>1e51cce</code></a> chore: rename deprecated yansi methods</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/4a0e5a3e068cb7308413809fa60a8a5c0b741787"><code>4a0e5a3</code></a> Merge pull request <a href="https://redirect.github.com/rust-pretty-assertions/rust-pretty-assertions/issues/121">#121</a> from SergioBenitez/yansi-update</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/08838fe45ecc56b994a850d809907de81251754f"><code>08838fe</code></a> internal: bump MSRV to 1.63.0 for yansi</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/777387d221473b5b8c2989d0bb2d75a03eacd7d0"><code>777387d</code></a> ci: bump runner to windows-2022</li> <li><a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/commit/35c08fe290b5aea35b30a49a75644e4b552dd3ee"><code>35c08fe</code></a> chore: update 'yansi' to 1.0.0-rc</li> <li>See full diff in <a href="https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pretty_assertions&package-manager=cargo&previous-version=1.4.0&new-version=1.4.1)](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>
2024-09-16 06:06:18 +03:00
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
[[package]]
name = "yoke"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.87",
"synstructure",
]
2023-10-25 06:16:37 +03:00
[[package]]
name = "zerocopy"
version = "0.7.35"
2023-10-25 06:16:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2023-10-25 06:16:37 +03:00
dependencies = [
2024-07-30 17:53:22 +03:00
"byteorder",
2023-10-25 06:16:37 +03:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
2023-10-25 06:16:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2023-10-25 06:16:37 +03:00
dependencies = [
"proc-macro2",
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
2023-10-25 06:16:37 +03:00
]
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
[[package]]
name = "zerofrom"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.87",
"synstructure",
]
[[package]]
name = "zeroize"
2024-05-30 21:34:53 +03:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 21:34:53 +03:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
chore(deps): Bump tokio-postgres-rustls from 0.11.0 to 0.11.1 (#1141) Bumps [tokio-postgres-rustls](https://github.com/jbg/tokio-postgres-rustls) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jbg/tokio-postgres-rustls/releases">tokio-postgres-rustls's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <ul> <li>Update <code>x509-certificate</code> to 0.23 to avoid pulling in multiple versions of <code>ring</code>. Thanks <a href="https://github.com/serprex"><code>@​serprex</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/a588474bf0ea7fa76fd0404469546092138cf771"><code>a588474</code></a> Bump version to 0.11.1</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/f210aa24c4788e7f3bd9af52c4f7014c5561ac70"><code>f210aa2</code></a> Merge pull request <a href="https://redirect.github.com/jbg/tokio-postgres-rustls/issues/18">#18</a> from serprex/update-x509</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/91d9d03eea72395f6c6cc8fc6bdc6a8a9198414e"><code>91d9d03</code></a> Update x509-certificate from 0.21 to 0.23</li> <li>See full diff in <a href="https://github.com/jbg/tokio-postgres-rustls/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-postgres-rustls&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](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>
2024-01-19 05:48:49 +03:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
chore(deps): Bump url from 2.5.2 to 2.5.3 (#1568) Bumps [url](https://github.com/servo/rust-url) from 2.5.2 to 2.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-url/releases">url's releases</a>.</em></p> <blockquote> <h2>v2.5.3</h2> <h2>What's Changed</h2> <ul> <li>fix: enable wasip2 feature for wasm32-wasip2 target by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li>Fix idna tests with no_std by <a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li>Fix debugger_visualizer test failures. by <a href="https://github.com/valenting"><code>@​valenting</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/967">servo/rust-url#967</a></li> <li>Add AsciiSet::EMPTY and boolean operators by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li>mention why we pin unicode-width by <a href="https://github.com/Manishearth"><code>@​Manishearth</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/972">servo/rust-url#972</a></li> <li>refactor and add tests for percent encoding by <a href="https://github.com/joshka"><code>@​joshka</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/977">servo/rust-url#977</a></li> <li>Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> by <a href="https://github.com/hansl"><code>@​hansl</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><code>no_std</code> support for the <code>url</code> crate by <a href="https://github.com/domenukk"><code>@​domenukk</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/831">servo/rust-url#831</a></li> <li>Normalize URL paths: convert /.//p, /..//p, and //p to p by <a href="https://github.com/theskim"><code>@​theskim</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li>support Hermit by <a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li>fix: support <code>wasm32-wasip2</code> on the stable channel by <a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/983">servo/rust-url#983</a></li> <li>Improve serde error output by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li>OSS-Fuzz: Add more fuzzer by <a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> <li>Merge idna-v1x to main by <a href="https://github.com/hsivonen"><code>@​hsivonen</code></a> in <a href="https://redirect.github.com/servo/rust-url/pull/990">servo/rust-url#990</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brooksmtownsend"><code>@​brooksmtownsend</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/960">servo/rust-url#960</a></li> <li><a href="https://github.com/cjwatson"><code>@​cjwatson</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/963">servo/rust-url#963</a></li> <li><a href="https://github.com/joshka"><code>@​joshka</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/969">servo/rust-url#969</a></li> <li><a href="https://github.com/hansl"><code>@​hansl</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/975">servo/rust-url#975</a></li> <li><a href="https://github.com/theskim"><code>@​theskim</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/943">servo/rust-url#943</a></li> <li><a href="https://github.com/m-mueller678"><code>@​m-mueller678</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/985">servo/rust-url#985</a></li> <li><a href="https://github.com/konstin"><code>@​konstin</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/982">servo/rust-url#982</a></li> <li><a href="https://github.com/arthurscchan"><code>@​arthurscchan</code></a> made their first contribution in <a href="https://redirect.github.com/servo/rust-url/pull/988">servo/rust-url#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-url/commit/8a683ff4ab10498d619fd8206b64402de19474be"><code>8a683ff</code></a> Merge idna-v1x to main (<a href="https://redirect.github.com/servo/rust-url/issues/990">#990</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/08a326820a4a54d6a9730ecabd590942fc6b66dc"><code>08a3268</code></a> OSS-Fuzz: Add more fuzzers (<a href="https://redirect.github.com/servo/rust-url/issues/988">#988</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/5d363cc3cdf6e2f591161cc7152f4d06f8b0a477"><code>5d363cc</code></a> Improve serde error output (<a href="https://redirect.github.com/servo/rust-url/issues/982">#982</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/30e62589c78214c344d7844b62c8d9b557475a78"><code>30e6258</code></a> fix: support wasm32-wasip2 on stable channel (<a href="https://redirect.github.com/servo/rust-url/issues/983">#983</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/bf089c41a08fef7f4bd761c2a2034a69cc0b41b3"><code>bf089c4</code></a> support hermit (<a href="https://redirect.github.com/servo/rust-url/issues/985">#985</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/b08a655d07f355dcce110922a9b30c1602236124"><code>b08a655</code></a> Normalize URL paths: convert /.//p, /..//p, and //p to p (<a href="https://redirect.github.com/servo/rust-url/issues/943">#943</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/ebd5cfbf6ffa20de67e47b3b4fa1be55081d7ca8"><code>ebd5cfb</code></a> <code>no_std</code>support for the <code>url</code> crate (<a href="https://redirect.github.com/servo/rust-url/issues/831">#831</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/7eccac9a0b763145ab1bb67a50576a34cc750567"><code>7eccac9</code></a> Add a test for and fix issue <a href="https://redirect.github.com/servo/rust-url/issues/974">#974</a> (<a href="https://redirect.github.com/servo/rust-url/issues/975">#975</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/710e1e7da0aa68e2f1596fe48768a88acff07736"><code>710e1e7</code></a> refactor and add tests for percent encoding (<a href="https://redirect.github.com/servo/rust-url/issues/977">#977</a>)</li> <li><a href="https://github.com/servo/rust-url/commit/6050a6e001a14f07ffca7db6219154510af5b2e6"><code>6050a6e</code></a> mention why we pin unicode-width (<a href="https://redirect.github.com/servo/rust-url/issues/972">#972</a>)</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.5.2&new-version=2.5.3)](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>
2024-11-05 05:30:54 +03:00
"quote",
"syn 2.0.87",
]
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
chore(deps): Bump tokio-postgres-rustls from 0.11.0 to 0.11.1 (#1141) Bumps [tokio-postgres-rustls](https://github.com/jbg/tokio-postgres-rustls) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jbg/tokio-postgres-rustls/releases">tokio-postgres-rustls's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <ul> <li>Update <code>x509-certificate</code> to 0.23 to avoid pulling in multiple versions of <code>ring</code>. Thanks <a href="https://github.com/serprex"><code>@​serprex</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/a588474bf0ea7fa76fd0404469546092138cf771"><code>a588474</code></a> Bump version to 0.11.1</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/f210aa24c4788e7f3bd9af52c4f7014c5561ac70"><code>f210aa2</code></a> Merge pull request <a href="https://redirect.github.com/jbg/tokio-postgres-rustls/issues/18">#18</a> from serprex/update-x509</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/91d9d03eea72395f6c6cc8fc6bdc6a8a9198414e"><code>91d9d03</code></a> Update x509-certificate from 0.21 to 0.23</li> <li>See full diff in <a href="https://github.com/jbg/tokio-postgres-rustls/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-postgres-rustls&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](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>
2024-01-19 05:48:49 +03:00
"quote",
chore(deps): Bump thiserror from 1.0.66 to 1.0.67 (#1565) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 1.0.67. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.67</h2> <ul> <li>Improve expression syntax support inside format arguments (<a href="https://redirect.github.com/dtolnay/thiserror/issues/335">#335</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/925f2dde771de0be96f9e6402f8bf5d06f523ebc"><code>925f2dd</code></a> Release 1.0.67</li> <li><a href="https://github.com/dtolnay/thiserror/commit/b3bc3e722d7ebeb0323f45af3f51a7be240c19c4"><code>b3bc3e7</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/340">#340</a> from dtolnay/fallbackscan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/0ab908aab0dc12415ce34241fdc23bb722bd0eba"><code>0ab908a</code></a> Ignore expected unnecessary_wraps pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/c357f9728e4c5497dec5128d8ed258b82bbd163a"><code>c357f97</code></a> Add infallible expr scanner fallback for scanning invalid code</li> <li><a href="https://github.com/dtolnay/thiserror/commit/60bc0f27330daf1f3eeddb5358abe1ed937bd247"><code>60bc0f2</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/339">#339</a> from dtolnay/fullexpr</li> <li><a href="https://github.com/dtolnay/thiserror/commit/dabb96fdaf9a76bf7315bc0a5c8cb0a3974670ad"><code>dabb96f</code></a> Use syn's real expression parser if it has full syntax support</li> <li><a href="https://github.com/dtolnay/thiserror/commit/144b3b690b3dcc9338cf5c61dede46c9bbebe4f8"><code>144b3b6</code></a> Remove <code>#[allow]</code> for fixed clippy bug</li> <li><a href="https://github.com/dtolnay/thiserror/commit/851f6946e2f9fab05838a108869bbb73265c47da"><code>851f694</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/337">#337</a> from dtolnay/scan</li> <li><a href="https://github.com/dtolnay/thiserror/commit/45e18f53dfc8ff742e16bff0b0818b615b317cf0"><code>45e18f5</code></a> Ignore enum_glob_use pedantic clippy lint</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2585669fa1a44c2ce1456e91fdcd38c2f1e747a5"><code>2585669</code></a> More robust scanning for fmt argument expressions</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.66...1.0.67">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.66&new-version=1.0.67)](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>
2024-11-04 05:30:17 +03:00
"syn 2.0.87",
chore(deps): Bump tokio-postgres-rustls from 0.11.0 to 0.11.1 (#1141) Bumps [tokio-postgres-rustls](https://github.com/jbg/tokio-postgres-rustls) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jbg/tokio-postgres-rustls/releases">tokio-postgres-rustls's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <ul> <li>Update <code>x509-certificate</code> to 0.23 to avoid pulling in multiple versions of <code>ring</code>. Thanks <a href="https://github.com/serprex"><code>@​serprex</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/a588474bf0ea7fa76fd0404469546092138cf771"><code>a588474</code></a> Bump version to 0.11.1</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/f210aa24c4788e7f3bd9af52c4f7014c5561ac70"><code>f210aa2</code></a> Merge pull request <a href="https://redirect.github.com/jbg/tokio-postgres-rustls/issues/18">#18</a> from serprex/update-x509</li> <li><a href="https://github.com/jbg/tokio-postgres-rustls/commit/91d9d03eea72395f6c6cc8fc6bdc6a8a9198414e"><code>91d9d03</code></a> Update x509-certificate from 0.21 to 0.23</li> <li>See full diff in <a href="https://github.com/jbg/tokio-postgres-rustls/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-postgres-rustls&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](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>
2024-01-19 05:48:49 +03:00
]
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
[[package]]
name = "zopfli"
2024-05-25 08:17:26 +03:00
version = "0.8.1"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-25 08:17:26 +03:00
checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
dependencies = [
2024-05-25 08:17:26 +03:00
"bumpalo",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"crc32fast",
2024-05-25 08:17:26 +03:00
"lockfree-object-pool",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"log",
2024-05-25 08:17:26 +03:00
"once_cell",
Add dynamic sprites support (#715) Dynamically create image sprites for MapLibre rendering, given a directory with images. ### TODO * [x] Work with @flother to merge these PRs * [x] https://github.com/flother/spreet/pull/59 (must have) * [x] https://github.com/flother/spreet/pull/57 * [x] https://github.com/flother/spreet/pull/56 * [ ] https://github.com/flother/spreet/pull/62 (not required but nice to have, can upgrade later without any code changes) * [x] Add docs to the book * [x] Add CLI param, e.g. `--sprite <dir_path>` * [x] Don't output `.sprites` in auto-genned config when not in use ### API Per [MapLibre sprites API](https://maplibre.org/maplibre-style-spec/sprite/), we need to support the following: * `/sprite/<sprite_id>.json` metadata about the sprite file - all coming from a single directory * `/sprite/<sprite_id>.png` all images combined into a single PNG * `/sprite/<sprite_id>@2x.json` same but for high DPI devices * `/sprite/<sprite_id>@2x.png` Multiple sprite_id values can be combined into one sprite with the same pattern as for tile joining: `/sprite/<sprite_id1>,<sprite_id2>,...,<sprite_idN>[.json|.png|@2x.json|@2x.png]`. No ID renaming is done, so identical names will override one another. ### Configuration [Config file](https://maplibre.org/martin/config-file.html) and possibly CLI should have a simple option to serve sprites. The configuration may look similar to how mbtiles and pmtiles are configured: ```yaml # Publish sprite images sprites: paths: # scan this whole dir, matching all image files, and publishing it as "my_images" sprite source - /path/to/my_images sources: # named source matching source name to a directory my_sprites: /path/to/some_dir ``` Implement #705
2023-06-16 15:19:47 +03:00
"simd-adler32",
]
2023-10-16 08:12:58 +03:00
[[package]]
name = "zstd"
version = "0.13.2"
2023-10-16 08:12:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
2023-10-16 08:12:58 +03:00
dependencies = [
chore(deps): Bump actix-web from 4.4.0 to 4.4.1 (#1100) Bumps [actix-web](https://github.com/actix/actix-web) from 4.4.0 to 4.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actix/actix-web/releases">actix-web's releases</a>.</em></p> <blockquote> <h2>actix-web: v4.4.1</h2> <h3>Changed</h3> <ul> <li>Updated <code>zstd</code> dependency to <code>0.13</code>.</li> <li>Compression middleware now prefers brotli over zstd over gzip.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix validation of <code>Json</code> extractor when <code>JsonConfig::validate_content_type()</code> is set to false.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actix/actix-web/commit/68597b5426a8ba81bb2674538bec3895cde05a00"><code>68597b5</code></a> build(deps): bump taiki-e/install-action from 2.22.0 to 2.23.0 (<a href="https://redirect.github.com/actix/actix-web/issues/3228">#3228</a>)</li> <li><a href="https://github.com/actix/actix-web/commit/9dc3ad754e5a7a044dd6aeeba9d4ba3dd5a90db0"><code>9dc3ad7</code></a> chore(actix-web): prepare release 4.4.1</li> <li><a href="https://github.com/actix/actix-web/commit/17060ed9930dd5cfb46b0c15602e75259265aaf6"><code>17060ed</code></a> chore(awc): prepare release 3.3.0</li> <li><a href="https://github.com/actix/actix-web/commit/0d9ca4d9390a4ae43f836c2e1752dea7b764cb7b"><code>0d9ca4d</code></a> chore(actix-http): prepare release 3.5.0</li> <li><a href="https://github.com/actix/actix-web/commit/ff2904ee785698232fbcd01c20a9104ec7122ff2"><code>ff2904e</code></a> ci: prevent cargo-cache install failing MSRV builds</li> <li><a href="https://github.com/actix/actix-web/commit/fdef224a0691df475337ddfc1693da32148cfba8"><code>fdef224</code></a> docs: document internal Path fields</li> <li><a href="https://github.com/actix/actix-web/commit/ede0201aa49edaf68f4e381906e524e437900bb7"><code>ede0201</code></a> docs: fix derive readme version</li> <li><a href="https://github.com/actix/actix-web/commit/271edafd4de2616fa3f3e17949badb844412cc5d"><code>271edaf</code></a> docs: add router readme</li> <li><a href="https://github.com/actix/actix-web/commit/5e5e5d8315791cda46a3d02a392f18c391e8179e"><code>5e5e5d8</code></a> chore: remove allow(uninlined_format_args)</li> <li><a href="https://github.com/actix/actix-web/commit/c7a0af31d3bb05f08e2b22100d8c835273d029f1"><code>c7a0af3</code></a> docs: doc and metadata tweaks</li> <li>Additional commits viewable in <a href="https://github.com/actix/actix-web/compare/web-v4.4.0...web-v4.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actix-web&package-manager=cargo&previous-version=4.4.0&new-version=4.4.1)](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>
2023-12-25 06:21:09 +03:00
"zstd-safe",
2023-01-23 09:48:53 +03:00
]
2023-10-16 08:12:58 +03:00
[[package]]
name = "zstd-safe"
2024-09-11 22:32:24 +03:00
version = "7.2.1"
2023-10-16 08:12:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
2023-10-16 08:12:58 +03:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2024-09-11 22:32:24 +03:00
version = "2.0.13+zstd.1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 22:32:24 +03:00
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
dependencies = [
"cc",
2023-01-12 00:35:48 +03:00
"pkg-config",
2018-02-21 13:37:31 +03:00
]