diff options
Diffstat (limited to 'vendor/crossbeam-epoch/Cargo.toml')
-rw-r--r-- | vendor/crossbeam-epoch/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/crossbeam-epoch/Cargo.toml b/vendor/crossbeam-epoch/Cargo.toml index 0f8e23864..577e9a71e 100644 --- a/vendor/crossbeam-epoch/Cargo.toml +++ b/vendor/crossbeam-epoch/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" rust-version = "1.38" name = "crossbeam-epoch" -version = "0.9.11" +version = "0.9.13" description = "Epoch-based garbage collection" homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch" readme = "README.md" @@ -39,7 +39,7 @@ version = "0.8.5" default-features = false [dependencies.memoffset] -version = "0.6" +version = "0.7" [dependencies.scopeguard] version = "1.1" |