Skip to content

Commit 7e24280

Browse files
committed
merged main
2 parents 522754c + 7884dd6 commit 7e24280

File tree

5 files changed

+369
-132
lines changed

5 files changed

+369
-132
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ uhlc = { version = "0.7", features = ["defmt"] }
8282
uuid = { version = "1.3.1", features = ["v4", "serde"] }
8383
webpki = { version = "0.22.0", features = ["std"] }
8484
http = { version = "0.2.9" }
85+
governor = { version = "0.7.0" }
8586

8687
[patch.crates-io]
8788
quinn-proto = { git = "https://github.com/jeromegn/quinn", rev = "108f25a6" }

crates/corro-agent/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ uhlc = { workspace = true }
5555
uuid = { workspace = true }
5656
corro-pg = { path = "../corro-pg" }
5757
indexmap = { workspace = true }
58+
governor.workspace = true
5859

5960
[dev-dependencies]
6061
corro-tests = { path = "../corro-tests" }

0 commit comments

Comments
 (0)