From c67fcc24bb978c418916a167c42b4e1df152d961 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Wed, 19 Jul 2023 20:44:33 -0400 Subject: [PATCH] Bump dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f44f82033..0b90ee6788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,14 +66,14 @@ unicode-xid = { version = "0.2.3", optional = true } [dev-dependencies] bincode = "1" -criterion = { version = "0.3", features = [] } +criterion = { version = "0.5", features = [] } diff = "0.1" -env_logger = "0.9" +env_logger = "0.10" hlsl-snapshots = { path = "./hlsl-snapshots"} # Require at least version 0.7.1 of ron, this version changed how floating points are # serialized by forcing them to always have the decimal part, this makes it backwards # incompatible with our tests because we do a syntatic diff and not a semantic one. -ron = "~0.7.1" +ron = "0.8.0" rspirv = { version = "0.11", git = "https://github.com/gfx-rs/rspirv", rev = "b969f175d5663258b4891e44b76c1544da9661ab" } serde = { version = "1.0", features = ["derive"] } spirv = { version = "0.2", features = ["deserialize"] }