mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-06-05 21:06:52 +08:00
Bump maxminddb from 0.27.3 to 0.28.1
Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust) from 0.27.3 to 0.28.1. - [Release notes](https://github.com/oschwald/maxminddb-rust/releases) - [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/oschwald/maxminddb-rust/compare/v0.27.3...v0.28.1) --- updated-dependencies: - dependency-name: maxminddb dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6bf415a19a
commit
c705caf3d2
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2855,9 +2855,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "maxminddb"
|
||||
version = "0.27.3"
|
||||
version = "0.28.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "76371bd37ce742f8954daabd0fde7f1594ee43ac2200e20c003ba5c3d65e2192"
|
||||
checksum = "faf6467428ad055b71e588bcedcbaf2ff605b3251deb0c52be4a04b674c546dd"
|
||||
dependencies = [
|
||||
"ipnetwork",
|
||||
"log",
|
||||
|
||||
@ -47,7 +47,7 @@ dns-lookup = "3.0.1"
|
||||
etherparse = "0.20.1"
|
||||
iced = { version = "0.14.0", features = ["tokio", "svg", "advanced", "lazy", "image"] }
|
||||
listeners = "0.5.1"
|
||||
maxminddb = "0.27.3"
|
||||
maxminddb = "0.28.1"
|
||||
pcap = "2.4.0"
|
||||
phf = "0.13.1"
|
||||
phf_shared = "0.13.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user