Skip to content

Commit

Permalink
Update secrecy requirement from 0.8.0 to 0.10.3
Browse files Browse the repository at this point in the history
Updates the requirements on [secrecy](https://github.com/iqlusioninc/crates) to permit the latest version.
- [Commits](https://github.com/iqlusioninc/crates/commits)

---
updated-dependencies:
- dependency-name: secrecy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 4635e79 commit 1363d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sea-query = { version = "0.32.0-rc.1", features = [
"with-bigdecimal",
"with-time",
"with-chrono"] }
secrecy = "0.8.0"
secrecy = "0.10.3"
serde = { version = "1.0.209", optional = true }
serde_json = "1.0.124"
snafu = "0.8.3"
Expand Down Expand Up @@ -79,7 +79,7 @@ anyhow = "1.0.86"
bollard = "0.17.1"
rand = "0.8.5"
reqwest = "0.12.5"
secrecy = "0.8.0"
secrecy = "0.10.3"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
test-log = { version = "0.2.16", features = ["trace"] }
rstest = "0.22.0"
Expand Down

0 comments on commit 1363d6c

Please sign in to comment.