Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the non-critical group with 6 updates (#948)
Bumps the non-critical group with 6 updates: | Package | From | To | | --- | --- | --- | | [cairo-felt](https://github.com/lambdaclass/cairo-vm) | `0.9.0` | `0.9.1` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.4.0` | `2.5.0` | | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.20` | `0.4.21` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.69` | `1.0.70` | | [serde](https://github.com/serde-rs/serde) | `1.0.192` | `1.0.193` | | [tracing-log](https://github.com/tokio-rs/tracing) | `0.1.4` | `0.2.0` | Updates `cairo-felt` from 0.9.0 to 0.9.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lambdaclass/cairo-vm/releases">cairo-felt's releases</a>.</em></p> <blockquote> <h2>v0.9.1</h2> <ul> <li> <p>chore: bump <code>cairo-lang-</code> dependencies to 2.3.1 <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1482">#1482</a>, <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1483">#1483</a></p> </li> <li> <p>feat: Make PublicInput fields public <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1474">#1474</a></p> </li> <li> <p>chore: bump starknet-crypto to v0.6.1 <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1469">#1469</a></p> </li> <li> <p>feat: Implement the Serialize and Deserialize methods for the Program struct <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1458">#1458</a></p> </li> <li> <p>feat: Use only program builtins when running cairo 1 programs <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1457">#1457</a></p> </li> <li> <p>feat: Use latest cairo-vm version in cairo1-run crate <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1455">#1455</a></p> </li> <li> <p>feat: Implement a CLI to run cairo 1 programs <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1370">#1370</a></p> </li> <li> <p>fix: Fix string code of <code>BLAKE2S_ADD_UINT256</code> hint <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1454">#1454</a></p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lambdaclass/cairo-vm/blob/main/CHANGELOG.md">cairo-felt's changelog</a>.</em></p> <blockquote> <h4>[0.9.1] - 2023-11-16</h4> <ul> <li> <p>chore: bump <code>cairo-lang-</code> dependencies to 2.3.1 <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1482">#1482</a>, <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1483">#1483</a></p> </li> <li> <p>feat: Make PublicInput fields public <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1474">#1474</a></p> </li> <li> <p>chore: bump starknet-crypto to v0.6.1 <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1469">#1469</a></p> </li> <li> <p>feat: Implement the Serialize and Deserialize methods for the Program struct <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1458">#1458</a></p> </li> <li> <p>feat: Use only program builtins when running cairo 1 programs <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1457">#1457</a></p> </li> <li> <p>feat: Use latest cairo-vm version in cairo1-run crate <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1455">#1455</a></p> </li> <li> <p>feat: Implement a CLI to run cairo 1 programs <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1370">#1370</a></p> </li> <li> <p>fix: Fix string code of <code>BLAKE2S_ADD_UINT256</code> hint <a href="https://redirect.github.com/lambdaclass/cairo-vm/pull/1454">#1454</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lambdaclass/cairo-vm/commit/6fa38f7fff22bece9a81318f0d4515d0af448638"><code>6fa38f7</code></a> release v0.9.1 (<a href="https://redirect.github.com/lambdaclass/cairo-vm/issues/1485">#1485</a>)</li> <li><a href="https://github.com/lambdaclass/cairo-vm/commit/e61ae177edb94e29470fed23bdda43329b16c057"><code>e61ae17</code></a> Cairo1-run: Update corelib version to 2.3.1 (<a href="https://redirect.github.com/lambdaclass/cairo-vm/issues/1483">#1483</a>)</li> <li><a href="https://github.com/lambdaclass/cairo-vm/commit/62e2e946c8f8d2a6857088fddb6894d37bc3230c"><code>62e2e94</code></a> Update cairo-lang versions to 2.3.1 (<a href="https://redirect.github.com/lambdaclass/cairo-vm/issues/1482">#1482</a>)</li> <li><a href="https://github.com/lambdaclass/cairo-vm/commit/6d832f344cc753ead36739d786b6f5399f0dae1d"><code>6d832f3</code></a> Make AirPublicInputs fields public (<a href="https://redirect.github.com/lambdaclass/cairo-vm/issues/1474">#1474</a>)</li> <li><a href="https://github.com/lambdaclass/cairo-vm/commit/74fa49ae973d69c55283c766d959b2bb680f16aa"><code>74fa49a</code></a> Update wasm-pack version (<a href="https://redirect.github.com/lambdaclass/cairo-vm/issues/1478">#1478</a>)</li> <li><a href="https://github.com/lambdaclass/cairo-vm/commit/22f08f5a71ce42ecf069d42d7432763b32d557d8"><code>22f08f5</code></a> Update CODEOWNERS (<a href="https://redirect.github.com/lambdaclass/cairo-vm/issues/1472">#1472</a>)</li> <li><a href="https://github.com/lambdaclass/cairo-vm/commit/0d41042b906258c28531797045d012a30b036ab1"><code>0d41042</code></a> chore: bump starknet-crypto to v0.6.1 (<a href="https://redirect.github.com/lambdaclass/cairo-vm/issues/1469">#1469</a>)</li> <li><a href="https://github.com/lambdaclass/cairo-vm/commit/e7ca592618436f89b0989b9a6d0b99f6e546ff8f"><code>e7ca592</code></a> docs: fix typos (<a href="https://redirect.github.com/lambdaclass/cairo-vm/issues/1468">#1468</a>)</li> <li><a href="https://github.com/lambdaclass/cairo-vm/commit/e6171d66a64146acc16d5512766ae91ae044f297"><code>e6171d6</code></a> Serialize and deserialize program (<a href="https://redirect.github.com/lambdaclass/cairo-vm/issues/1458">#1458</a>)</li> <li><a href="https://github.com/lambdaclass/cairo-vm/commit/01a5773d4198d083ea645dea5c00133c36ff8321"><code>01a5773</code></a> Unpin cairo-vm version for cairo1-run crate (<a href="https://redirect.github.com/lambdaclass/cairo-vm/issues/1455">#1455</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lambdaclass/cairo-vm/compare/v0.9.0...v0.9.1">compare view</a></li> </ul> </details> <br /> Updates `data-encoding` from 2.4.0 to 2.5.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/ia0/data-encoding/commits">compare view</a></li> </ul> </details> <br /> Updates `ignore` from 0.4.20 to 0.4.21 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/BurntSushi/ripgrep/commits">compare view</a></li> </ul> </details> <br /> Updates `proc-macro2` from 1.0.69 to 1.0.70 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's releases</a>.</em></p> <blockquote> <h2>1.0.70</h2> <ul> <li>Add #[track_caller] on <code>Ident::new</code> so that panics on invalid input are attributed to the caller (<a href="https://redirect.github.com/dtolnay/proc-macro2/issues/423">#423</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/proc-macro2/commit/cd31a69e9c6ece9e6a1bf366aae37ae5b00cef82"><code>cd31a69</code></a> Release 1.0.70</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/4482662ae5ef045a551dcc95b9506acdde69a8e3"><code>4482662</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/423">#423</a> from dtolnay/trackcaller</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/690ab11e042dbd9936c2a8fa98267e1df87a6002"><code>690ab11</code></a> Track caller for Ident validation panics</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/f15383f9f0165847e554b6232ba22b90c9315d7b"><code>f15383f</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/422">#422</a> from dtolnay/newchecked</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/ea2cd7f2e4ad199f1a04ccf9788b5dbed2ac8d59"><code>ea2cd7f</code></a> Rename internal Ident::new -> Ident::new_checked</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/80591951011fba02b4296e35b06c4f1b41d5f9b5"><code>8059195</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/421">#421</a> from dtolnay/identunchecked</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/805a6adf92ba8da4b6d7ce5ff1def6b53f1f1cb5"><code>805a6ad</code></a> Bypass Ident validation on identifiers created by parser</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/c51346270ee53abaefd1231e418fd757252ab84d"><code>c513462</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/proc-macro2/issues/420">#420</a> from dtolnay/newraw</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/bd778e138376ba7ad7168335fb11afab86d158f9"><code>bd778e1</code></a> Delete Ident::_new_raw</li> <li><a href="https://github.com/dtolnay/proc-macro2/commit/0cb3649e019d8e2e913056c839c98d27fada6526"><code>0cb3649</code></a> Ignore checked_conversions pedantic clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/proc-macro2/compare/1.0.69...1.0.70">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.192 to 1.0.193 <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.193</h2> <ul> <li>Fix field names used for the deserialization of <code>RangeFrom</code> and <code>RangeTo</code> (<a href="https://redirect.github.com/serde-rs/serde/issues/2653">#2653</a>, <a href="https://redirect.github.com/serde-rs/serde/issues/2654">#2654</a>, <a href="https://redirect.github.com/serde-rs/serde/issues/2655">#2655</a>, thanks <a href="https://github.com/emilbonnek"><code>@emilbonnek</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/44613c7d0190dbb5ecd2d5ec19c636f45b7488cc"><code>44613c7</code></a> Release 1.0.193</li> <li><a href="https://github.com/serde-rs/serde/commit/c706281df3c8d50dba1763f19c856df2746eba6c"><code>c706281</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2655">#2655</a> from dtolnay/rangestartend</li> <li><a href="https://github.com/serde-rs/serde/commit/65d75b8fe3105f00ab2e01537d568d4587167582"><code>65d75b8</code></a> Add RangeFrom and RangeTo tests</li> <li><a href="https://github.com/serde-rs/serde/commit/332b0cba40bcbcc7a6b23a9706277c54791a9856"><code>332b0cb</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2654">#2654</a> from dtolnay/rangestartend</li> <li><a href="https://github.com/serde-rs/serde/commit/8c4af412969086bc8f54fdc2a079d373632e0a03"><code>8c4af41</code></a> Fix more RangeFrom / RangeEnd mixups</li> <li><a href="https://github.com/serde-rs/serde/commit/24a78f071b22ae491eec4127be696ac255b9b5d3"><code>24a78f0</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2653">#2653</a> from emilbonnek/fix/range-to-from-de-mixup</li> <li><a href="https://github.com/serde-rs/serde/commit/c91c33436d7aaef7472ebc18b734ddc9b5bd11fa"><code>c91c334</code></a> Fix Range{From,To} deserialize mixup</li> <li><a href="https://github.com/serde-rs/serde/commit/2083f43a287cac8302009fda5bbe41518dd83209"><code>2083f43</code></a> Update ui test suite to nightly-2023-11-19</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.192...v1.0.193">compare view</a></li> </ul> </details> <br /> Updates `tracing-log` from 0.1.4 to 0.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-log's releases</a>.</em></p> <blockquote> <h2>tracing-log 0.2.0</h2> <p>This release contains two breaking changes: the removal of the <code>env_logger</code> and <code>trace_logger</code> features. Below are the suggested migration paths:</p> <ul> <li><code>env_logger</code>: users should use [<code>tracing_subscriber::fmt::Subscriber</code>] or [<code>tracing_subscriber::fmt::Layer</code>] with the [<code>Targets</code>] or [<code>EnvFilter</code>] filters instead.</li> <li><code>trace_logger</code>: users should use the <code>tracing</code> crate's ["log" feature flag][log-feature] instead.</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Remove deprecated <code>env_logger</code> feature. This removes the dependency on the unmaintained <code>atty</code> crate, resolving the security advisory [GHSA-g98v-hv3f-hcfr]/[RUSTSEC-2021-0145]. (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2771">#2771</a>)</li> <li>Remove deprecated <code>trace_logger</code> feature. (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2771">#2771</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/2771">#2771</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2771">tokio-rs/tracing#2771</a> [<code>tracing_subscriber::fmt::Subscriber</code>]: <a href="https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Subscriber.html">https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Subscriber.html</a> [<code>tracing_subscriber::fmt::Layer</code>]: <a href="https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Layer.html">https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Layer.html</a> [<code>Targets</code>]: <a href="https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/targets/struct.Targets.html">https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/targets/struct.Targets.html</a> [<code>EnvFilter</code>]: <a href="https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/struct.EnvFilter.html">https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/struct.EnvFilter.html</a> [log-feature]: <a href="https://docs.rs/tracing/latest/tracing/#emitting-log-records">https://docs.rs/tracing/latest/tracing/#emitting-log-records</a> [GHSA-g98v-hv3f-hcfr]: <a href="https://github.com/advisories/GHSA-g98v-hv3f-hcfr">https://github.com/advisories/GHSA-g98v-hv3f-hcfr</a> [RUSTSEC-2021-0145]: <a href="https://rustsec.org/advisories/RUSTSEC-2021-0145.html">https://rustsec.org/advisories/RUSTSEC-2021-0145.html</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/4161d8137d4f6117f17b110b0ec022d9350bf8e6"><code>4161d81</code></a> chore: prepare tracing-log 0.2.0 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2772">#2772</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/1c802c77639478eb1ddba6d2c28019da919a43cb"><code>1c802c7</code></a> log: remove deprecated <code>env_logger</code> and <code>trace_logger</code> APIs (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2771">#2771</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/tracing/compare/tracing-log-0.1.4...tracing-log-0.2.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information