Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.164 to 1.0.165 (cdklabs#170)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.164 to 1.0.165.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.164...v1.0.165)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and wongni committed Jul 27, 2023
1 parent 9551de4 commit 48069f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ indexmap = { version = "^2.0.0", features = ["serde"] }
nom = "^7.1.3"
numberkit = "^0.1.0"
phf = "^0.11.2"
serde = { version = "^1.0.164", features = ["derive"] }
serde = { version = "^1.0.165", features = ["derive"] }
serde-enum-str = "^0.3.2"
serde_with = "^3.0.0"
serde_yaml = "^0.9.22"
Expand All @@ -43,7 +43,7 @@ wasm-bindgen = "^0.2.87"

[build-dependencies]
phf_codegen = "^0.11.2"
serde = { version = "^1.0.164", features = ["derive"] }
serde = { version = "^1.0.165", features = ["derive"] }
serde_json = "^1.0.99"
serde_with = "^3.0.0"

Expand Down

0 comments on commit 48069f6

Please sign in to comment.