Skip to content

Commit c211912

Browse files
committed
sentry - remove futures crate "compat" feature as we no longer need it
1 parent 9b0fe76 commit c211912

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Cargo.lock

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

sentry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
# Futures
9-
futures = { version = "0.3.1", features = ["compat"]}
9+
futures = "0.3.1"
1010
# Primitives
1111
primitives = { path = "../primitives", features = ["postgres"] }
1212
adapter = { version = "0.1", path = "../adapter" }

validator_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ reqwest = "0.9.18"
2828
# Configuration
2929
lazy_static = "1.3"
3030
# (De)Serialization
31-
serde = { version = "^1.0", features = ['derive'] }
31+
serde = { version = "^1.0", features = ["derive"] }
3232
serde_json = "1.0"
3333
toml = "0.5"
3434
# CLI

0 commit comments

Comments
 (0)