update dependencies

This commit is contained in:
Simon Gardling 2022-04-25 18:14:06 -04:00
parent 3eb5d584c0
commit cb55ce84e6
2 changed files with 39 additions and 38 deletions

27
Cargo.lock generated
View File

@ -485,7 +485,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "eframe"
version = "0.17.0"
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
dependencies = [
"egui",
"egui-winit",
@ -497,7 +497,7 @@ dependencies = [
[[package]]
name = "egui"
version = "0.17.0"
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
dependencies = [
"ahash",
"epaint",
@ -508,7 +508,7 @@ dependencies = [
[[package]]
name = "egui-winit"
version = "0.17.0"
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
dependencies = [
"arboard",
"egui",
@ -523,7 +523,7 @@ dependencies = [
[[package]]
name = "egui_glow"
version = "0.17.0"
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
dependencies = [
"bytemuck",
"egui",
@ -540,7 +540,7 @@ dependencies = [
[[package]]
name = "egui_web"
version = "0.17.0"
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
dependencies = [
"bytemuck",
"egui",
@ -563,7 +563,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "emath"
version = "0.17.0"
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
dependencies = [
"bytemuck",
]
@ -571,7 +571,7 @@ dependencies = [
[[package]]
name = "epaint"
version = "0.17.0"
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
dependencies = [
"ab_glyph",
"ahash",
@ -585,7 +585,7 @@ dependencies = [
[[package]]
name = "epi"
version = "0.17.0"
source = "git+https://github.com/Titaniumtown/egui.git#77d84e269922d067b97321a1af8cb02a8554a4ed"
source = "git+https://github.com/Titaniumtown/egui.git#731fc6ff94645199c6bce89f31fa26d7079fb702"
dependencies = [
"egui",
"glow",
@ -681,7 +681,7 @@ dependencies = [
"cfg-if 1.0.0",
"js-sys",
"libc",
"wasi 0.10.2+wasi-snapshot-preview1",
"wasi 0.10.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
@ -1765,11 +1765,12 @@ dependencies = [
[[package]]
name = "time"
version = "0.1.43"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
@ -1956,9 +1957,9 @@ dependencies = [
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"

View File

@ -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