diff --git a/reverie-process/Cargo.toml b/reverie-process/Cargo.toml index f5e362f..13f083f 100644 --- a/reverie-process/Cargo.toml +++ b/reverie-process/Cargo.toml @@ -17,7 +17,7 @@ libc = "0.2.139" nix = "0.25" serde = { version = "1.0.185", features = ["derive", "rc"] } syscalls = { version = "0.6.7", features = ["serde"] } -thiserror = "1.0.49" +thiserror = "1.0.64" tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] } [dev-dependencies] diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index d85875e..eedb086 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -27,7 +27,7 @@ raw-cpuid = "10.6.0" reverie = { version = "0.1.0", path = "../reverie" } safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory", "notifier"] } serde = { version = "1.0.185", features = ["derive", "rc"] } -thiserror = "1.0.49" +thiserror = "1.0.64" tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] } tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] } tracing = { version = "0.1.40", features = ["attributes", "valuable"] } diff --git a/reverie/Cargo.toml b/reverie/Cargo.toml index afcf48c..c928a9d 100644 --- a/reverie/Cargo.toml +++ b/reverie/Cargo.toml @@ -27,5 +27,5 @@ reverie-process = { version = "0.1.0", path = "../reverie-process" } reverie-syscalls = { version = "0.1.0", path = "../reverie-syscalls" } serde = { version = "1.0.185", features = ["derive", "rc"] } syscalls = { version = "0.6.7", features = ["serde"] } -thiserror = "1.0.49" +thiserror = "1.0.64" typed-arena = "2" diff --git a/safeptrace/Cargo.toml b/safeptrace/Cargo.toml index ab7e7f7..6b1b4c5 100644 --- a/safeptrace/Cargo.toml +++ b/safeptrace/Cargo.toml @@ -18,7 +18,7 @@ parking_lot = { version = "0.12.1", features = ["send_guard"] } reverie-memory = { version = "0.1.0", path = "../reverie-memory", optional = true } reverie-process = { version = "0.1.0", path = "../reverie-process" } syscalls = { version = "0.6.7", features = ["serde"] } -thiserror = "1.0.49" +thiserror = "1.0.64" [dev-dependencies] quickcheck = "1.0"