mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
parent
05c9ca22a5
commit
7751ef611c
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user