@@ -40,7 +40,7 @@ default-members = [
4040]
4141
4242[workspace .package ]
43- version = " 3.0.2 "
43+ version = " 3.0.3 "
4444authors = [" DFINITY Stiftung" ]
4545edition = " 2021"
4646repository = " https://github.com/dfinity/response-verification"
@@ -96,15 +96,15 @@ getrandom = { version = "0.2", features = ["js"] }
9696rand_chacha = " 0.3"
9797once_cell = " 1"
9898
99- ic-asset-certification = { path = " ./packages/ic-asset-certification" , version = " 3.0.2 " }
100- ic-certification = { path = " ./packages/ic-certification" , default-features = false , version = " 3.0.2 " }
101- ic-http-certification = { path = " ./packages/ic-http-certification" , version = " 3.0.2 " }
99+ ic-asset-certification = { path = " ./packages/ic-asset-certification" , version = " 3.0.3 " }
100+ ic-certification = { path = " ./packages/ic-certification" , default-features = false , version = " 3.0.3 " }
101+ ic-http-certification = { path = " ./packages/ic-http-certification" , version = " 3.0.3 " }
102102ic-certification-testing = { path = " ./packages/ic-certification-testing" }
103- ic-representation-independent-hash = { path = " ./packages/ic-representation-independent-hash" , version = " 3.0.2 " }
104- ic-certificate-verification = { path = " ./packages/ic-certificate-verification" , version = " 3.0.2 " }
105- ic-response-verification = { path = " ./packages/ic-response-verification" , version = " 3.0.2 " }
103+ ic-representation-independent-hash = { path = " ./packages/ic-representation-independent-hash" , version = " 3.0.3 " }
104+ ic-certificate-verification = { path = " ./packages/ic-certificate-verification" , version = " 3.0.3 " }
105+ ic-response-verification = { path = " ./packages/ic-response-verification" , version = " 3.0.3 " }
106106ic-response-verification-test-utils = { path = " ./packages/ic-response-verification-test-utils" }
107- ic-cbor = { path = " ./packages/ic-cbor" , version = " 3.0.2 " }
107+ ic-cbor = { path = " ./packages/ic-cbor" , version = " 3.0.3 " }
108108
109109
110110[workspace .dependencies .ic-types ]
0 commit comments