approx 0.4.0 -> 0.5.1

because: approx was flagged as outdated in the list of dependencies
https://deps.rs/repo/gitlab/veloren/veloren

this commit: Updates approx to 0.5.1

Tests appear to pass.

Changes between 0.4.0 and 0.5.1:
https://github.com/brendanzab/approx/compare/v0.4.0...v0.5.1
This commit is contained in:
David Fisher 2023-07-27 22:25:52 -04:00
parent 05c9ca22a5
commit 7751ef611c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -7036,7 +7036,7 @@ dependencies = [
name = "veloren-common"
version = "0.10.0"
dependencies = [
"approx 0.4.0",
"approx 0.5.1",
"bitflags 2.2.1",
"cfg-if 1.0.0",
"chrono",

View File

@ -38,7 +38,7 @@ sha2 = "0.10"
# Strum
strum = { workspace = true }
approx = "0.4.0"
approx = "0.5.1"
crossbeam-utils = { workspace = true }
crossbeam-channel = { workspace = true }
bitflags = { workspace = true, features = ["serde"] }