Skip to content

Commit

Permalink
build: Bump rust-keystore from v0.1.2 to v0.1.3 in /backend
Browse files Browse the repository at this point in the history
Bumps [rust-keystore](https://github.com/andrewinci/rust-keystore) from v0.1.2 to v0.1.3.
- [Release notes](https://github.com/andrewinci/rust-keystore/releases)
- [Commits](andrewinci/rust-keystore@fbbf2ba...36d0d80)

---
updated-dependencies:
- dependency-name: rust-keystore
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 29cdfd4 commit 99d30d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async-trait = "0.1.71"
num-bigint = "0.4"
rust_decimal = "1.30"
rusqlite = { version = "0.28.0", features = ["bundled", "backup", "hooks"] }
rust-keystore = { git = "https://github.com/andrewinci/rust-keystore", features = ["p12"], tag = "v0.1.2" }
rust-keystore = { git = "https://github.com/andrewinci/rust-keystore", features = ["p12"], tag = "v0.1.3" }
r2d2 = "0.8.10"
r2d2_sqlite = "0.21.0"
toml = "0.7"
Expand Down

0 comments on commit 99d30d3

Please sign in to comment.