diff --git a/Cargo.lock b/Cargo.lock index d33ae06de2..9dab1538e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3457,18 +3457,18 @@ checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" [[package]] name = "thiserror" -version = "1.0.55" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e3de26b0965292219b4287ff031fcba86837900fe9cd2b34ea8ad893c0953d2" +checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.55" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "268026685b2be38d7103e9e507c938a1fcb3d7e6eb15e87870b617bf37b6d581" +checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" dependencies = [ "proc-macro2", "quote", diff --git a/core/engine/Cargo.toml b/core/engine/Cargo.toml index 56779677ca..2ef8e7e67f 100644 --- a/core/engine/Cargo.toml +++ b/core/engine/Cargo.toml @@ -80,7 +80,7 @@ once_cell = { workspace = true, features = ["std"] } tap = "1.0.1" sptr = "0.3.2" static_assertions.workspace = true -thiserror = "1.0.55" +thiserror = "1.0.56" dashmap = "5.5.3" num_enum = "0.7.1" pollster.workspace = true