Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.217 to 1.0.218 (#853)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.217 to 1.0.218.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.218)

---
updated-dependencies:
- dependency-name: serde
  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>
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
1 parent d985f09 commit 77da8e4
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 @@ -33,7 +33,7 @@ nom = "^8.0.0"
numberkit = "^0.1.0"
phf = { version = "^0.11.3", features = ["macros"] }
rustc-hash = { version = "2.1.1", optional = true }
serde = { version = "^1.0.217", features = ["derive"] }
serde = { version = "^1.0.218", features = ["derive"] }
serde-enum-str = "^0.4.0"
serde_with = "^3.12.0"
serde_yaml = "^0.9.34"
Expand All @@ -54,7 +54,7 @@ indexmap = "^2.7.0"
phf = { version = "^0.11.3", features = ["macros"] }
phf_codegen = "^0.11.3"
rustc-hash = { version = "2.1.1", optional = true }
serde = { version = "^1.0.217", features = ["derive"] }
serde = { version = "^1.0.218", features = ["derive"] }
serde-enum-str = "^0.4.0"
serde_json = "^1.0.139"
serde_with = "^3.12.0"
Expand Down

0 comments on commit 77da8e4

Please sign in to comment.