update dependencies
This commit is contained in:
50
Cargo.toml
50
Cargo.toml
@@ -34,44 +34,44 @@ epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features =
|
||||
epi = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
|
||||
emath = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
|
||||
|
||||
shadow-rs = { version = "0.11.0", default-features = false }
|
||||
const_format = { version = "0.2.22", default-features = false, features = [
|
||||
shadow-rs = { version = "0.11", default-features = false }
|
||||
const_format = { version = "0.2", default-features = false, features = [
|
||||
"fmt",
|
||||
] }
|
||||
cfg-if = "1.0.0"
|
||||
lazy_static = "1.4.0"
|
||||
tar = "0.4.38"
|
||||
cfg-if = "1"
|
||||
lazy_static = "1"
|
||||
tar = "0.4"
|
||||
ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git", branch = "ringbuffer" }
|
||||
serde_json = "1.0.79"
|
||||
tracing = "0.1.34"
|
||||
itertools = "0.10.3"
|
||||
static_assertions = "1.1.0"
|
||||
phf = "0.10.1"
|
||||
uuid = { version = "1.0.0", features = ["v4", "fast-rng", "js"] }
|
||||
serde_json = "1.0"
|
||||
tracing = "0.1"
|
||||
itertools = "0.10"
|
||||
static_assertions = "1.1"
|
||||
phf = "0.10"
|
||||
uuid = { version = "1", features = ["v4", "fast-rng", "js"] }
|
||||
|
||||
|
||||
[build-dependencies]
|
||||
shadow-rs = "0.11.0"
|
||||
command-run = "1.1.1"
|
||||
phf_codegen = "0.10.0"
|
||||
itertools = "0.10.3"
|
||||
shadow-rs = "0.11"
|
||||
command-run = "1.1"
|
||||
phf_codegen = "0.10"
|
||||
itertools = "0.10"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
instant = "0.1.12"
|
||||
tracing-subscriber = "0.3.11"
|
||||
rayon = { version = "1.5.2", optional = true }
|
||||
async-lock = { version = "2.5.0", optional = true }
|
||||
instant = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
rayon = { version = "1.5", optional = true }
|
||||
async-lock = { version = "2.5", optional = true }
|
||||
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
|
||||
console_error_panic_hook = "0.1.7"
|
||||
wee_alloc = "0.4.5"
|
||||
wasm-bindgen = { version = "0.2.80", default-features = false, features = [
|
||||
instant = { version = "0.1", features = ["wasm-bindgen"] }
|
||||
console_error_panic_hook = "0.1"
|
||||
wee_alloc = "0.4"
|
||||
wasm-bindgen = { version = "0.2", default-features = false, features = [
|
||||
"std",
|
||||
] }
|
||||
web-sys = "0.3.57"
|
||||
tracing-wasm = "0.2.1"
|
||||
web-sys = "0.3"
|
||||
tracing-wasm = "0.2"
|
||||
|
||||
[package.metadata.cargo-all-features]
|
||||
skip_optional_dependencies = true #don't test optional dependencies, only features
|
||||
|
||||
Reference in New Issue
Block a user