chore(deps): Bump libloading from 0.8.5 to 0.8.6 (#890)
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.8.5 to 0.8.6. - [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.5...0.8.6) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
56557dd8e5
commit
c835aa6a2e
|
|
@ -2204,9 +2204,9 @@ checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
|
|||
|
||||
[[package]]
|
||||
name = "libloading"
|
||||
version = "0.8.5"
|
||||
version = "0.8.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
||||
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-targets 0.52.6",
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ tracing.workspace = true
|
|||
opendal.workspace = true
|
||||
percent-encoding.workspace = true
|
||||
futures = "0.3.31"
|
||||
libloading = "0.8.5"
|
||||
libloading = "0.8.6"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile.workspace = true
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ hyper-util.workspace = true
|
|||
opendal.workspace = true
|
||||
url.workspace = true
|
||||
headers.workspace = true
|
||||
libloading = "0.8.5"
|
||||
libloading = "0.8.6"
|
||||
|
|
|
|||
Loading…
Reference in New Issue