Skip to content
Snippets Groups Projects

tracers: Update to etherparse 0.16

Merged Sebastian Dröge requested to merge slomo/gst-plugins-rs:etherparse-0.16 into main
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -15,7 +15,7 @@ regex = "1"
@@ -15,7 +15,7 @@ regex = "1"
once_cell.workspace = true
once_cell.workspace = true
atomic_refcell = "0.1"
atomic_refcell = "0.1"
pcap-file = "1.1.1"
pcap-file = "1.1.1"
etherparse = "0.15.0"
etherparse = "0.16.0"
[target.'cfg(unix)'.dependencies]
[target.'cfg(unix)'.dependencies]
signal-hook = "0.3"
signal-hook = "0.3"
Loading