|
1 | 1 | [package]
|
2 | 2 | name = "hyperlane-utils"
|
3 |
| -version = "9.0.0" |
| 3 | +version = "9.0.1" |
4 | 4 | readme = "README.md"
|
5 | 5 | edition = "2024"
|
6 | 6 |
|
7 | 7 | license = "MIT"
|
8 | 8 | description = """A library providing utils for hyperlane."""
|
9 | 9 | 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" |
11 | 11 | categories = ["network-programming", "web-programming"]
|
12 | 12 | exclude = [
|
13 | 13 | "target",
|
@@ -35,22 +35,22 @@ chunkify = "0.6.36"
|
35 | 35 | future-fn = "0.3.4"
|
36 | 36 | color-output = "7.2.7"
|
37 | 37 | clonelicious = "2.2.4"
|
38 |
| -hyperlane-log = "1.18.6" |
| 38 | +hyperlane-log = "1.18.7" |
39 | 39 | server-manager = "5.0.0"
|
40 | 40 | file-operation = "0.8.4"
|
41 | 41 | compare_version = "1.2.3"
|
42 | 42 | bin-encode-decode = "1.1.21"
|
43 | 43 | recoverable-spawn = "3.9.4"
|
44 |
| -hyperlane-broadcast = "0.7.5" |
| 44 | +hyperlane-broadcast = "0.7.6" |
45 | 45 | recoverable-thread-pool = "2.4.4"
|
46 | 46 | log = "0.4.27"
|
47 | 47 | std-macro-extensions = "0.26.5"
|
48 | 48 | hot-restart = "0.6.0"
|
49 | 49 | utoipa = { version = "5.4.0", features = ["openapi_extensions"] }
|
50 | 50 | utoipa-swagger-ui = { version = "9.0.2", features = ["debug-embed", "vendored", "actix-web"] }
|
51 | 51 | 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" |
54 | 54 | inventory = "0.3.21"
|
55 | 55 |
|
56 | 56 | [profile.dev]
|
|
0 commit comments