diff --git a/aries/misc/anoncreds_types/Cargo.lock b/aries/misc/anoncreds_types/Cargo.lock index 2c47252b79..059b6db2d1 100644 --- a/aries/misc/anoncreds_types/Cargo.lock +++ b/aries/misc/anoncreds_types/Cargo.lock @@ -415,9 +415,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" dependencies = [ "itoa", "ryu", @@ -454,18 +454,18 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "typed-builder" -version = "0.18.2" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77739c880e00693faef3d65ea3aad725f196da38b22fdc7ea6ded6e1ce4d3add" +checksum = "a06fbd5b8de54c5f7c91f6fe4cebb949be2125d7758e630bb58b1d831dbce600" dependencies = [ "typed-builder-macro", ] [[package]] name = "typed-builder-macro" -version = "0.18.2" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f718dfaf347dcb5b983bfc87608144b0bad87970aebcbea5ce44d2a30c08e63" +checksum = "f9534daa9fd3ed0bd911d462a37f172228077e7abf18c18a5f67199d959205f8" dependencies = [ "proc-macro2", "quote", diff --git a/aries/misc/anoncreds_types/Cargo.toml b/aries/misc/anoncreds_types/Cargo.toml index ac092e48df..73676778cd 100644 --- a/aries/misc/anoncreds_types/Cargo.toml +++ b/aries/misc/anoncreds_types/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4.21" once_cell = "1.19.0" regex = "1.10.5" serde = { version = "1.0.203", features = ["derive"] } -serde_json = "1.0.117" +serde_json = "1.0.120" typed-builder = "0.19.1" [dev-dependencies]