Skip to content

Commit 5aaf67d

Browse files
build: Bump rust-keystore from v0.1.2 to v0.1.3 in /backend
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]>
1 parent 8d59213 commit 5aaf67d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async-trait = "0.1.71"
2929
num-bigint = "0.4"
3030
rust_decimal = "1.30"
3131
rusqlite = { version = "0.28.0", features = ["bundled", "backup", "hooks"] }
32-
rust-keystore = { git = "https://github.com/andrewinci/rust-keystore", features = ["p12"], tag = "v0.1.2" }
32+
rust-keystore = { git = "https://github.com/andrewinci/rust-keystore", features = ["p12"], tag = "v0.1.3" }
3333
r2d2 = "0.8.10"
3434
r2d2_sqlite = "0.21.0"
3535
toml = "0.7"

0 commit comments

Comments
 (0)