Skip to content

Commit 9573c22

Browse files
committed
Merge branch 'main' into observing-events
2 parents ad1ce4f + f741bf6 commit 9573c22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ testcontainers = { version = "0.24.0", features = [
2121
"http_wait",
2222
], optional = true }
2323
thiserror = "2.0.12"
24-
tokio = { version = "1.44.2", features = ["io-util"] }
24+
tokio = { version = "1.45.1", features = ["io-util"] }
2525
tokio-util = { version = "0.7.15", features = ["io"] }
2626
tokio-stream = { version = "0.1.17", features = ["io-util"] }
2727
typed-builder = "0.21.0"
@@ -30,7 +30,7 @@ url = "2.5.4"
3030
[dev-dependencies]
3131
eventsourcingdb-client-rust = { path = ".", features = ["testcontainer"] }
3232
testcontainers = { version = "0.24.0", features = ["http_wait"] }
33-
tokio = { version = "1.44.2", features = ["full"] }
33+
tokio = { version = "1.45.1", features = ["full"] }
3434
tokio-test = "0.4.4"
3535

3636
# This is metadata required for working docs on docs.rs

0 commit comments

Comments
 (0)