Skip to content

Commit

Permalink
chore(deps): update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Sep 22, 2023
1 parent c4cf271 commit c3573cb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
25 changes: 17 additions & 8 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
@@ -1,6 +1,6 @@
[package]
name = "website_crawler"
version = "0.8.9"
version = "0.8.11"
authors = ["Jeff Mendez <[email protected]>"]
edition = "2021"
description = "gRPC tokio based web crawler"
Expand All @@ -12,7 +12,7 @@ categories = ["accessibility", "asynchronous"]
include = ["src/*", "build.rs", "proto/*", "LICENSE", "README.md"]

[dependencies]
tokio = { version = "1.29.1", features = [ "rt-multi-thread", "macros", "sync", "time", "parking_lot" ] }
tokio = { version = "1.32.0", features = [ "rt-multi-thread", "macros", "sync", "time", "parking_lot" ] }
tokio-stream = "0.1.14"
tonic = { version = "0.9.2" }
prost = "0.11.3"
Expand Down

0 comments on commit c3573cb

Please sign in to comment.