Skip to content

Commit

Permalink
chore(deps): update rust crate bytes to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed Jul 24, 2024
1 parent a148e08 commit 74313f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 178 deletions.
179 changes: 2 additions & 177 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 package/origlang-interop-frontend-webserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-web = "4.5.1"
actix-web = { version = "4.5.1", default-features = false, features = ["macros"] }
origlang-interop = { path = "../origlang-interop" }
actix-files = "0.6.5"

0 comments on commit 74313f6

Please sign in to comment.