]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust/ldap: add ldap-parser to Cargo.lock.in 11515/head
authorVictor Julien <vjulien@oisf.net>
Wed, 17 Jul 2024 07:18:56 +0000 (09:18 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 17 Jul 2024 07:19:12 +0000 (09:19 +0200)
rust/Cargo.lock.in

index f3b1a2eace165787cb5aa7a2e10c73f746ecf4ee..dac92d5a302ce6ffa27dc8d334cdaa9bf38e079b 100644 (file)
@@ -412,6 +412,17 @@ version = "1.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 
+[[package]]
+name = "ldap-parser"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "798f8bf8793bb624e6b840f1c73949949709f9301dc63ddb236e9230674575c9"
+dependencies = [
+ "asn1-rs",
+ "rusticata-macros",
+ "thiserror",
+]
+
 [[package]]
 name = "libc"
 version = "0.2.153"
@@ -937,6 +948,7 @@ dependencies = [
  "ipsec-parser",
  "kerberos-parser",
  "lazy_static",
+ "ldap-parser",
  "libc",
  "lzma-rs",
  "md-5",