Files
s390-tools/rust/.gitignore
Steffen Eiden d1b61c37fa rust: Update dependency files
With the last patch introducing the rust workspace the location of
Cargo.lock has changed. Therefore, remove all crate level lock-files and
add rust/Cargo.lock as the only lock-file.

Steps to reproduce:
```
cd rust
mv pvsecret/Cargo.lock .
cargo build
cargo update -p openssl
cargo update -p curl-sys
cargo update -p rustix

```

While at it update some dependencies to get fixes for security issues.

Reviewed-by: Marc Hartmayer <marc@linux.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
2023-12-01 10:24:48 +01:00

12 lines
225 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
*.rs.bk
# Generated during make build can be removed at any point
.check-dep-pvtools
.check-cargo