Bump prefix-trie from 0.8.3 to 0.9.2

Bumps [prefix-trie](https://github.com/tiborschneider/prefix-trie) from 0.8.3 to 0.9.2.
- [Release notes](https://github.com/tiborschneider/prefix-trie/releases)
- [Commits](https://github.com/tiborschneider/prefix-trie/commits)

---
updated-dependencies:
- dependency-name: prefix-trie
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-19 14:23:07 +00:00 committed by GitHub
parent ab4340abe8
commit 094cd3b5e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

11
Cargo.lock generated
View File

@ -208,6 +208,12 @@ dependencies = [
"syn",
]
[[package]]
name = "array-const-fn-init"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bcb85e548c05d407fa6faff46b750ba287714ef32afc0f5e15b4641ffd6affb"
[[package]]
name = "arrayref"
version = "0.3.9"
@ -3925,10 +3931,11 @@ dependencies = [
[[package]]
name = "prefix-trie"
version = "0.8.3"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90f561214012d3fc240a1f9c817cc4d57f5310910d066069c1b093f766bb5966"
checksum = "fbeb97a96d43f215f842f6ab81e8c7b5f6e9b912495c3178127f54f9dce28e32"
dependencies = [
"array-const-fn-init",
"either",
"ipnet",
"num-traits",

View File

@ -55,7 +55,7 @@ phf_shared = "0.13.1"
picon = "0.1.0"
plotters = { version = "0.3.7", default-features = false, features = ["area_series", "line_series"] }
plotters-iced2 = "0.14.0"
prefix-trie = { version = "0.8.3", features = ["ipnet"] }
prefix-trie = { version = "0.9.2", features = ["ipnet"] }
reqwest = { version = "0.13.3", features = ["json"] }
rfd = "0.17.2"
rodio = { version = "0.22.2", default-features = false, features = ["mp3", "playback"] }