Skip to content

Commit ddcd9aa

Browse files
Bump serde_with from 3.14.1 to 3.15.0 (#82)
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.14.1 to 3.15.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.14.1...v3.15.0) --- updated-dependencies: - dependency-name: serde_with dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9102ac commit ddcd9aa

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tokio = "1.47.1"
5858
serde = { version = "1.0", features = ["derive"] }
5959
serde_cbor = "0.11"
6060
serde_json = "1.0"
61-
serde_with = { version = "3.14.1", features = ["base64"] }
61+
serde_with = { version = "3.15.0", features = ["base64"] }
6262
serde_yaml = "0.9"
6363
protobuf = "3.7.2"
6464
protobuf-json-mapping = "3.7.2"

0 commit comments

Comments
 (0)