Skip to content

Commit 48fffa1

Browse files
committed
feat: v9.0.1
1 parent 439857d commit 48fffa1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "hyperlane-utils"
3-
version = "9.0.0"
3+
version = "9.0.1"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["[email protected]"]
77
license = "MIT"
88
description = """A library providing utils for hyperlane."""
99
keywords = ["http", "request", "response", "tcp", "redirect"]
10-
repository = "https://github.com/crates-dev/hyperlane-utils.git"
10+
repository = "https://github.com/hyperlane-dev/hyperlane-utils.git"
1111
categories = ["network-programming", "web-programming"]
1212
exclude = [
1313
"target",
@@ -35,22 +35,22 @@ chunkify = "0.6.36"
3535
future-fn = "0.3.4"
3636
color-output = "7.2.7"
3737
clonelicious = "2.2.4"
38-
hyperlane-log = "1.18.6"
38+
hyperlane-log = "1.18.7"
3939
server-manager = "5.0.0"
4040
file-operation = "0.8.4"
4141
compare_version = "1.2.3"
4242
bin-encode-decode = "1.1.21"
4343
recoverable-spawn = "3.9.4"
44-
hyperlane-broadcast = "0.7.5"
44+
hyperlane-broadcast = "0.7.6"
4545
recoverable-thread-pool = "2.4.4"
4646
log = "0.4.27"
4747
std-macro-extensions = "0.26.5"
4848
hot-restart = "0.6.0"
4949
utoipa = { version = "5.4.0", features = ["openapi_extensions"] }
5050
utoipa-swagger-ui = { version = "9.0.2", features = ["debug-embed", "vendored", "actix-web"] }
5151
utoipa-rapidoc = { version = "6.0.0", features = ["actix-web"] }
52-
hyperlane-macros = "6.0.0"
53-
hyperlane-plugin-websocket = "2.2.41"
52+
hyperlane-macros = "6.0.1"
53+
hyperlane-plugin-websocket = "2.2.42"
5454
inventory = "0.3.21"
5555

5656
[profile.dev]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![](https://img.shields.io/crates/v/hyperlane-utils.svg)](https://crates.io/crates/hyperlane-utils)
66
[![](https://img.shields.io/crates/d/hyperlane-utils.svg)](https://img.shields.io/crates/d/hyperlane-utils.svg)
77
[![](https://docs.rs/hyperlane-utils/badge.svg)](https://docs.rs/hyperlane-utils)
8-
[![](https://github.com/crates-dev/hyperlane-utils/workflows/Rust/badge.svg)](https://github.com/crates-dev/hyperlane-utils/actions?query=workflow:Rust)
8+
[![](https://github.com/hyperlane-dev/hyperlane-utils/workflows/Rust/badge.svg)](https://github.com/hyperlane-dev/hyperlane-utils/actions?query=workflow:Rust)
99
[![](https://img.shields.io/crates/l/hyperlane-utils.svg)](./LICENSE)
1010

1111
</center>

0 commit comments

Comments
 (0)