Skip to content

Commit

Permalink
deps: Bump the deno group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the deno group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [deno_console](https://github.com/denoland/deno) | `0.124.0` | `0.127.0` |
| [deno_crypto](https://github.com/denoland/deno) | `0.138.0` | `0.141.0` |
| [deno_fetch](https://github.com/denoland/deno) | `0.148.0` | `0.151.0` |
| [deno_url](https://github.com/denoland/deno) | `0.124.0` | `0.127.0` |
| [deno_web](https://github.com/denoland/deno) | `0.155.0` | `0.158.0` |
| [deno_webidl](https://github.com/denoland/deno) | `0.124.0` | `0.127.0` |


Updates `deno_console` from 0.124.0 to 0.127.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)

Updates `deno_crypto` from 0.138.0 to 0.141.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)

Updates `deno_fetch` from 0.148.0 to 0.151.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)

Updates `deno_url` from 0.124.0 to 0.127.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)

Updates `deno_web` from 0.155.0 to 0.158.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)

Updates `deno_webidl` from 0.124.0 to 0.127.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_console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_url
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
- dependency-name: deno_webidl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deno
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 51a9e41 commit 8d57702
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 31 deletions.
105 changes: 80 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ path = "lib.rs"
[dependencies]
console_static_text.workspace = true
chrono = { version= "0.4.31", default-features = false, features = [ "clock", "std" ] }
deno_console = "0.124.0"
deno_console = "0.127.0"
deno_core.workspace = true
deno_crypto = "0.138.0"
deno_fetch = "0.148.0"
deno_url = "0.124.0"
deno_web = "0.155.0"
deno_webidl = "0.124.0"
deno_crypto = "0.141.0"
deno_fetch = "0.151.0"
deno_url = "0.127.0"
deno_web = "0.158.0"
deno_webidl = "0.127.0"
lassie = "0.7.0"
# lassie = { git = "https://github.com/filecoin-station/rusty-lassie.git" }
log.workspace = true
Expand Down

0 comments on commit 8d57702

Please sign in to comment.