From 73a86958c70c842d7ec59381018d633551e2b9fa Mon Sep 17 00:00:00 2001 From: Raffaele Ragni Date: Sat, 13 Apr 2024 14:55:09 +0200 Subject: [PATCH] bind on minor versions only --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b39b916..2c75305 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,17 +19,17 @@ include = ["/src", "/LICENSE-MIT", "/LICENSE-APACHE"] bevy = { version = "0.13" } wgpu-types = { version = "0.19", features = ["serde", "replay", "trace"] } bevy_renet = "0.0.11" -bincode = "1.3.3" -serde = { version = "1.0.160", features = ["derive"] } +bincode = "1.3" +serde = { version = "1.0", features = ["derive"] } -threadpool = "1.8.1" -tiny_http = { version = "0.11", default-features = false } -ureq = { version = "2.9.1", default-features = false } -portpicker = "0.1.1" -ascii = "1.1.0" -lz4-compress = "0.1.1" +threadpool = "1.8" +tiny_http = { version = "0", default-features = false } +ureq = { version = "2.9", default-features = false } +portpicker = "0.1" +ascii = "1.1" +lz4-compress = "0.1" [dev-dependencies] -serial_test = "2.0.0" +serial_test = "3.0" bevy_editor_pls = "0.8" -uuid = "1.5.0" +uuid = "1.8"