diff --git a/block-streamer/Cargo.lock b/block-streamer/Cargo.lock index 379f48cea..7e1b2665f 100644 --- a/block-streamer/Cargo.lock +++ b/block-streamer/Cargo.lock @@ -1912,8 +1912,9 @@ dependencies = [ [[package]] name = "near-lake-framework" -version = "0.0.0" -source = "git+https://github.com/near/near-lake-framework-rs?branch=aws-logging#96f2d949c5cbdabce9b848c1ec93895369106355" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db8b91504ca51c85273060bb1d88229d49deb1363fa74f1750e9258af82e887d" dependencies = [ "anyhow", "async-stream", @@ -1921,6 +1922,7 @@ dependencies = [ "aws-config", "aws-credential-types", "aws-sdk-s3", + "aws-smithy-types", "aws-types", "derive_builder", "futures", diff --git a/block-streamer/Cargo.toml b/block-streamer/Cargo.toml index b5cda946c..286b57540 100644 --- a/block-streamer/Cargo.toml +++ b/block-streamer/Cargo.toml @@ -26,7 +26,7 @@ wildmatch = "2.1.1" registry-types = { path = "../registry/types" } -near-lake-framework = { git = "https://github.com/near/near-lake-framework-rs", branch = "aws-logging" } +near-lake-framework = "0.7.5" [build-dependencies] tonic-build = "0.10"