Skip to content

Commit

Permalink
build(deps): update deno_core requirement from 0.331.0 to 0.333.0 (#14)
Browse files Browse the repository at this point in the history
Updates the requirements on
[deno_core](https://github.com/denoland/deno_core) to permit the latest
version.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/denoland/deno_core/commit/dc80f705bd9917f3e57492cfab171641b6940f13"><code>dc80f70</code></a>
0.333.0 (<a
href="https://redirect.github.com/denoland/deno_core/issues/1056">#1056</a>)</li>
<li><a
href="https://github.com/denoland/deno_core/commit/a85e59d0f5a48d4e8f1eeb0a19278ec6a65c7f57"><code>a85e59d</code></a>
Revert &quot;perf: externalize op name strings&quot; (<a
href="https://redirect.github.com/denoland/deno_core/issues/1055">#1055</a>)</li>
<li><a
href="https://github.com/denoland/deno_core/commit/38319187285ae6bd591eb558536333480081e54c"><code>3831918</code></a>
fix: obj wrap async method registration (<a
href="https://redirect.github.com/denoland/deno_core/issues/1054">#1054</a>)</li>
<li><a
href="https://github.com/denoland/deno_core/commit/e97dbb1bcaf6a5250926d3d0cf3054866583c32c"><code>e97dbb1</code></a>
Add <code>#[this] _: v8::Global\&lt;v8::Object&gt;</code> (<a
href="https://redirect.github.com/denoland/deno_core/issues/1053">#1053</a>)</li>
<li><a
href="https://github.com/denoland/deno_core/commit/b92a9a3f64c24c42e4dc79eacf7c33ccfab0f662"><code>b92a9a3</code></a>
refactor: reuse code from deno_path_util (<a
href="https://redirect.github.com/denoland/deno_core/issues/1052">#1052</a>)</li>
<li><a
href="https://github.com/denoland/deno_core/commit/c70c8fbf2dcf69920a529b9d28d6b53b548de3bf"><code>c70c8fb</code></a>
0.332.0 (<a
href="https://redirect.github.com/denoland/deno_core/issues/1051">#1051</a>)</li>
<li><a
href="https://github.com/denoland/deno_core/commit/3949be997db1773e344f4f85d34a0423eeaa6884"><code>3949be9</code></a>
perf: externalize op name strings (<a
href="https://redirect.github.com/denoland/deno_core/issues/1049">#1049</a>)</li>
<li>See full diff in <a
href="https://github.com/denoland/deno_core/compare/0.331.0...0.333.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 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>
  • Loading branch information
dependabot[bot] authored Jan 25, 2025
1 parent 9b5fad6 commit 0e60c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zefiro-core/zefiro-cwl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.83.0"

[dependencies]
anyhow = "1.0.95"
deno_core = "0.331.0"
deno_core = "0.333.0"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.135"
serde_with = "3.12.0"
Expand Down

0 comments on commit 0e60c8c

Please sign in to comment.