diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-06-03 09:47:46 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-06-03 09:47:46 -0400 |
| commit | c47c78773aa4affbf47386ca9080604048ebeace (patch) | |
| tree | 750416da1f6a6d8d2783f8fe3e4ab095d79df101 /Cargo.lock | |
| parent | f1a64b059d430cd2e334e297c43ae8053104ab05 (diff) | |
Fixed security bugs with reading files
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1326,6 +1326,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" [[package]] +name = "path-clean" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" + +[[package]] name = "pem-rfc7468" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1640,6 +1646,7 @@ dependencies = [ "hex", "log", "parking_lot 0.12.1", + "path-clean", "raise", "rand", "rust-argon2", |
