Skip to content

Commit

Permalink
Bump deno_io from 0.90.0 to 0.92.0
Browse files Browse the repository at this point in the history
Bumps [deno_io](https://github.com/denoland/deno) from 0.90.0 to 0.92.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_io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 4739b7e commit 658eedd
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 33 deletions.
151 changes: 119 additions & 32 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ deno_webstorage = { version = "0.175.0", optional = true }
deno_websocket = { version = "0.185.0", optional = true }
deno_webgpu = { version = "0.147.0", optional = true }

deno_io = { version = "0.90.0", optional = true }
deno_io = { version = "0.92.0", optional = true }

# Dependencies for the IO feature
rustyline = {version = "=15.0.0", optional = true}
Expand Down

0 comments on commit 658eedd

Please sign in to comment.