Skip to content

Commit ad24c54

Browse files
committed
feat: v4.41.0
1 parent 0abbc6b commit ad24c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Rust/hyperlane/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hyperlane_techempower"
33
version = "0.0.1"
4-
edition = "2021"
4+
edition = "2024"
55
authors = ["ltpp-universe <[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."""
@@ -18,7 +18,7 @@ exclude = [
1818
]
1919

2020
[dependencies]
21-
hyperlane = "4.36.1"
21+
hyperlane = "4.41.0"
2222
rand = "0.9.0"
2323
serde = "1.0.219"
2424
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres"] }

0 commit comments

Comments
 (0)