Skip to content

Commit 8875059

Browse files
build(deps): update serde_with requirement from 2.1.0 to 3.1.0 (#574)
Updates the requirements on [serde_with](https://github.com/jonasbb/serde_with) to permit the latest version. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2be31b0 commit 8875059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ base64ct = { version = "1.5.3", features = ["alloc"] }
1818
thiserror = "1.0.34"
1919
serde = { version = "1.0.144", features = ["derive"] }
2020
serde_json = {workspace=true}
21-
serde_with = "2.1.0"
21+
serde_with = "3.1.0"
2222
serde_repr = "0.1"
2323
fastcrypto = { workspace = true, features = ["copy_key"] }
2424
ethers = { workspace = true }

0 commit comments

Comments
 (0)