chore(deps): bump deno_core from 0.153.0 to 0.154.0 in /backend (#712)

Bumps [deno_core](https://github.com/denoland/deno) from 0.153.0 to 0.154.0.
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

---
updated-dependencies:
- dependency-name: deno_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-10-10 19:24:30 +00:00
committed by GitHub
parent e4170f23ab
commit 4fcb11ee4a
+6 -6
View File
@@ -714,9 +714,9 @@ dependencies = [
[[package]]
name = "deno_core"
version = "0.153.0"
version = "0.154.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d6fa609c2fea0556118aa42f1f657435acfb2756d783bb33a33aca58172a2b"
checksum = "331ae850b67e3f620ded03a3fc7ea2a45971bd7963d18920a1de75b42437b60c"
dependencies = [
"anyhow",
"deno_ops",
@@ -737,9 +737,9 @@ dependencies = [
[[package]]
name = "deno_ops"
version = "0.31.0"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bc5a0c3894742cef7f1ec0ec28079580bf1e0b1de57ead9a87fbcb1cec9c2a2"
checksum = "01f25d921f71574df947348d47f3fc824379974bd9248bcca7bde043607a04ba"
dependencies = [
"once_cell",
"proc-macro-crate",
@@ -3024,9 +3024,9 @@ dependencies = [
[[package]]
name = "serde_v8"
version = "0.64.0"
version = "0.65.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308040c4e3373878374954c83ee5c9bd1067bda42ef6191903685c04e6c607e9"
checksum = "79914ff59fe9f3b58e68da7017b6869d1c951d4c826ad457d4975b292451798c"
dependencies = [
"bytes 1.2.1",
"derive_more",