Skip to content

Commit

Permalink
Merge branch 'main' into add-ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 authored Feb 3, 2024
2 parents f795fa7 + 7688974 commit 297831b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 29 deletions.
18 changes: 4 additions & 14 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 bin/oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dirs = "5.0.1"
futures = "0.3"
futures-util = { version = "0.3.29", optional = true }
opendal.workspace = true
quick-xml = { version = "0.30", features = ["serialize", "overlapped-lists"] }
quick-xml = { version = "0.31", features = ["serialize", "overlapped-lists"] }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1.34", features = [
"fs",
Expand Down
14 changes: 2 additions & 12 deletions bindings/c/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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ md-5 = "0.10"
# TODO: remove once_cell when lazy_lock is stable: https://doc.rust-lang.org/std/cell/struct.LazyCell.html
once_cell = "1"
percent-encoding = "2"
quick-xml = { version = "0.30", features = ["serialize", "overlapped-lists"] }
quick-xml = { version = "0.31", features = ["serialize", "overlapped-lists"] }
reqwest = { version = "0.11.18", features = [
"stream",
], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion integrations/dav-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dirs = "5.0.0"
futures = "0.3"
futures-util = { version = "0.3.16" }
opendal.workspace = true
quick-xml = { version = "0.30", features = ["serialize", "overlapped-lists"] }
quick-xml = { version = "0.31", features = ["serialize", "overlapped-lists"] }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1.27", features = [
"fs",
Expand Down

0 comments on commit 297831b

Please sign in to comment.