File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
frame-analyzer-ebpf-common Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolver = "2"
3
3
members = [" frame-analyzer" , " frame-analyzer-ebpf-common" , " examples/simple-analyzer" ]
4
4
5
5
[workspace .package ]
6
- edition = " 2021 "
6
+ edition = " 2024 "
7
7
version = " 0.3.3"
8
8
authors = [" shadow3aaa@github.com" ]
9
9
repository = " https://github.com/shadow3aaa/frame-analyzer-ebpf"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " simple-analyzer"
3
3
version = " 0.1.0"
4
- edition = " 2021 "
4
+ edition = " 2024 "
5
5
6
6
[dependencies ]
7
7
anyhow = " 1.0.82"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ default = []
12
12
user = [" aya" ]
13
13
14
14
[dependencies ]
15
- aya = { version = " 0.12 " , optional = true }
15
+ aya = { version = " 0.13.1 " , optional = true }
16
16
17
17
[lib ]
18
18
path = " src/lib.rs"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " frame-analyzer-ebpf"
3
- edition = " 2021 "
3
+ edition = " 2024 "
4
4
version = " 0.2.0"
5
5
authors = [" shadow3aaa@github.com" ]
6
6
repository = " https://github.com/shadow3aaa/frame-analyzer-ebpf"
7
7
description = " The ebpf part of frame-analyzer"
8
8
license = " GPL-3.0"
9
9
10
10
[dependencies ]
11
- aya-ebpf = " 0.1.0 "
11
+ aya-ebpf = " 0.1.1 "
12
12
frame-analyzer-ebpf-common = { path = " ../frame-analyzer-ebpf-common" , version = " 0" }
13
13
14
14
[[bin ]]
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ repository.workspace = true
10
10
license.workspace = true
11
11
12
12
[dependencies ]
13
- aya = " 0.12.0 "
13
+ aya = " 0.13.1 "
14
14
frame-analyzer-ebpf-common = { path = " ../frame-analyzer-ebpf-common" , features = [" user" ], version = " 0" }
15
15
anyhow = " 1"
16
16
libc = " 0.2"
17
- thiserror = " 1 .0.58 "
18
- ctor = " 0.2.8 "
17
+ thiserror = " 2 .0.11 "
18
+ ctor = " 0.4.0 "
19
19
ctrlc = " 3.4.4"
20
- mio = { version = " 0.8.11 " , features = [" os-ext" ] }
20
+ mio = { version = " 1.0.3 " , features = [" os-ext" ] }
21
21
22
22
[build-dependencies ]
23
- anyhow = " 1"
23
+ anyhow = " 1.0.96 "
You can’t perform that action at this time.
0 commit comments