forked from jmgilman/vaultrs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vaultrs" | ||
version = "0.7.1" | ||
version = "0.7.2" | ||
authors = ["Joshua Gilman <[email protected]>"] | ||
description = "An asynchronous Rust client library for the Hashicorp Vault API." | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vaultrs-login" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = ["Joshua Gilman <[email protected]>"] | ||
description = "Adds login support for Vault clients from vaultrs." | ||
license = "MIT" | ||
|
@@ -31,7 +31,7 @@ tiny_http = { version = "0.12.0", optional = true } | |
tokio = { version = "1.26.0", optional = true } | ||
tracing = "0.1.37" | ||
url = "2.3.1" | ||
vaultrs = { version = "0.7.1", path = ".." } | ||
vaultrs = { version = "0.7.2", path = ".." } | ||
|
||
[dev-dependencies] | ||
reqwest = "0.11.15" | ||
|