Compare commits

..
Author SHA1 Message Date
dependabot[bot]andGitHub ed497dd801 chore(deps): bump wide from 1.2.0 to 1.3.0
Bumps [wide](https://github.com/Lokathor/wide) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/Lokathor/wide/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/wide/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: wide
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 10:31:31 +00:00
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -295,9 +295,9 @@ checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
[[package]]
name = "log"
version = "0.4.32"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "matrixmultiply"
@@ -784,9 +784,9 @@ dependencies = [
[[package]]
name = "wide"
version = "1.2.0"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "198f6abc41fab83526d10880fa5c17e2b4ee44e763949b4bb34e2fd1e8ca48e4"
checksum = "c9479f84a757f819cfab37295955906479181395de83add28f74975fde083141"
dependencies = [
"bytemuck",
"safe_arch",
+1 -1
View File
@@ -16,7 +16,7 @@ name = "ferro_ta_core"
crate-type = ["lib"]
[dependencies]
wide = { version = "1.1.1", optional = true }
wide = { version = "1.3.0", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }