Bump cargo-credential to 0.4.3

This commit is contained in:
Eric Huss 2023-12-29 12:44:31 -08:00
parent 4f70d1781a
commit 1bab2005f3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -321,7 +321,7 @@ dependencies = [
[[package]]
name = "cargo-credential"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"anyhow",
"libc",

View File

@ -1,6 +1,6 @@
[package]
name = "cargo-credential"
version = "0.4.2"
version = "0.4.3"
rust-version = "1.70.0" # MSRV:3
edition.workspace = true
license.workspace = true