Skip to content

Commit 95d704a

Browse files
committed
feat: lock
1 parent ea83864 commit 95d704a

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

frameworks/Rust/hyperlane/Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/Rust/hyperlane/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hyperlane_techempower"
33
version = "0.1.0"
44
edition = "2024"
5-
authors = ["eastspire <[email protected]>"]
5+
authors = ["[email protected]"]
66
license = "MIT"
77
description = """Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, and TCP communication, making it ideal for building modern web services. Additionally, it provides support for request and response middleware, WebSocket, and Server-Sent Events (SSE), enabling flexible and efficient real-time communication."""
88
keywords = ["http", "request", "response", "tcp", "redirect"]
@@ -18,7 +18,7 @@ exclude = [
1818
]
1919

2020
[dependencies]
21-
hyperlane = "4.99.1"
21+
hyperlane = "4.99.2"
2222
rand = "0.9.1"
2323
serde = "1.0.219"
2424
sqlx = { version = "0.8.6", features = ["runtime-tokio", "postgres"] }

frameworks/Rust/hyperlane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [hyperlane](https://github.com/ltpp-universe/hyperlane) web framework
1+
# [hyperlane](https://github.com/eastspire/hyperlane) web framework
22

33
## Description
44

0 commit comments

Comments
 (0)