diff --git a/Cargo.lock b/Cargo.lock index 9d40bc0..89f31d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,7 +1370,7 @@ dependencies = [ [[package]] name = "x509-path-finder" -version = "0.7.1-sync.2" +version = "0.7.1-sync.3" dependencies = [ "bytes", "const-oid", diff --git a/Cargo.toml b/Cargo.toml index 2b4a26d..a77de03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x509-path-finder" -version = "0.7.1-sync.2" +version = "0.7.1-sync.3" edition = "2021" authors = ["Curtis Lee Fulton "] repository = "https://github.com/merlincinematic/x509-path-finder"