+2
-2
Cargo.lock
+2
-2
Cargo.lock
+1
-1
ufos/Cargo.toml
+1
-1
ufos/Cargo.toml
···
8
async-trait = "0.1.88"
9
base64 = "0.22.1"
10
bincode = { version = "2.0.1", features = ["serde"] }
11
-
cardinality-estimator-safe = { version = "4.0.1", features = ["with_serde", "with_digest"] }
12
chrono = { version = "0.4.41", features = ["serde"] }
13
clap = { version = "4.5.31", features = ["derive"] }
14
dropshot = "0.16.0"
···
8
async-trait = "0.1.88"
9
base64 = "0.22.1"
10
bincode = { version = "2.0.1", features = ["serde"] }
11
+
cardinality-estimator-safe = { version = "4.0.2", features = ["with_serde", "with_digest"] }
12
chrono = { version = "0.4.41", features = ["serde"] }
13
clap = { version = "4.5.31", features = ["derive"] }
14
dropshot = "0.16.0"