Skip to content

Commit

Permalink
dep(*): bump up cert-manager to 0.0.11 (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho authored Nov 2, 2023
1 parent e8f8544 commit 407bfa2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"

[dependencies]
avalanche-types = { path = "../../crates/avalanche-types", features = ["message"] }
cert-manager = "0.0.10" # https://github.com/gyuho/cert-manager
cert-manager = "0.0.11" # https://github.com/gyuho/cert-manager
log = "0.4.20"
rustls = { version = "0.21.5", features = ["logging", "dangerous_configuration"]} # https://github.com/rustls/rustls/tags
hyper-rustls = "0.24.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bech32 = "0.9.1"
blst = "0.3.10" # https://github.com/supranational/blst/tree/master/bindings/rust, for "BLS
bs58 = { version = "0.5.0", features = ["cb58"] }
bytes = "1.4.0"
cert-manager = "0.0.10" # https://github.com/gyuho/cert-manager
cert-manager = "0.0.11" # https://github.com/gyuho/cert-manager
chrono = "0.4.26"
cmp-manager = "0.0.1"
ecdsa = { version = "0.16.7", features = ["rfc6979", "verifying"] } # https://github.com/RustCrypto/elliptic-curves/tree/master/k256
Expand Down
2 changes: 1 addition & 1 deletion tests/avalanchego-byzantine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage = "https://avax.network"
avalanche-installer = "0.0.77"
avalanche-network-runner-sdk = "0.3.3" # https://crates.io/crates/avalanche-network-runner-sdk
avalanche-types = { path = "../../crates/avalanche-types", features = ["jsonrpc_client"] } # https://crates.io/crates/avalanche-types
cert-manager = "0.0.10" # https://github.com/gyuho/cert-manager
cert-manager = "0.0.11" # https://github.com/gyuho/cert-manager
env_logger = "0.10.0"
hex = "0.4.3"
log = "0.4.20"
Expand Down
2 changes: 1 addition & 1 deletion tests/avalanchego-conformance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage = "https://avax.network"
[dev-dependencies]
avalanche-types = { path = "../../crates/avalanche-types", features = ["libsecp256k1", "message"] }
avalanchego-conformance-sdk = { path = "../../avalanchego-conformance-sdk" }
cert-manager = "0.0.10" # https://github.com/gyuho/cert-manager
cert-manager = "0.0.11" # https://github.com/gyuho/cert-manager
env_logger = "0.10.0"
log = "0.4.20"
random-manager = "0.0.5"
Expand Down

0 comments on commit 407bfa2

Please sign in to comment.