Skip to content

Commit 2ee3727

Browse files
build(deps): bump serde_with from 3.7.0 to 3.8.1
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.7.0 to 3.8.1. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.7.0...v3.8.1) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eafaae8 commit 2ee3727

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

timestampvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ log = "0.4.21"
2626
semver = "1.0.22"
2727
serde = { version = "1.0.197", features = ["derive"] }
2828
serde_json = "1.0.115" # https://github.com/serde-rs/json/releases
29-
serde_with = { version = "3.7.0", features = ["hex"] }
29+
serde_with = { version = "3.8.1", features = ["hex"] }
3030
tokio = { version = "1.37.0", features = ["fs", "rt-multi-thread"] }
3131
tonic = { version = "0.11.0", features = ["gzip"] }
3232

0 commit comments

Comments
 (0)