Skip to content

Commit

Permalink
build(deps): bump opendal from 0.40.0 to 0.41.0
Browse files Browse the repository at this point in the history
Bumps [opendal](https://github.com/apache/incubator-opendal) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/apache/incubator-opendal/releases)
- [Changelog](https://github.com/apache/incubator-opendal/blob/main/CHANGELOG.md)
- [Commits](apache/opendal@v0.40.0...v0.41.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sylvestre committed Dec 5, 2023
1 parent 920564c commit 7ae80ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 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 @@ -58,7 +58,7 @@ memchr = "2"
num_cpus = "1.16"
number_prefix = "0.4"
once_cell = "1.18"
opendal = { version = "0.40.0", optional = true }
opendal = { version = "0.41.0", optional = true }
openssl = { version = "0.10.55", optional = true }
rand = "0.8.4"
regex = "1.8.4"
Expand Down

0 comments on commit 7ae80ac

Please sign in to comment.