Update Rust dependencies in Cargo.lock file to latest versions

pull/1478/head
Val Snyder 2 months ago
parent 200fe46b27
commit 6490dde572
No known key found for this signature in database
GPG Key ID: 3449E631914956D0
  1. 415
      Cargo.lock
  2. 2
      libclamav_rust/Cargo.toml

415
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -29,7 +29,7 @@ delharc = "0.6"
clam-sigutil = { git = "https://github.com/Cisco-Talos/clamav-signature-util", tag = "1.2.0" } clam-sigutil = { git = "https://github.com/Cisco-Talos/clamav-signature-util", tag = "1.2.0" }
tar = "0.4.43" tar = "0.4.43"
md5 = "0.7.0" md5 = "0.7.0"
openssl = "0.10.68" openssl = "0.10.70"
glob = "0.3.1" glob = "0.3.1"
[features] [features]

Loading…
Cancel
Save