Skip to content

Commit b98313a

Browse files
committed
feat:http-type
1 parent efe9495 commit b98313a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane"
3-
version = "2.9.1"
3+
version = "2.10.0"
44
edition = "2021"
55
authors = ["ltpp-universe <root@ltpp.vip>"]
66
license = "MIT"
@@ -17,9 +17,9 @@ exclude = [
1717

1818
[dependencies]
1919
color-output = "6.1.4"
20-
http-request = "8.10.1"
21-
http-type = "2.0.15"
22-
hyperlane-log = "0.4.0"
20+
http-request = "8.11.0"
21+
http-type = "2.2.0"
22+
hyperlane-log = "0.5.0"
2323
hyperlane-time = "0.0.1"
2424
lombok-macros = "1.3.0"
2525
std-macro-extensions = "0.17.6"

0 commit comments

Comments
 (0)