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.127.0` | `0.129.0` |
| [deno_crypto](https://github.com/denoland/deno) | `0.141.0` | `0.143.0` |
| [deno_fetch](https://github.com/denoland/deno) | `0.151.0` | `0.153.0` |
| [deno_url](https://github.com/denoland/deno) | `0.127.0` | `0.129.0` |
| [deno_web](https://github.com/denoland/deno) | `0.158.0` | `0.160.0` |
| [deno_webidl](https://github.com/denoland/deno) | `0.127.0` | `0.129.0` |


Updates `deno_console` from 0.127.0 to 0.129.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.141.0 to 0.143.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.151.0 to 0.153.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.127.0 to 0.129.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.158.0 to 0.160.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.127.0 to 0.129.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 9a629a1 commit c05b4fb
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 36 deletions.
135 changes: 105 additions & 30 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.38", default-features = false, features = [ "clock", "std" ] }
deno_console = "0.127.0"
deno_console = "0.129.0"
deno_core.workspace = true
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"
deno_crypto = "0.143.0"
deno_fetch = "0.153.0"
deno_url = "0.129.0"
deno_web = "0.160.0"
deno_webidl = "0.129.0"
lassie = "0.9.0"
# lassie = { git = "https://github.com/filecoin-station/rusty-lassie.git" }
log.workspace = true
Expand Down

0 comments on commit c05b4fb

Please sign in to comment.