Skip to content

Commit

Permalink
deps(serde): bump to version 1.0.213 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Oct 26, 2024
1 parent 3ff28cb commit d59720f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Generated by [`auto-changelog`](/~https://github.com/CookPete/auto-changelog).

#### [Unreleased](/~https://github.com/hougesen/mdsf/compare/v0.2.7...HEAD)

- deps(serde_json): 1.0.132 [`#496`](/~https://github.com/hougesen/mdsf/pull/496)
- deps(anyhow): bump to 1.0.91 [`#495`](/~https://github.com/hougesen/mdsf/pull/495)
- deps(test-with): bump to 0.14.4 [`#494`](/~https://github.com/hougesen/mdsf/pull/494)
- feat: codegen tooling from config files [`#493`](/~https://github.com/hougesen/mdsf/pull/493)
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ reqwest = { version = "0.12.8", default-features = false, features = [
"zstd",
] }
schemars = { version = "0.8.21" }
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
serde_yaml = { version = "0.9.34" }
sha2 = "0.10.8"
Expand Down

0 comments on commit d59720f

Please sign in to comment.