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.118.0` | `0.121.0` |
| [deno_crypto](https://github.com/denoland/deno) | `0.132.0` | `0.135.0` |
| [deno_fetch](https://github.com/denoland/deno) | `0.142.0` | `0.145.0` |
| [deno_url](https://github.com/denoland/deno) | `0.118.0` | `0.121.0` |
| [deno_web](https://github.com/denoland/deno) | `0.149.0` | `0.152.0` |
| [deno_webidl](https://github.com/denoland/deno) | `0.118.0` | `0.121.0` |


Updates `deno_console` from 0.118.0 to 0.121.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.132.0 to 0.135.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.142.0 to 0.145.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.118.0 to 0.121.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.149.0 to 0.152.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.118.0 to 0.121.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 Oct 18, 2023
1 parent 20ffbee commit e4967f1
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 37 deletions.
195 changes: 164 additions & 31 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]
atty = "0.2.14"
chrono = { version= "0.4.31", default-features = false, features = [ "clock", "std" ] }
deno_console = "0.118.0"
deno_console = "0.121.0"
deno_core.workspace = true
deno_crypto = "0.132.0"
deno_fetch = "0.142.0"
deno_url = "0.118.0"
deno_web = "0.149.0"
deno_webidl = "0.118.0"
deno_crypto = "0.135.0"
deno_fetch = "0.145.0"
deno_url = "0.121.0"
deno_web = "0.152.0"
deno_webidl = "0.121.0"
lassie = "0.6.0"
# lassie = { git = "https://github.com/filecoin-station/rusty-lassie.git" }
log.workspace = true
Expand Down

0 comments on commit e4967f1

Please sign in to comment.