diff --git a/Cargo.lock b/Cargo.lock index 0e4cae9..25b9eba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2241,7 +2241,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tls-xb" -version = "0.4.0" +version = "0.4.1" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 854c4dc..533eb34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/hey2022/tls-xb" documentation = "https://github.com/hey2022/tls-xb" keywords = ["cli"] categories = ["command-line-interface"] -version = "0.4.0" +version = "0.4.1" edition = "2021" [package.metadata.wix]