Skip to content

Commit dae667c

Browse files
committed
fix: invalid local ip address on some windows envs
1 parent 8eb36ca commit dae667c

File tree

2 files changed

+30
-37
lines changed

2 files changed

+30
-37
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-server"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["Esteban Borai <[email protected]>"]
55
edition = "2021"
66
description = "Simple and configurable command-line HTTP server"
@@ -40,7 +40,7 @@ http-auth-basic = "0.3.3"
4040
handlebars = "4.3.3"
4141
hyper = { version = "0.14.20", features = ["http1", "server", "stream", "tcp"] }
4242
hyper-rustls = { version = "0.23.0", features = ["webpki-roots"] }
43-
local-ip-address = "0.4.6"
43+
local-ip-address = "0.4.7"
4444
mime_guess = "2.0.4"
4545
percent-encoding = "2.1.0"
4646
rustls = "0.20.6"

0 commit comments

Comments
 (0)