Compare commits

...

1 Commits

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

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-11 14:23:37 +00:00
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -784,9 +784,9 @@ dependencies = [
[[package]]
name = "wide"
version = "1.2.0"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "198f6abc41fab83526d10880fa5c17e2b4ee44e763949b4bb34e2fd1e8ca48e4"
checksum = "9a7714cd0430a663154667c74da5d09325c2387695bee18b3f7f72825aa3693a"
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.4.0", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }