diff --git a/reverie-examples/Cargo.toml b/reverie-examples/Cargo.toml index b3ead33..3c40d6b 100644 --- a/reverie-examples/Cargo.toml +++ b/reverie-examples/Cargo.toml @@ -52,6 +52,6 @@ reverie = { version = "0.1.0", path = "../reverie" } reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" } reverie-util = { version = "0.1.0", path = "../reverie-util" } serde = { version = "1.0.185", features = ["derive", "rc"] } -serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] } +serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] } tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.40", features = ["attributes", "valuable"] }