From b327b603bb32ce6fad269d34d453d16b32ac7ad3 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 28 May 2022 11:20:21 -0400 Subject: [PATCH] bump dependencies --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8a22a4..0a347cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,9 +347,9 @@ dependencies = [ [[package]] name = "const_format" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0936ffe6d0c8d6a51b3b0a73b2acbe925d786f346cf45bfddc8341d79fb7dc8a" +checksum = "e6a1316fa6a23fea1ee41cb80321590385e5f3e575e99f77c4d918ce5d44379d" dependencies = [ "const_format_proc_macros", ] @@ -996,9 +996,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" +checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a" dependencies = [ "autocfg", "hashbrown", @@ -1141,9 +1141,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.6" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92e7e15d7610cce1d9752e137625f14e61a28cd45929b6e12e47b50fe154ee2e" +checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" dependencies = [ "cc", "libc", @@ -1917,7 +1917,7 @@ dependencies = [ [[package]] name = "ruzstd" version = "0.2.4" -source = "git+https://github.com/Titaniumtown/zstd-rs.git?branch=ringbuffer#56972fa1fe8b188ad2f1f54fe1fe35d9479a2d9f" +source = "git+https://github.com/KillingSpark/zstd-rs.git#5a30b2655f3f92fe041b8795e916c42727e81e19" dependencies = [ "byteorder", "twox-hash", diff --git a/Cargo.toml b/Cargo.toml index b3292d8..9589f28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ emath = { git = "https://github.com/Titaniumtown/egui.git", default-features = f shadow-rs = { version = "0.11", default-features = false } const_format = { version = "0.2", default-features = false, features = ["fmt"] } cfg-if = "1" -ruzstd = { git = "https://github.com/Titaniumtown/zstd-rs.git", branch = "ringbuffer" } +ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" } tracing = "0.1" itertools = "0.10" static_assertions = "1.1"