Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.197 to 1.0.201
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.197 to 1.0.201.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.201)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent b82ed42 commit af41dc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -29,7 +29,7 @@ yaml = ["dep:serde_yaml"]
garde = { version = "0.18.0", optional = true }
itertools = { version = "0.12.1", optional = true }
num = "0.4.1"
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.114"
# Note: serde_yaml has been deprecated as of 24-03-2024, but it seems fine to still
# use it for now until a suitable replacement has emerged.
Expand Down

0 comments on commit af41dc9

Please sign in to comment.