Skip to content

Commit

Permalink
chore: update rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasgun committed Aug 30, 2022
1 parent fecbc4e commit 664498d
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 58 deletions.
80 changes: 51 additions & 29 deletions templates/rust/cloudevents/Cargo.lock

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

8 changes: 8 additions & 0 deletions templates/rust/cloudevents/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ actix-rt = "1"
serde_json = "1"
log = "0.4.0"
env_logger = "0.7.1"
regex = "1.5.5"
tokio = "1.8.4"
actix-http = "2.2.1"

[dev-dependencies]
regex = "1.5.5"
tokio = "1.8.4"
actix-http = "2.2.1"

0 comments on commit 664498d

Please sign in to comment.