mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
00576752da
918 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
dependabot[bot]
|
4f136967e5
|
chore(deps): Bump ctor from 0.2.1 to 0.2.2 (#695)
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.1 to 0.2.2. <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.1&new-version=0.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> |
||
baishikele
|
27f54e2ee1
|
adjust book style (#691) | ||
Birk Skyum
|
a8f7c30eef
|
Simplify demo - remove nginx (#692)
This uses the webserver built into vitejs instead of configuring an entirely new nginx server with an additional docker image. |
||
Yuri Astrakhan
|
9f95e51d53 | update lock | ||
dependabot[bot]
|
4b0bb5738f
|
chore(deps): Bump openssl from 0.10.52 to 0.10.53 (#690)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.52 to 0.10.53. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sfackler/rust-openssl/releases">openssl's releases</a>.</em></p> <blockquote> <h2>openssl-v0.10.53</h2> <h2>What's Changed</h2> <ul> <li>Check for OPENSSL_NO_RC4 when using EVP_rc4 by <a href="https://github.com/oskirby"><code>@oskirby</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1910">sfackler/rust-openssl#1910</a></li> <li>Fix link errors for X509_get0_authority_xxx methods on Ubuntu/bionic by <a href="https://github.com/oskirby"><code>@oskirby</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1909">sfackler/rust-openssl#1909</a></li> <li>add X509::pathlen by <a href="https://github.com/zh-jq-b"><code>@zh-jq-b</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1916">sfackler/rust-openssl#1916</a></li> <li>Add bindings to SSL_bytes_to_cipher_list by <a href="https://github.com/RoastVeg"><code>@RoastVeg</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1921">sfackler/rust-openssl#1921</a></li> <li>Add boringssl hkdf derivation by <a href="https://github.com/AndrewScull"><code>@AndrewScull</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1926">sfackler/rust-openssl#1926</a></li> <li>add other name support by <a href="https://github.com/huettner94"><code>@huettner94</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1915">sfackler/rust-openssl#1915</a></li> <li>LibreSSL 3.8.0 by <a href="https://github.com/vishwin"><code>@vishwin</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1935">sfackler/rust-openssl#1935</a></li> <li>add Dsa<!-- raw HTML omitted --> with some helper functions by <a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1937">sfackler/rust-openssl#1937</a></li> <li>reimplement Dsa::generate in terms of generate_params/generate_key by <a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1938">sfackler/rust-openssl#1938</a></li> <li>Added DER serialization for <code>DSAPrivateKey</code> by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1939">sfackler/rust-openssl#1939</a></li> <li>version bump 0.9.88 and 0.10.53 by <a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1940">sfackler/rust-openssl#1940</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/oskirby"><code>@oskirby</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1910">sfackler/rust-openssl#1910</a></li> <li><a href="https://github.com/zh-jq-b"><code>@zh-jq-b</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1916">sfackler/rust-openssl#1916</a></li> <li><a href="https://github.com/RoastVeg"><code>@RoastVeg</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1921">sfackler/rust-openssl#1921</a></li> <li><a href="https://github.com/huettner94"><code>@huettner94</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1915">sfackler/rust-openssl#1915</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
8bf3bd078d
|
chore(deps): Bump json5 from 1.0.1 to 1.0.2 in /demo/frontend (#688)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/json5/json5/releases">json5's releases</a>.</em></p> <blockquote> <h2>v1.0.2</h2> <ul> <li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays. (<a href="https://redirect.github.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (<a href="https://redirect.github.com/json5/json5/issues/295">#295</a>). This has been backported to v1. (<a href="https://redirect.github.com/json5/json5/issues/298">#298</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/json5/json5/blob/main/CHANGELOG.md">json5's changelog</a>.</em></p> <blockquote> <h3>Unreleased [<a href="https://github.com/json5/json5/tree/main">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.3...HEAD">diff</a>]</h3> <h3>v2.2.3 [<a href="https://github.com/json5/json5/tree/v2.2.3">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.2...v2.2.3">diff</a>]</h3> <ul> <li>Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (<a href="https://redirect.github.com/json5/json5/issues/299">#299</a>)</li> </ul> <h3>v2.2.2 [<a href="https://github.com/json5/json5/tree/v2.2.2">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.1...v2.2.2">diff</a>]</h3> <ul> <li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays. (<a href="https://redirect.github.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (<a href="https://redirect.github.com/json5/json5/issues/295">#295</a>).</li> </ul> <h3>v2.2.1 [<a href="https://github.com/json5/json5/tree/v2.2.1">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.0...v2.2.1">diff</a>]</h3> <ul> <li>Fix: Removed dependence on minimist to patch CVE-2021-44906. (<a href="https://redirect.github.com/json5/json5/issues/266">#266</a>)</li> </ul> <h3>v2.2.0 [<a href="https://github.com/json5/json5/tree/v2.2.0">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.3...v2.2.0">diff</a>]</h3> <ul> <li>New: Accurate and documented TypeScript declarations are now included. There is no need to install <code>@types/json5</code>. (<a href="https://redirect.github.com/json5/json5/issues/236">#236</a>, <a href="https://redirect.github.com/json5/json5/issues/244">#244</a>)</li> </ul> <h3>v2.1.3 [<a href="https://github.com/json5/json5/tree/v2.1.3">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.2...v2.1.3">diff</a>]</h3> <ul> <li>Fix: An out of memory bug when parsing numbers has been fixed. (<a href="https://redirect.github.com/json5/json5/issues/228">#228</a>, <a href="https://redirect.github.com/json5/json5/issues/229">#229</a>)</li> </ul> <h3>v2.1.2 [<a href="https://github.com/json5/json5/tree/v2.1.2">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.1...v2.1.2">diff</a>]</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
2bc7a40929
|
chore(deps): Bump lodash from 4.17.11 to 4.17.21 in /demo/frontend (#687)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
196c878f00
|
chore(deps): Bump kind-of from 6.0.2 to 6.0.3 in /demo/frontend (#686)
Bumps [kind-of](https://github.com/jonschlinkert/kind-of) from 6.0.2 to 6.0.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jonschlinkert/kind-of/blob/master/CHANGELOG.md">kind-of's changelog</a>.</em></p> <blockquote> <h2>[6.0.3] - 2020-01-16</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/jonschlinkert/kind-of/issues/31">#31</a> for issue <a href="https://redirect.github.com/jonschlinkert/kind-of/issues/30">#30</a></li> </ul> <h2>[6.0.0] - 2017-10-13</h2> <ul> <li>refactor code to be more performant</li> <li>refactor benchmarks</li> </ul> <h2>[5.1.0] - 2017-10-13</h2> <p><strong>Added</strong></p> <ul> <li>Merge pull request <a href="https://redirect.github.com/jonschlinkert/kind-of/issues/15">#15</a> from aretecode/patch-1</li> <li>adds support and tests for string & array iterators</li> </ul> <p><strong>Changed</strong></p> <ul> <li>updates benchmarks</li> </ul> <h2>[5.0.2] - 2017-08-02</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/jonschlinkert/kind-of/issues/14">#14</a> from struct78/master</li> <li>Added <code>undefined</code> check</li> </ul> <h2>[5.0.0] - 2017-06-21</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/jonschlinkert/kind-of/issues/12">#12</a> from aretecode/iterator</li> <li>Set Iterator + Map Iterator</li> <li>streamline <code>isbuffer</code>, minor edits</li> </ul> <h2>[4.0.0] - 2017-05-19</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/jonschlinkert/kind-of/issues/8">#8</a> from tunnckoCore/master</li> <li>update deps</li> </ul> <h2>[3.2.2] - 2017-05-16</h2> <ul> <li>fix version</li> </ul> <h2>[3.2.1] - 2017-05-16</h2> <ul> <li>add browserify</li> </ul> <h2>[3.2.0] - 2017-04-25</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/jonschlinkert/kind-of/issues/10">#10</a> from ksheedlo/unrequire-buffer</li> <li>add <code>promise</code> support and tests</li> <li>Remove unnecessary <code>Buffer</code> check</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Yuri Astrakhan
|
998471d880 | add CI path ignores | ||
Kaloyan Petrov
|
9449ad1f70 | readme: add last usable martin version | ||
Yuri Astrakhan
|
e5c340cc87 | Merge 'maplibre/martin-landing-page' as /demo | ||
Yuri Astrakhan
|
8f32d1b29b | Move files to demo/ | ||
Birk Skyum
|
b512633444
|
Modernize repo (#12) | ||
dependabot[bot]
|
48e7065d95
|
chore(deps): Bump log from 0.4.17 to 0.4.18 (#685)
Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. <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.18] - 2023-05-28</h2> <ul> <li>fix markdown links (again) by <a href="https://github.com/hellow554"><code>@hellow554</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/513">rust-lang/log#513</a></li> <li>add cargo doc to workflow by <a href="https://github.com/hellow554"><code>@hellow554</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/515">rust-lang/log#515</a></li> <li>Apply Clippy lints by <a href="https://github.com/hellow554"><code>@hellow554</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/516">rust-lang/log#516</a></li> <li>Replace ad-hoc eq_ignore_ascii_case with slice::eq_ignore_ascii_case by <a href="https://github.com/glandium"><code>@glandium</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/519">rust-lang/log#519</a></li> <li>fix up windows targets by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/528">rust-lang/log#528</a></li> <li>typo fix by <a href="https://github.com/jiangying000"><code>@jiangying000</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/529">rust-lang/log#529</a></li> <li>Remove dependency on cfg_if by <a href="https://github.com/EriKWDev"><code>@EriKWDev</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/536">rust-lang/log#536</a></li> <li>GitHub Workflows security hardening by <a href="https://github.com/sashashura"><code>@sashashura</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/538">rust-lang/log#538</a></li> <li>Fix build status badge by <a href="https://github.com/atouchet"><code>@atouchet</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/539">rust-lang/log#539</a></li> <li>Add call_logger to the documentation by <a href="https://github.com/a1ecbr0wn"><code>@a1ecbr0wn</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/547">rust-lang/log#547</a></li> <li>Remove build.rs file by <a href="https://github.com/GuillaumeGomez"><code>@GuillaumeGomez</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/543">rust-lang/log#543</a></li> <li>Use stable internals for key-value API by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/550">rust-lang/log#550</a></li> <li>Change wording of list of implementations by <a href="https://github.com/Thomasdezeeuw"><code>@Thomasdezeeuw</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/553">rust-lang/log#553</a></li> <li>Add std-logger to list of implementations by <a href="https://github.com/Thomasdezeeuw"><code>@Thomasdezeeuw</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/554">rust-lang/log#554</a></li> <li>Add <code>set_max_level_racy</code> and gate <code>set_max_level</code> by <a href="https://github.com/djkoloski"><code>@djkoloski</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/544">rust-lang/log#544</a></li> <li>[doc] src/lib.rs : prefix an unused variable with an underscore by <a href="https://github.com/OccupyMars2025"><code>@OccupyMars2025</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/561">rust-lang/log#561</a></li> <li>[doc] src/macros.rs : correct grammar errors of an example in lib documentation by <a href="https://github.com/OccupyMars2025"><code>@OccupyMars2025</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/562">rust-lang/log#562</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Yuri Astrakhan
|
0169b20ff2
|
Auto-publish mdbook (#684) | ||
baishikele
|
56dde81cfe
|
Create mdbook documentation (#681)
Copy readme into multiple book files Co-authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com> |
||
Yuri Astrakhan
|
09586a098f | update lock | ||
dependabot[bot]
|
711737a846
|
chore(deps): Bump regex from 1.8.2 to 1.8.3 (#679)
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.2 to 1.8.3. <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.3 (2023-05-25)</h1> <p>This is a patch release that fixes a bug where the regex would report a match at every position even when it shouldn't. This could occur in a very small subset of regexes, usually an alternation of simple literals that have particular properties. (See the issue linked below for a more precise description.)</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/999">#999</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/999">rust-lang/regex#999</a>): Fix a bug where a match at every position is erroneously reported.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
baishikele
|
c24bc06229
|
allow resize menu by drag side on tests/debug.html (#677)
It's about resizing the left panel by dragging along the right side. |
||
Yuri Astrakhan
|
44424730d2 | Bump deps, prep v0.8.4 release | ||
dependabot[bot]
|
9b969d58a1
|
chore(deps): Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 (#676)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.5.0 to 1.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dependabot/fetch-metadata/releases">dependabot/fetch-metadata's releases</a>.</em></p> <blockquote> <h2>v1.5.1</h2> <h2>What's Changed</h2> <p>Bugfix:</p> <ul> <li>Fix library parser to trim trailing LF by <a href="https://github.com/kachick"><code>@kachick</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/380">dependabot/fetch-metadata#380</a></li> </ul> <p>Dep bumps that are trivial so decided to keep this a patch release:</p> <ul> <li>Bump yargs from 17.7.1 to 17.7.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/379">dependabot/fetch-metadata#379</a></li> <li>Bump <code>@types/node</code> from 20.2.1 to 20.2.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/382">dependabot/fetch-metadata#382</a></li> </ul> <p>Internal-facing infra changes:</p> <ul> <li>Group :dependabot: PR's for <code>eslint</code>-related deps by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/374">dependabot/fetch-metadata#374</a></li> <li>Bump the eslint-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/375">dependabot/fetch-metadata#375</a></li> <li>Bump the eslint-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/378">dependabot/fetch-metadata#378</a></li> <li>Switch to using an app token instead of a PAT by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/362">dependabot/fetch-metadata#362</a></li> <li>v1.5.1 by <a href="https://github.com/fetch-metadata-action-automation"><code>@fetch-metadata-action-automation</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/384">dependabot/fetch-metadata#384</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dependabot/fetch-metadata/compare/v1...v1.5.1">https://github.com/dependabot/fetch-metadata/compare/v1...v1.5.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
tomeronen
|
8f020aa6f6
|
add brew Formula (#623)
Closes: - #616 - #618 |
||
Yuri Astrakhan
|
0209b662bf |
Format justfile using just --fmt
|
||
dependabot[bot]
|
843c21050d
|
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=" |
||
baishikele
|
3b41458493
|
Update doc about table source naming convention (#672)
#670 |
||
dependabot[bot]
|
2df254af4d
|
chore(deps): Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 (#671)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.4.0 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dependabot/fetch-metadata/releases">dependabot/fetch-metadata's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h2>What's Changed</h2> <p>New Features:</p> <ul> <li>Added flag if "Maintainer changes" appears in the PR body by <a href="https://github.com/mwaddell"><code>@mwaddell</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/174">dependabot/fetch-metadata#174</a></li> </ul> <p>Bumped Deps:</p> <ul> <li>Bump <code>@types/node</code> from 18.15.11 to 20.2.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/364">dependabot/fetch-metadata#364</a></li> <li>Bump nock from 13.3.0 to 13.3.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/366">dependabot/fetch-metadata#366</a></li> </ul> <p>Docs:</p> <ul> <li>Add minimum permissions to usage example by <a href="https://github.com/jablko"><code>@jablko</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/343">dependabot/fetch-metadata#343</a></li> <li>Document verification overrides in readme by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/345">dependabot/fetch-metadata#345</a></li> </ul> <p>Code cleanup:</p> <ul> <li>Simplify the release process by linking to release notes instead of copy/pasting them by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/347">dependabot/fetch-metadata#347</a></li> <li>Use the full email for the GitHub Actions bot by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/354">dependabot/fetch-metadata#354</a></li> <li>Inline the PR URL by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/359">dependabot/fetch-metadata#359</a></li> <li>No need to request escalated permissions for <code>GITHUB_TOKEN</code> by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/357">dependabot/fetch-metadata#357</a></li> <li>Remove unused step by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/358">dependabot/fetch-metadata#358</a></li> <li>Simplify <code>bin/bump-version</code> by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/368">dependabot/fetch-metadata#368</a></li> <li>Add a deeplink for tagging releases to the Readme by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/369">dependabot/fetch-metadata#369</a></li> <li>Stop using deprecated <code>set-output</code> by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/370">dependabot/fetch-metadata#370</a></li> <li>Add workflow for creating release PR's by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/360">dependabot/fetch-metadata#360</a></li> <li>Add workflow for floating the <code>v1</code> tag to the latest release by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/361">dependabot/fetch-metadata#361</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dependabot/fetch-metadata/compare/v1...v1.5.0">https://github.com/dependabot/fetch-metadata/compare/v1...v1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Yuri Astrakhan
|
88677395a6 | bump to 0.8.3, dep updates | ||
dependabot[bot]
|
957cd3e2f4
|
chore(deps): Bump clap from 4.2.7 to 4.3.0 (#669)
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.7 to 4.3.0. <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.3.0</h2> <h2>[4.3.0] - 2023-05-19</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Allow multiple, value-terminated, positional arguments</li> <li><em>(assert)</em> Clear up language on <code>last</code> assertion</li> <li><em>(parser)</em> Correctly assign values to arguments when using multiple, value-termianted, positional arguments</li> <li><em>(parser)</em> Ensure <code>value_terminator</code> has higher precedence than <code>allow_hyphen_values</code></li> <li><em>(help)</em> Only use next-line-help on subcommand list when explicitly specified, not just with <code>--help</code></li> <li><em>(help)</em> Correctly align possible values list</li> <li><em>(help)</em> Don't waste code, vertical space in moving possible value descriptions to next line</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.3.0] - 2023-05-19</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Allow multiple, value-terminated, positional arguments</li> <li><em>(assert)</em> Clear up language on <code>last</code> assertion</li> <li><em>(parser)</em> Correctly assign values to arguments when using multiple, value-termianted, positional arguments</li> <li><em>(parser)</em> Ensure <code>value_terminator</code> has higher precedence than <code>allow_hyphen_values</code></li> <li><em>(help)</em> Only use next-line-help on subcommand list when explicitly specified, not just with <code>--help</code></li> <li><em>(help)</em> Correctly align possible values list</li> <li><em>(help)</em> Don't waste code, vertical space in moving possible value descriptions to next line</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
baishikele
|
fe6c207094
|
In auto-discover, hide geocolumns from tables with multiple ones (#663)
Hi @nyurik I'm trying to resolve #627 .But it's a little bit hard battle against rust😂 |
||
Binabh
|
fd88852492
|
adds search; adds resize; adds dynamic layer color; (#660)
- [ ] show lines and polygons - [ ] show all layers regardless of their name - [x] different color for each layer - [x] make left sidebar resizable - [x] add search box - closes #536 |
||
Yuri Astrakhan
|
bb4370c5fe | cargo update | ||
Yuri Astrakhan
|
39c19c0369 |
Print connection str from justfile
* update readme with the missing justfile CLI commands * add `print-conn-str` command to show the full DB connection string |
||
Yuri Astrakhan
|
34d16d28fc | Release 0.8.2 | ||
Yuri Astrakhan
|
a1708a9e1c | cargo update | ||
Yuri Astrakhan
|
09db6485bd
|
Revert arm64 docker support (#613) and following (#658)
This reverts commit
|
||
Yuri Astrakhan
|
829df6052b | update lock | ||
dependabot[bot]
|
c0ed81ef53
|
chore(deps): Bump clap from 4.2.5 to 4.2.7 (#654)
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.5 to 4.2.7. <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.7</h2> <h2>[4.2.7] - 2023-05-02</h2> <h3>Fixes</h3> <ul> <li>Correctly track remaining length for iterators provided by <code>ArgMatches</code></li> </ul> <h2>v4.2.6</h2> <h2>[4.2.6] - 2023-05-02</h2> <h3>Features</h3> <ul> <li><code>impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId</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.2.7] - 2023-05-02</h2> <h3>Fixes</h3> <ul> <li>Correctly track remaining length for iterators provided by <code>ArgMatches</code></li> </ul> <h2>[4.2.6] - 2023-05-02</h2> <h3>Features</h3> <ul> <li><code>impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Yuri Astrakhan
|
9583f32edb
|
Fix merging multi-source tilejson (#653)
Improve merging of multiple tilejsons Fix #652 |
||
Yuri Astrakhan
|
169223a705 | cargo update | ||
dependabot[bot]
|
d2584c20bd
|
chore(deps): Bump flate2 from 1.0.25 to 1.0.26 (#650)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.25 to 1.0.26. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rust-lang/flate2-rs/commits">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.25&new-version=1.0.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 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> |
||
dependabot[bot]
|
ed03854c88
|
chore(deps): Bump clap from 4.2.4 to 4.2.5 (#649)
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.4 to 4.2.5. <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.5</h2> <h2>[4.2.5] - 2023-04-27</h2> <h3>Fixes</h3> <ul> <li>Improve panic when a group requires a non-existent ID</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.5] - 2023-04-27</h2> <h3>Fixes</h3> <ul> <li>Improve panic when a group requires a non-existent ID</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
b970b2169f
|
chore(deps): Bump openssl from 0.10.51 to 0.10.52 (#648)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.51 to 0.10.52. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sfackler/rust-openssl/releases">openssl's releases</a>.</em></p> <blockquote> <h2>openssl-v0.10.52</h2> <h2>What's Changed</h2> <ul> <li>Expose BigNum::to_vec_padded on libressl and boringssl by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1895">sfackler/rust-openssl#1895</a></li> <li>add support for DH check key by <a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1896">sfackler/rust-openssl#1896</a></li> <li>add poly1305 EVP_PKEY type by <a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1897">sfackler/rust-openssl#1897</a></li> <li>Don't restrict the Signer lifetime by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1898">sfackler/rust-openssl#1898</a></li> <li>add low level cmac bindings by <a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1899">sfackler/rust-openssl#1899</a></li> <li>Expose pbkdf2_hmac and scrypt on BoringSSL by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1900">sfackler/rust-openssl#1900</a></li> <li>binding to get fips status for ossl300 by <a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1901">sfackler/rust-openssl#1901</a></li> <li>add more x509 extension helper functions by <a href="https://github.com/zh-jq"><code>@zh-jq</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1887">sfackler/rust-openssl#1887</a></li> <li>changelog and version bumps for openssl and openssl-sys by <a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1905">sfackler/rust-openssl#1905</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zh-jq"><code>@zh-jq</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1887">sfackler/rust-openssl#1887</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.51...openssl-v0.10.52">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.51...openssl-v0.10.52</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
d4f3144fb7
|
chore(deps): Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 (#639)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.6 to 1.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dependabot/fetch-metadata/releases">dependabot/fetch-metadata's releases</a>.</em></p> <blockquote> <h2>v1.4.0</h2> <h2>New Features</h2> <ul> <li>feat: add option to skip internal verifications by <a href="https://github.com/yeikel"><code>@yeikel</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/336">dependabot/fetch-metadata#336</a></li> </ul> <h2>Bugfix</h2> <ul> <li>Allow leading <code>v</code> on commit message versions by <a href="https://github.com/jonmcquillan"><code>@jonmcquillan</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/338">dependabot/fetch-metadata#338</a></li> </ul> <h2>Dep Bumps</h2> <ul> <li>Bump <code>@typescript-eslint/eslint-plugin</code> from 5.48.2 to 5.49.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/307">dependabot/fetch-metadata#307</a></li> <li>Bump <code>@types/yargs</code> from 17.0.19 to 17.0.20 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/308">dependabot/fetch-metadata#308</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 5.48.2 to 5.49.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/309">dependabot/fetch-metadata#309</a></li> <li>Bump eslint from 8.32.0 to 8.33.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/315">dependabot/fetch-metadata#315</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 5.49.0 to 5.50.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/314">dependabot/fetch-metadata#314</a></li> <li>Bump <code>@types/yargs</code> from 17.0.20 to 17.0.22 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/312">dependabot/fetch-metadata#312</a></li> <li>Bump <code>@vercel/ncc</code> from 0.36.0 to 0.36.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/311">dependabot/fetch-metadata#311</a></li> <li>Bump typescript from 4.9.4 to 4.9.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/313">dependabot/fetch-metadata#313</a></li> <li>Bump yargs from 17.6.2 to 17.7.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/322">dependabot/fetch-metadata#322</a></li> <li>Bump eslint from 8.33.0 to 8.35.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/321">dependabot/fetch-metadata#321</a></li> <li>Bump <code>@typescript-eslint/eslint-plugin</code> from 5.49.0 to 5.54.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/319">dependabot/fetch-metadata#319</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 5.50.0 to 5.54.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/320">dependabot/fetch-metadata#320</a></li> <li>Bump <code>@types/node</code> from 18.11.18 to 18.14.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/318">dependabot/fetch-metadata#318</a></li> <li>Bump <code>@types/node</code> from 18.14.2 to 18.15.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/324">dependabot/fetch-metadata#324</a></li> <li>Bump eslint from 8.35.0 to 8.37.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/327">dependabot/fetch-metadata#327</a></li> <li>Bump <code>@types/yargs</code> from 17.0.22 to 17.0.24 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/326">dependabot/fetch-metadata#326</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 5.54.0 to 5.57.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/330">dependabot/fetch-metadata#330</a></li> <li>Bump <code>@typescript-eslint/eslint-plugin</code> from 5.54.0 to 5.57.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/329">dependabot/fetch-metadata#329</a></li> <li>Bump eslint from 8.37.0 to 8.38.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/340">dependabot/fetch-metadata#340</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 5.57.1 to 5.59.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/341">dependabot/fetch-metadata#341</a></li> <li>Bump <code>@typescript-eslint/eslint-plugin</code> from 5.57.1 to 5.59.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/342">dependabot/fetch-metadata#342</a></li> </ul> <h2>Other</h2> <ul> <li>chore(ee): add devcontainer by <a href="https://github.com/yeikel"><code>@yeikel</code></a> in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/337">dependabot/fetch-metadata#337</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jonmcquillan"><code>@jonmcquillan</code></a> made their first contribution in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/338">dependabot/fetch-metadata#338</a></li> <li><a href="https://github.com/yeikel"><code>@yeikel</code></a> made their first contribution in <a href="https://redirect.github.com/dependabot/fetch-metadata/pull/337">dependabot/fetch-metadata#337</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dependabot/fetch-metadata/compare/v1...v1.4.0">https://github.com/dependabot/fetch-metadata/compare/v1...v1.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
f1b1225a8e
|
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=" |
||
dependabot[bot]
|
52827f62c7
|
chore(deps): Bump openssl from 0.10.50 to 0.10.51 (#643)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.50 to 0.10.51. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sfackler/rust-openssl/releases">openssl's releases</a>.</em></p> <blockquote> <h2>openssl-v0.10.51</h2> <h2>What's Changed</h2> <ul> <li>update documentation to reflect libressl support by <a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1876">sfackler/rust-openssl#1876</a></li> <li>Add issuer_name and reason_code to X509RevokedRef by <a href="https://github.com/Skepfyr"><code>@Skepfyr</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1847">sfackler/rust-openssl#1847</a></li> <li>Preparing openssl-sys for PKCS7 and X509 extensions by <a href="https://github.com/bkstein"><code>@bkstein</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1789">sfackler/rust-openssl#1789</a></li> <li>Fixes <a href="https://redirect.github.com/sfackler/rust-openssl/issues/1884">#1884</a> -- don't leave an error on the stack in public_eq by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1885">sfackler/rust-openssl#1885</a></li> <li>Fixes <a href="https://redirect.github.com/sfackler/rust-openssl/issues/1882">#1882</a> -- added APIs for setting public keys on Dh by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1883">sfackler/rust-openssl#1883</a></li> <li>DTLS1 and DTLS1_2 SslVersion for set_min_proto_version() by <a href="https://github.com/algesten"><code>@algesten</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1886">sfackler/rust-openssl#1886</a></li> <li>Remove size_t-is-usize argument to bindgen by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1888">sfackler/rust-openssl#1888</a></li> <li>Documentation typo for X509Crl by <a href="https://github.com/remigranotier"><code>@remigranotier</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1891">sfackler/rust-openssl#1891</a></li> <li>[Documentation] fixed X509Crl and X509Revoked description in doc by <a href="https://github.com/remigranotier"><code>@remigranotier</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1892">sfackler/rust-openssl#1892</a></li> <li>add asn1octetstring creation support by <a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1893">sfackler/rust-openssl#1893</a></li> <li>Introduce X509Extension::new_from_der and deprecate the bad APIs by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1880">sfackler/rust-openssl#1880</a></li> <li>Release openssl v0.10.51 and openssl-sys v0.9.86 by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1894">sfackler/rust-openssl#1894</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/algesten"><code>@algesten</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1886">sfackler/rust-openssl#1886</a></li> <li><a href="https://github.com/remigranotier"><code>@remigranotier</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1891">sfackler/rust-openssl#1891</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.50...openssl-v0.10.51">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.50...openssl-v0.10.51</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
6629c7532a
|
chore(deps): Bump clap from 4.2.3 to 4.2.4 (#641)
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.3 to 4.2.4. <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.4</h2> <h2>[4.2.4] - 2023-04-19</h2> <h3>Documentation</h3> <ul> <li>Corrected docs for <code>Command::style</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.2.4] - 2023-04-19</h2> <h3>Documentation</h3> <ul> <li>Corrected docs for <code>Command::style</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
1621be45b9
|
chore(deps): Bump clap from 4.2.2 to 4.2.3 (#640)
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.2 to 4.2.3. <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.3</h2> <h2>[4.2.3] - 2023-04-18</h2> <h3>Features</h3> <ul> <li><code>Command::styles</code> for theming help/errors (behind <code>unstable-styles</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.2.3] - 2023-04-18</h2> <h3>Features</h3> <ul> <li><code>Command::styles</code> for theming help/errors (behind <code>unstable-styles</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
bca35be992
|
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=" |
||
dependabot[bot]
|
e711541762
|
chore(deps): Bump h2 from 0.3.16 to 0.3.17 (#636)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17. <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.17</h2> <h2>What's Changed</h2> <ul> <li>Add <code>Error::is_library()</code> method to check if the originated inside <code>h2</code>.</li> <li>Add <code>max_pending_accept_reset_streams(usize)</code> option to client and server builders.</li> <li>Fix theoretical memory growth when receiving too many HEADERS and then RST_STREAM frames faster than an application can accept them off the queue. (CVE-2023-26964)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/h2/blob/master/CHANGELOG.md">h2's changelog</a>.</em></p> <blockquote> <h1>0.3.17 (April 13, 2023)</h1> <ul> <li>Add <code>Error::is_library()</code> method to check if the originated inside <code>h2</code>.</li> <li>Add <code>max_pending_accept_reset_streams(usize)</code> option to client and server builders.</li> <li>Fix theoretical memory growth when receiving too many HEADERS and then RST_STREAM frames faster than an application can accept them off the queue. (CVE-2023-26964)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
17b92f2094
|
chore(deps): Bump serde_json from 1.0.95 to 1.0.96 (#635)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.95 to 1.0.96. <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.96</h2> <ul> <li>Guarantee that <code>to_writer</code> only writes valid UTF-8 strings (<a href="https://redirect.github.com/serde-rs/json/issues/1011">#1011</a>, thanks <a href="https://github.com/stepancheg"><code>@stepancheg</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |