Skip to content

Commit

Permalink
Bump serde_json from 1.0.104 to 1.0.105 (#55)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.105.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.104...v1.0.105)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2023
1 parent ccb61eb commit 808d815
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 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 @@ -10,7 +10,7 @@ nalgebra = { version = "0.32.3", features = ["serde-serialize"] }
symm = { git = "https://github.com/ntBre/symm" }
tensor = { git = "https://github.com/ntBre/tensor" }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.105"

[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,4 +9,4 @@ edition = "2021"
spectro = { path = "../spectro" }
clap = { version = "4.3.21", features = ["derive"] }
# serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.104"
serde_json = "1.0.105"

0 comments on commit 808d815

Please sign in to comment.