diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/arti-testing/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/arti/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-events/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index bc78a0823..d7ca3699f 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -39,7 +39,7 @@ tracing = "0.1.18" notify = "4.0" pin-project = "1" rand = "0.8" -rlimit = "0.7.0" +rlimit = "0.8.0" serde = { version = "1.0.103", features = ["derive"] } tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } tokio = { version = "1.7", features = ["signal", "macros"] } diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 4293918ca..77047bb21 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -38,7 +38,7 @@ futures = "0.3.14" tracing = "0.1.18" notify = "4.0" once_cell = { version = "1", optional = true } -rlimit = "0.7.0" +rlimit = "0.8.0" serde = { version = "1.0.103", features = ["derive"] } tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] } diff --git a/crates/tor-events/Cargo.toml b/crates/tor-events/Cargo.toml index 8015a0f9e..6e1c35263 100644 --- a/crates/tor-events/Cargo.toml +++ b/crates/tor-events/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] serde = { version = "1.0.103", features = ["derive"] } -async-broadcast = "0.3.2" +async-broadcast = "0.4.0" futures = "0.3.14" tracing = "0.1.18" once_cell = "1" |
