Skip to content

Commit

Permalink
build(deps): bump serde-reflection from 0.3.5 to 0.3.6
Browse files Browse the repository at this point in the history
Bumps [serde-reflection](https://github.com/zefchain/serde-reflection) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/zefchain/serde-reflection/releases)
- [Commits](https://github.com/zefchain/serde-reflection/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and huitseeker committed May 23, 2022
1 parent 1d9a79f commit 5b5bc26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 sui_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ narwhal-node = { git = "https://github.com/MystenLabs/narwhal", rev = "2c5e8236c
narwhal-crypto = { git = "https://github.com/MystenLabs/narwhal", rev = "2c5e8236c0702a3ff47dd769c2bbc94b029bf4a9", package = "crypto" }

[dev-dependencies]
serde-reflection = "0.3.5"
serde-reflection = "0.3.6"
serde_yaml = "0.8.23"
pretty_assertions = "1.2.1"
temp_testdir = "0.2.3"
Expand Down

0 comments on commit 5b5bc26

Please sign in to comment.