Skip to content

Commit

Permalink
Bump serde_json from 1.0.117 to 1.0.125
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.125.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...1.0.125)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent afc9662 commit e9f330e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spectro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nalgebra = { version = "0.33.0", features = ["serde-serialize"] }
symm = { git = "https://github.com/ntBre/symm" }
tensor = { git = "https://github.com/ntBre/tensor" }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.125"

[dev-dependencies]
approx = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion spectro_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
spectro = { path = "../spectro" }
clap = { version = "4.5.4", features = ["derive"] }
# serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.125"

[features]
polyad = ["spectro/polyad"]

0 comments on commit e9f330e

Please sign in to comment.