From de3baa638e565bf44ebbeb2f1b2eb597ca960f87 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Wed, 22 Feb 2023 16:35:02 +0000 Subject: [PATCH] [create-pull-request] automated change --- Cargo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.nix b/Cargo.nix index b214bc4d..223c67bc 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -3750,6 +3750,7 @@ in pallas_traverse = rustPackages."registry+https://github.com/rust-lang/crates.io-index".pallas-traverse."0.16.0" { inherit profileName; }; peg = rustPackages."registry+https://github.com/rust-lang/crates.io-index".peg."0.8.1" { inherit profileName; }; pretty = rustPackages."registry+https://github.com/rust-lang/crates.io-index".pretty."0.11.3" { inherit profileName; }; + pretty_assertions = rustPackages."registry+https://github.com/rust-lang/crates.io-index".pretty_assertions."1.3.0" { inherit profileName; }; secp256k1 = rustPackages."registry+https://github.com/rust-lang/crates.io-index".secp256k1."0.26.0" { inherit profileName; }; serde = rustPackages."registry+https://github.com/rust-lang/crates.io-index".serde."1.0.151" { inherit profileName; }; serde_json = rustPackages."registry+https://github.com/rust-lang/crates.io-index".serde_json."1.0.91" { inherit profileName; };