diff --git a/Cargo.toml b/Cargo.toml index ee80145..9aa2aa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,19 +30,19 @@ wasm-bindgen = { version = "0.2", default-features = false } serde_json = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -rocksdb = { version = "0.22.0", optional = true } +rocksdb = { version = "0.22", optional = true } sled = { version = "0.34", optional = true } rmp-serde = "1.1" directories = "5.0" -redb = { version = "1.5.0", optional = true } +redb = { version = "1.5", optional = true } [dev-dependencies] bevy = { version = "0.13", default-features = false } -strum_macros = "0.26.1" +strum_macros = "0.26" tempfile = "3" [build-dependencies] -cfg_aliases = "0.2.0" +cfg_aliases = "0.2" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] console_error_panic_hook = "0.1" @@ -50,7 +50,7 @@ easybench-wasm = "0.2" web-sys = { version = "0.3", default-features = false, features = ["console"] } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -criterion = { version = "0.5.1", features = ["html_reports"] } +criterion = { version = "0.5", features = ["html_reports"] } [[bench]] name = "inserts"