Update Rust crate mktemp to 0.5.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-09 00:27:48 +00:00
parent af2ab44c30
commit 894e4e8cde
2 changed files with 5 additions and 5 deletions

View File

@@ -18,5 +18,5 @@ k8s-openapi = { version = "0.19.0", features = ["v1_27"] }
futures = "0.3.28"
thiserror = "1.0.48"
rand = "0.8.5"
mktemp = "0.5.0"
mktemp = "0.5.1"
reqwest = "0.11.20"