Skip to content

Commit ec66dd2

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -63,7 +63,7 @@ tokio = "1.48.0"
6363
serde = { version = "1.0", features = ["derive"] }
6464
serde_cbor = "0.11"
6565
serde_json = "1.0"
66-
serde_with = { version = "3.15.0", features = ["base64"] }
66+
serde_with = { version = "3.15.1", features = ["base64"] }
6767
serde_yaml = "0.9"
6868
protobuf = "3.7.2"
6969
protobuf-json-mapping = "3.7.2"

0 commit comments

Comments
 (0)