Skip to content

Commit

Permalink
Bump serde-inline-default from 0.2.0 to 0.2.1 (#113)
Browse files Browse the repository at this point in the history
Bumps [serde-inline-default](https://github.com/bytedream/serde-inline-default) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/bytedream/serde-inline-default/releases)
- [Commits](bytedream/serde-inline-default@v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: serde-inline-default
  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 Sep 28, 2024
1 parent 9280e11 commit 24e837e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 src/libraries/sh-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ figment = { version = "0.10.19", features = ["toml", "env"] }
sdre-rust-logging = "0.3.4"
log = "0.4.22"
serde = { version = "1.0.210", features = ["derive"] }
serde-inline-default = "0.2.0"
serde-inline-default = "0.2.1"
toml = "0.8.15"
void = "1.0.2"
directories = "5.0.1"

0 comments on commit 24e837e

Please sign in to comment.