Skip to content

Commit f89fdd7

Browse files
committed
update rocket
1 parent f125552 commit f89fdd7

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/ci-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
os:
4242
- ubuntu-latest
4343
toolchain:
44-
- 1.67
44+
- 1.69
4545
target:
4646
- x86_64-unknown-linux-gnu
4747
- x86_64-unknown-linux-musl

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
os:
5858
- ubuntu-latest
5959
toolchain:
60-
- 1.67
60+
- 1.69
6161
target:
6262
- x86_64-unknown-linux-gnu
6363
- x86_64-unknown-linux-musl

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "mprober"
3-
version = "0.11.0-beta.13"
3+
version = "0.11.0-beta.14"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2021"
6-
rust-version = "1.67"
6+
rust-version = "1.69"
77
repository = "https://github.com/magiclen/m-prober"
88
homepage = "https://magiclen.org/m-prober"
99
keywords = ["probe", "mprober", "m-prober", "linux", "monitor"]
@@ -37,7 +37,7 @@ users = "0.11"
3737

3838
benchmarking = "0.4"
3939

40-
rocket = "0.5.0-rc.3"
40+
rocket = "0.5.0-rc.4"
4141
rocket-simple-authorization = "0.10"
4242
rocket-cache-response = "0.6"
4343
rocket-json-response = "0.6"

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,6 @@ fn handle_process(
545545
tty_filter: Option<Regex>,
546546
pid_filter: Option<u32>,
547547
) -> Result<(), Box<dyn Error>> {
548-
let user_filter = user_filter;
549-
let group_filter = group_filter;
550548
let program_filter = program_filter.as_ref();
551549
let tty_filter = tty_filter.as_ref();
552550

0 commit comments

Comments
 (0)