Skip to content

Commit 876a43f

Browse files
Merge pull request #204 from blacklanternsecurity/dev
Dev -> Stable 8.4.3
2 parents 231eda5 + 2470f9d commit 876a43f

9 files changed

Lines changed: 414 additions & 190 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloudcheck"
3-
version = "8.4.2"
3+
version = "8.4.3"
44
edition = "2024"
55
description = "CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider."
66
license = "GPL-3.0"
@@ -14,6 +14,8 @@ openssl = { version = "0.10", features = ["vendored"] }
1414
pyo3 = { version = "0.27", optional = true }
1515
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"], optional = true }
1616
radixtarget = "4.2"
17+
log = "0.4"
18+
env_logger = "0.11"
1719

1820
[features]
1921
default = []

0 commit comments

Comments
 (0)