diff --git a/Cargo.lock b/Cargo.lock index cc0a0b86..bb292dbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,9 +168,9 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "contained" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8a1ab5394ad9555b4ede356ee384f97380d9af10c85292dffbfcc842fae8150" +checksum = "171e57f4f9cf61380ad201fa1016ea5842440adff054c4314973bff1ebe0ae07" dependencies = [ "contained-core", "contained-macros", @@ -178,15 +178,15 @@ dependencies = [ [[package]] name = "contained-core" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10cda86cb77598cde9b724e93c10434cf07c3a173703d825fdc3e64d6b46c34b" +checksum = "e390113196f3af3198f351253848f9e3f08ecdfb1401556ec9cbc21c0a2f25dd" dependencies = [ + "getrandom", "hashbrown 0.16.1", "num-complex", "num-traits", "rand 0.9.2", - "rand_core 0.9.5", "rand_distr", "serde", "serde_json", @@ -195,9 +195,9 @@ dependencies = [ [[package]] name = "contained-macros" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b24b213c630b8ecea73dc39b48103e631a4953abe852b670faff1d9513a6a96e" +checksum = "0c94f9f4d49568014c259c7ea8d29eaa19c68afc09e2dd92afe06953a784259f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e25156c2..13e530e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rstm-state = { default-features = false, path = "state", version = "0.1.3" } rstm-tape = { default-features = false, path = "tape", version = "0.1.3" } rstm-traits = { default-features = false, path = "traits", version = "0.1.3" } # custom -contained = { default-features = false, features = ["macros"], version = "0.2.3" } +contained = { default-features = false, features = ["macros"], version = "0.2.4" } rspace-traits = { default-features = false, version = "0.0.9" } # developmemt criterion = { version = "0.8" }