Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
woutersl committed Sep 25, 2024
1 parent 95d4ac4 commit d82fd10
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 71 deletions.
128 changes: 59 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ serde_json = "1.0"
# basic dependencies
base64 = "0.22"
byteorder = "1.4"
bytes = "1.6.1"
bytes = "1.7"
chrono = { version = "0.4.38", features = ["serde"] }
cookie = { version = "0.18", features = ["secure", "percent-encode"] }
data-encoding = "2.1"
flate2 ="1.0"
http-body = "1"
mime = "0.3"
opendal = { version = "0.49", features = ["services-fs", "services-s3"] }
opendal = { version = "0.50", features = ["services-fs", "services-s3"] }
quick-xml = "0.36"
rand = "0.8"
ring = "0.17"
Expand Down

0 comments on commit d82fd10

Please sign in to comment.