Bump spade from 2.13.1 to 2.14.0 in the cargo group

Bumps the cargo group with 1 update: [spade](https://github.com/Stoeoef/spade).


Updates `spade` from 2.13.1 to 2.14.0
- [Changelog](https://github.com/Stoeoef/spade/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stoeoef/spade/commits/v2.14.0)

---
updated-dependencies:
- dependency-name: spade
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-23 13:21:33 +00:00 committed by GitHub
parent 6c6ba325b2
commit e41e500511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3496,9 +3496,9 @@ dependencies = [
[[package]]
name = "spade"
version = "2.13.1"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ece03ff43cd2a9b57ebf776ea5e78bd30b3b4185a619f041079f4109f385034"
checksum = "a14e31a007e9f85c32784b04f89e6e194bb252a4d41b4a8ccd9e77245d901c8c"
dependencies = [
"hashbrown",
"num-traits",

View File

@ -19,7 +19,7 @@ fj-math.workspace = true
itertools = "0.14.0"
parking_lot = "0.12.4"
robust = "1.2.0"
spade = "2.13.1"
spade = "2.14.0"
thiserror = "2.0.12"
type-map = "0.5.1"