Merge branch 'tibbon1/update_approx_0_5_1' into 'master'

approx 0.4.0 -> 0.5.1

See merge request veloren/veloren!4052
This commit is contained in:
Christof Petig 2023-08-01 06:36:03 +00:00
commit 8c6465851d
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"] }