From c835aa6a2e4bf5daec7e920fc71baf997164fd79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:16:15 +0800 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- dragonfly-client-backend/Cargo.toml | 2 +- dragonfly-client-core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66666ac4..e300edb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/dragonfly-client-backend/Cargo.toml b/dragonfly-client-backend/Cargo.toml index 5e3226a1..25f580f9 100644 --- a/dragonfly-client-backend/Cargo.toml +++ b/dragonfly-client-backend/Cargo.toml @@ -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 diff --git a/dragonfly-client-core/Cargo.toml b/dragonfly-client-core/Cargo.toml index 33aabd85..f9e5cba4 100644 --- a/dragonfly-client-core/Cargo.toml +++ b/dragonfly-client-core/Cargo.toml @@ -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"