Skip to content

Commit 849cd75

Browse files
committed
feat: v14.3.7
1 parent 38c6c9b commit 849cd75

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane-utils"
3-
version = "14.3.6"
3+
version = "14.3.7"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -37,7 +37,7 @@ tracing-log = "0.2.0"
3737
urlencoding = "2.1.3"
3838
color-output = "8.2.11"
3939
clonelicious = "2.2.14"
40-
http-request = "8.91.81"
40+
http-request = "8.91.82"
4141
serde-xml-rs = "0.8.2"
4242
lombok-macros = "2.0.18"
4343
hyperlane-log = "4.0.2"
@@ -47,13 +47,13 @@ bytemuck_derive = "1.10.2"
4747
compare_version = "2.0.1"
4848
instrument-level = "1.0.9"
4949
serde_urlencoded = "0.7.1"
50-
hyperlane-macros = "11.0.1"
50+
hyperlane-macros = "11.0.2"
5151
bin-encode-decode = "1.1.38"
5252
recoverable-spawn = "3.9.14"
53-
hyperlane-broadcast = "0.8.13"
53+
hyperlane-broadcast = "0.8.14"
5454
std-macro-extensions = "0.26.14"
5555
recoverable-thread-pool = "2.4.14"
56-
hyperlane-plugin-websocket = "4.0.1"
56+
hyperlane-plugin-websocket = "4.0.2"
5757
utoipa-rapidoc = { version = "6.0.0", features = ["actix-web"] }
5858
utoipa = { version = "5.4.0", features = ["openapi_extensions"] }
5959
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }

src/lib.rs

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33
//! A library providing utils for hyperlane.
44
55
pub use {
6-
bin_encode_decode::*, chunkify::*, clonelicious::*, color_output::*, compare_version::*,
7-
file_operation::*, future_fn::*, hot_restart::*, http_request::*, hyperlane_broadcast::*,
8-
hyperlane_log::*, hyperlane_macros::*, hyperlane_plugin_websocket::*, instrument_level::*,
9-
lombok_macros::*, recoverable_spawn::*, recoverable_thread_pool::*, server_manager::*,
10-
std_macro_extensions::*,
11-
};
12-
13-
pub use {
14-
ahash, bytemuck_derive, chrono, dotenvy, futures, hex, log, num_cpus, once_cell, redis, regex,
15-
sea_orm, serde_urlencoded, serde_with, serde_xml_rs, serde_yaml, simd_json, snafu, sqlx,
16-
tracing_log, tracing_subscriber, twox_hash, url, urlencoding, utoipa, utoipa_rapidoc,
17-
utoipa_swagger_ui, uuid,
6+
ahash, bin_encode_decode::*, bytemuck_derive, chrono, chunkify::*, clonelicious::*,
7+
color_output::*, compare_version::*, dotenvy, file_operation::*, future_fn::*, futures, hex,
8+
hot_restart::*, http_request::*, hyperlane_broadcast::*, hyperlane_log::*, hyperlane_macros::*,
9+
hyperlane_plugin_websocket::*, instrument_level::*, log, lombok_macros::*, num_cpus, once_cell,
10+
recoverable_spawn::*, recoverable_thread_pool::*, redis, regex, sea_orm, serde_urlencoded,
11+
serde_with, serde_xml_rs, serde_yaml, server_manager::*, simd_json, snafu, sqlx,
12+
std_macro_extensions::*, tracing_log, tracing_subscriber, twox_hash, url, urlencoding, utoipa,
13+
utoipa_rapidoc, utoipa_swagger_ui, uuid,
1814
};

0 commit comments

Comments
 (0)