"nom",
"num-traits 0.2.19",
"rusticata-macros",
- "thiserror",
+ "thiserror 1.0.68",
"time",
]
[[package]]
name = "ldap-parser"
-version = "0.4.0"
+version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "798f8bf8793bb624e6b840f1c73949949709f9301dc63ddb236e9230674575c9"
+checksum = "d9fde2bd93cf7db2fdba06379826baee0d5414ea093c8c1946701b5a6df046d3"
dependencies = [
"asn1-rs",
"rusticata-macros",
- "thiserror",
+ "thiserror 2.0.10",
]
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
dependencies = [
- "thiserror",
+ "thiserror 1.0.68",
"toml",
]
"asn1-rs",
"nom",
"rusticata-macros",
- "thiserror",
+ "thiserror 1.0.68",
]
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
dependencies = [
- "thiserror-impl",
+ "thiserror-impl 1.0.68",
+]
+
+[[package]]
+name = "thiserror"
+version = "2.0.10"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3"
+dependencies = [
+ "thiserror-impl 2.0.10",
]
[[package]]
"syn 2.0.87",
]
+[[package]]
+name = "thiserror-impl"
+version = "2.0.10"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.87",
+]
+
[[package]]
name = "time"
version = "0.3.36"
"nom",
"oid-registry",
"rusticata-macros",
- "thiserror",
+ "thiserror 1.0.68",
"time",
]
base64 = "~0.22.1"
bendy = { version = "~0.3.3", default-features = false }
asn1-rs = { version = "~0.6.1" }
-ldap-parser = { version = "~0.4.0" }
+ldap-parser = { version = "~0.4.1" }
hex = "~0.4.3"
time = "~0.3.36"