diff --git a/Cargo.lock b/Cargo.lock index c9092fa5..48cfdb4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4398,7 +4398,7 @@ dependencies = [ "aws-sdk-s3", "aws-sdk-sqs", "aws-types", - "bech32 0.9.1", + "bech32 0.11.0", "bytes", "clap", "config", diff --git a/Cargo.toml b/Cargo.toml index 5c123f5d..96801ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ gasket-prometheus = { version = "^0.7" } # gasket = { git = "https://github.com/construkts/gasket-rs.git", features = ["derive"] } hex = "0.4.3" -bech32 = "0.9.1" +bech32 = "0.11.0" clap = { version = "4.2.7", features = ["derive"] } env_logger = "0.10.0" crossterm = "0.26"