Skip to content

Commit

Permalink
build: temporarily change "dockertest-server" dependency
Browse files Browse the repository at this point in the history
Issuers support was tested with the latest "1.15.1" vault version

revert when the following PR will be merged:
jmgilman/dockertest-server#12
  • Loading branch information
andronov-alexey committed Nov 23, 2023
1 parent 567cdc9 commit 3cb1f02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,13 @@ tracing-subscriber = { version = "0.3.16", default-features = false, features =
tracing-test = "0.2.4"
test-log = { version = "0.2.11", features = ["trace"] }
env_logger = "0.10.0"
dockertest-server = { version = "0.1.7", features = ["hashi", "database", "webserver", "cloud"] }
jwt = "0.16.0"
sha2 = "0.10.6"
hmac = "0.12.1"
serial_test = "1.0.0"

[dev-dependencies.dockertest-server]
# version = "0.1.7"
git = "https://github.com/andronov-alexey/dockertest-server.git"
tag = "v0.1.8"
features = ["hashi", "database", "webserver", "cloud"]
2 changes: 1 addition & 1 deletion tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use vaultrs::{
};

pub const PORT: u32 = 8300;
pub const VERSION: &str = "1.10.3";
pub const VERSION: &str = "1.15.1";
pub const NGINX_PORT: u32 = 8888;
pub const NGINX_VERSION: &str = "1.21";

Expand Down

0 comments on commit 3cb1f02

Please sign in to comment.