namib-project / nftables-rs

Safe abstraction for nftables JSON API (libnftables-json).
https://crates.io/crates/nftables
Apache License 2.0
32 stars 15 forks source link

Lower cargo dependency versions #77

Closed jwhb closed 3 weeks ago

jwhb commented 1 month ago

With recent dependency updates (#69, #60, ...) we are forcing downstream crates to follow.

For example: netavark is pinning serde-1.0.199 and serde_json-1.0.123 while we are at serde-1.0.210 and serde_json-1.0.132.

I think we should rather specific a minimum version for these dependencies.

Originally posted by @jwhb in https://github.com/namib-project/nftables-rs/issues/69#issuecomment-2426399129