Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and huitseeker committed May 23, 2022
1 parent 5b5bc26 commit 00fbadb
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 crates/sui-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rand = "0.7.3"
serde = { version = "1.0.137", features = ["derive"] }
ed25519-dalek = { version = "1.0.1", features = ["batch", "serde"] }
curve25519-dalek = { version = "3", default-features = false, features = ["serde"] }
serde-name = "0.2.0"
serde-name = "0.2.1"
sha3 = "0.10.1"
thiserror = "1.0.31"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion sui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_with = { version = "1.13.0", features = ["hex"] }
tracing = { version = "0.1.34", features = ["log"] }
tracing-subscriber = { version = "0.3.11", features = ["time", "registry", "env-filter"] }
serde-value = "0.7.0"
serde-name = "0.2.0"
serde-name = "0.2.1"
dirs = "4.0.0"
clap = { version = "3.1.17", features = ["derive"] }
telemetry-subscribers = { git = "https://github.com/MystenLabs/mysten-infra", rev = "7c247967e5a5abd59ecaa75bc62b05bcdf4503fe" }
Expand Down

0 comments on commit 00fbadb

Please sign in to comment.