Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump tokio from 1.21.2 to 1.23.1 #489

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 68 additions & 11 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Pelikan


**Note: After Nov 17, 2022, maintainers of the Pelikan project have lost access
to the Twitter Github. Active development of Pelikan will continue at
[pelikan-io/pelikan](https://github.com/pelikan-io/pelikan). Please update your bookmark, thanks!**

Pelikan is Twitter's framework for developing cache services. It is:

* **Fast**: Pelikan provides high-throughput and low-latency caching solutions.
Expand Down
2 changes: 1 addition & 1 deletion src/proxy/momento/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ protocol-resp = { path = "../../protocol/resp" }
rustcommon-metrics = { workspace = true }
session = { path = "../../session" }
storage-types = { path = "../../storage/types" }
tokio = { version = "1.17.0", features = ["full"] }
tokio = { version = "1.23.1", features = ["full"] }