Skip to content

Commit

Permalink
Merge pull request #100 from PierreBeucher/vaultrs-bump
Browse files Browse the repository at this point in the history
chore: bump vaultrs to latest version
  • Loading branch information
PierreBeucher authored Mar 21, 2024
2 parents 5646627 + 98b3b31 commit 2ba7077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ convert_case = "0.5.0"
async-trait = "0.1.68"
anyhow = { version = "1.0", features = ["backtrace"] }
rand = "0.5"
# Use our own version as AWS client is not yet merged in mainstream. See https://github.com/jmgilman/vaultrs/pull/58
vaultrs = { git = "https://github.com/PierreBeucher/vaultrs", rev="aws-se-2023-05-15" }
vaultrs = { version = "0.7.1" }
url = "2.3.1"
schemars = "0.8.10"
http = "0.2"
Expand Down

0 comments on commit 2ba7077

Please sign in to comment.