diff --git a/examples/bank-accounting/Cargo.toml b/examples/bank-accounting/Cargo.toml index e1fd53e0..7db7d070 100644 --- a/examples/bank-accounting/Cargo.toml +++ b/examples/bank-accounting/Cargo.toml @@ -16,7 +16,7 @@ eventually-macros = { path = "../../eventually-macros" } eventually-postgres = { path = "../../eventually-postgres" } opentelemetry = "0.21.0" opentelemetry-otlp = "0.14.0" -opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] } +opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] } prost = "0.12.3" rust_decimal = "1.34.3" sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres"] }