diff --git a/Cargo.lock b/Cargo.lock index deb22eb..9b057c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2536,8 +2536,8 @@ dependencies = [ [[package]] name = "rotel" -version = "0.1.0" -source = "git+https://github.com/streamfold/rotel?rev=acf0afd00a0b990a760759cdf6f84668627ad0a4#acf0afd00a0b990a760759cdf6f84668627ad0a4" +version = "0.1.3" +source = "git+https://github.com/streamfold/rotel?rev=v0.1.3#395d691ffc64eccff4dc1bc2897093a3340d61ed" dependencies = [ "bstr", "bytes", @@ -3477,7 +3477,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utilities" version = "0.0.1" -source = "git+https://github.com/streamfold/rotel?rev=acf0afd00a0b990a760759cdf6f84668627ad0a4#acf0afd00a0b990a760759cdf6f84668627ad0a4" +source = "git+https://github.com/streamfold/rotel?rev=v0.1.3#395d691ffc64eccff4dc1bc2897093a3340d61ed" dependencies = [ "chrono", "opentelemetry-proto", diff --git a/Cargo.toml b/Cargo.toml index 2eb8201..a25f7b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tracing-appender = "0.2.3" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } tower = { version = "0.5.2", features = ["retry", "timeout"] } dotenvy = { git = "https://github.com/streamfold/dotenvy", branch = "custom-substitution" } -rotel = { git = "https://github.com/streamfold/rotel", rev = "acf0afd00a0b990a760759cdf6f84668627ad0a4", default-features = false} +rotel = { git = "https://github.com/streamfold/rotel", rev = "v0.1.3", default-features = false} #rotel = { path = "../rotel", default-features = false} lambda-extension = "1.0.1" opentelemetry-proto = "0.30.0"