Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Kiln_lib: Update actix_web dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Murphy authored and DanHatesNumbers committed Mar 22, 2021
1 parent 621181e commit 68b65da
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 30 deletions.
48 changes: 19 additions & 29 deletions kiln_lib/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 kiln_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
anyhow = "1"
avro-rs = { version = "0.13", optional = true }
chrono = { version = "0.4", features = [ "serde",] }
actix-web = { version = "4.0.0-beta.3", optional = true }
actix-web = { version = "4.0.0-beta.4", optional = true }
hex = { version = "0.4", features = [ "serde",] }
http = { version = "0.2", optional = true }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit 68b65da

Please sign in to comment.