diff --git a/Cargo.lock b/Cargo.lock index 656f9df..a7873f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aes_crypto" -version = "1.2.0" +version = "1.2.1" dependencies = [ "cfg-if", "hex", @@ -25,6 +25,6 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" diff --git a/Cargo.toml b/Cargo.toml index a874d10..b5a5e0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aes_crypto" -version = "1.2.0" +version = "1.2.1" authors = ["Sayantan Chakraborty "] edition = "2021" license = "MIT" @@ -18,4 +18,4 @@ cfg-if = "1.0.0" [dev-dependencies] hex = "0.4.3" -lazy_static = "1.4.0" \ No newline at end of file +lazy_static = "1.5.0"