From d9e73e08558d3207c7cc439a02030c63499110f3 Mon Sep 17 00:00:00 2001 From: Raoul Strackx Date: Fri, 5 Jan 2024 12:07:37 +0100 Subject: [PATCH] Upgrade `rustc-serialize` crate --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dd725f5..d0382bdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3219,7 +3219,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-serialize" version = "0.3.24" -source = "git+https://github.com/jethrogb/rustc-serialize.git?branch=portability#9800ee078b22e2aa9886a6751f9778fda80a16b6" +source = "git+https://github.com/fortanix/rustc-serialize.git?branch=portability#7b5a3064a486d23d295a64423ee6987bb23605cb" [[package]] name = "rustc-std-workspace-alloc" diff --git a/Cargo.toml b/Cargo.toml index 5195a54b..ba4ac1a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,4 +40,4 @@ mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", branch = "master" nix = { git = "https://github.com/fortanix/nix.git", branch = "raoul/fortanixvme_r0.20.2" } serde = { git = "https://github.com/fortanix/serde.git", branch = "master" } vsock = { git = "https://github.com/fortanix/vsock-rs.git", branch = "fortanixvme" } -rustc-serialize = { git = "https://github.com/jethrogb/rustc-serialize.git", branch = "portability" } +rustc-serialize = { git = "https://github.com/fortanix/rustc-serialize.git", branch = "portability" }