diff --git a/Cargo.lock b/Cargo.lock index df08e5103..ab843d194 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,9 +73,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "atomic_refcell" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112ef6b3f6cb3cb6fc5b6b494ef7a848492cff1ab0ef4de10b0f7d572861c905" +checksum = "76f2bfe491d41d45507b8431da8274f7feeca64a49e86d980eed2937ec2ff020" [[package]] name = "atty" diff --git a/statime/Cargo.toml b/statime/Cargo.toml index 52fef2b5b..8fe68a5b6 100644 --- a/statime/Cargo.toml +++ b/statime/Cargo.toml @@ -28,4 +28,4 @@ fixed = "1.23" libm = "0.2.7" log = { version = "0.4.20", default-features = false } rand = { version = "0.8.5", default-features = false } -atomic_refcell = "0.1.11" +atomic_refcell = "0.1.12"