diff --git a/common/edit-distance/Cargo.toml b/common/edit-distance/Cargo.toml index 3d9e0f7..ccdac5a 100644 --- a/common/edit-distance/Cargo.toml +++ b/common/edit-distance/Cargo.toml @@ -12,4 +12,4 @@ serde = { version = "1.0.185", features = ["derive", "rc"] } [dev-dependencies] rand = { version = "0.8", features = ["small_rng"] } -serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] } +serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] } diff --git a/detcore/Cargo.toml b/detcore/Cargo.toml index af61813..7f928b2 100644 --- a/detcore/Cargo.toml +++ b/detcore/Cargo.toml @@ -45,7 +45,7 @@ raw-cpuid = "10.6.0" regex = "1.9.2" reverie = { version = "0.1.0", git = "https://github.com/facebookexperimental/reverie.git", branch = "main" } serde = { version = "1.0.185", features = ["derive", "rc"] } -serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] } +serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] } tempfile = "3.8" tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.40", features = ["attributes", "valuable"] } diff --git a/hermit-cli/Cargo.toml b/hermit-cli/Cargo.toml index aaa024b..5b9a580 100644 --- a/hermit-cli/Cargo.toml +++ b/hermit-cli/Cargo.toml @@ -30,7 +30,7 @@ regex = "1.9.2" reverie = { version = "0.1.0", git = "https://github.com/facebookexperimental/reverie.git", branch = "main" } reverie-ptrace = { version = "0.1.0", git = "https://github.com/facebookexperimental/reverie.git", branch = "main" } serde = { version = "1.0.185", features = ["derive", "rc"] } -serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] } +serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] } shell-words = "1.1.0" tempfile = "3.8" tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } diff --git a/hermit-verify/Cargo.toml b/hermit-verify/Cargo.toml index 96ee830..8e718a4 100644 --- a/hermit-verify/Cargo.toml +++ b/hermit-verify/Cargo.toml @@ -16,7 +16,7 @@ detcore-model = { version = "0.0.0", path = "../detcore-model" } edit-distance = { version = "0.0.0", path = "../common/edit-distance" } fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } rand = { version = "0.8", features = ["small_rng"] } -serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] } +serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] } similar = { version = "2.2.0", features = ["inline"] } tempfile = "3.8" tracing = { version = "0.1.40", features = ["attributes", "valuable"] }