Skip to content

Commit e43cfff

Browse files
💚 Fix pipeline dependency (#79)
1 parent 4a2580f commit e43cfff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/rust-clippy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: rust-clippy analyze
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: ["main"]
88

99
jobs:
1010
rust-clippy-analyze:
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v2
1919

2020
- name: Cache Cargo dependencies
21-
uses: actions/cache@v2
21+
uses: actions/cache@v3
2222
with:
2323
path: |
2424
~/.cargo/bin/

rustiflow/src/flows/cidds_flow.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use std::net::IpAddr;
22

3-
use chrono::format;
43
use pnet::packet::ip::IpNextHeaderProtocols;
54

65
use crate::flows::util::iana_port_mapping;

0 commit comments

Comments
 (0)