Skip to content

Commit

Permalink
Bump serde from 1.0.136 to 1.0.137
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.136...v1.0.137)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 4, 2022
1 parent b044677 commit 28746b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nohash-hasher = "0.2.0"
num-iter = "0.1.43"
once_cell = "1.3.1"
rayon = { version = "1.5.2", optional = true }
serde = { version = "1.0.110", features = ["derive"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.80"
primal-check = "0.3.1"
thiserror = "1.0"
Expand Down

0 comments on commit 28746b4

Please sign in to comment.