Skip to content

Commit

Permalink
build(deps): update serde_with requirement from 1.5 to 3.3 (#61)
Browse files Browse the repository at this point in the history
* build(deps): update serde_with requirement from 1.5 to 3.3

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@v1.5.0...v3.3.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix serde_with update to 3.3

Signed-off-by: Daniel Martinez Maqueda <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Daniel Martinez Maqueda <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Martínez Maqueda <[email protected]>
Co-authored-by: Daniel Martinez Maqueda <[email protected]>
  • Loading branch information
3 people authored Oct 5, 2023
1 parent b0950d2 commit d3bc1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.67"
serde_cbor = { version="0.11", features = ["tags"] }
serde_repr = "0.1"
serde_bytes = { version = "0.11", features = ["std"] }
serde_with = { version = "1.5", default_features = false }
serde_with = { version = "3.3" }
openssl = { version = "0.10", optional = true }
tss-esapi = { version = "6.1", optional = true }
aws-config = { version = "0.56", optional = true }
Expand Down

0 comments on commit d3bc1c8

Please sign in to comment.