chore: bump OpenDAL to 0.47.2 (#4297)

chore: bump opendal to 0.47.2
This commit is contained in:
Weny Xu
2024-07-05 22:54:32 +09:00
committed by GitHub
parent b1219fa456
commit 30b65ca99e

8
Cargo.lock generated
View File

@@ -4651,7 +4651,7 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.5.7",
"socket2 0.4.10",
"tokio",
"tower-service",
"tracing",
@@ -6926,9 +6926,9 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
[[package]]
name = "opendal"
version = "0.47.1"
version = "0.47.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876c6655dd5b410c83e0c9edf38be60fed540a1cc1c2f3a2ac31830eb8a8ff45"
checksum = "ff159a2da374ef2d64848a6547943cf1af7d2ceada5ae77be175e1389aa07ae3"
dependencies = [
"anyhow",
"async-trait",
@@ -8395,7 +8395,7 @@ dependencies = [
"indoc",
"libc",
"memoffset 0.9.1",
"parking_lot 0.12.3",
"parking_lot 0.11.2",
"portable-atomic",
"pyo3-build-config",
"pyo3-ffi",