Skip to content

Commit

Permalink
build(deps): bump secrecy from 0.8.0 to 0.10.3
Browse files Browse the repository at this point in the history
Bumps [secrecy](https://github.com/iqlusioninc/crates) from 0.8.0 to 0.10.3.
- [Commits](https://github.com/iqlusioninc/crates/commits)

---
updated-dependencies:
- dependency-name: secrecy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 94f1c56 commit 7f84608
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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ arc-swap = { version = "1", optional = true }
color-eyre = { version = "0.6", optional = true, default-features = false }
clap = { version = "4", optional = true, features = ["derive"] }
regex = { version = "1", optional = true }
secrecy = { version = "0.8", optional = true, features = ["serde"] }
secrecy = { version = "0.10", optional = true, features = ["serde"] }
semver = { version = "1", optional = true }
serde = { version = "1", optional = true, features = ["serde_derive"] }
termcolor = { version = "1", optional = true }
Expand Down

0 comments on commit 7f84608

Please sign in to comment.