Skip to content

Commit

Permalink
update rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 5, 2023
1 parent f125552 commit f89fdd7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
os:
- ubuntu-latest
toolchain:
- 1.67
- 1.69
target:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
os:
- ubuntu-latest
toolchain:
- 1.67
- 1.69
target:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "mprober"
version = "0.11.0-beta.13"
version = "0.11.0-beta.14"
authors = ["Magic Len <[email protected]>"]
edition = "2021"
rust-version = "1.67"
rust-version = "1.69"
repository = "https://github.com/magiclen/m-prober"
homepage = "https://magiclen.org/m-prober"
keywords = ["probe", "mprober", "m-prober", "linux", "monitor"]
Expand Down Expand Up @@ -37,7 +37,7 @@ users = "0.11"

benchmarking = "0.4"

rocket = "0.5.0-rc.3"
rocket = "0.5.0-rc.4"
rocket-simple-authorization = "0.10"
rocket-cache-response = "0.6"
rocket-json-response = "0.6"
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,6 @@ fn handle_process(
tty_filter: Option<Regex>,
pid_filter: Option<u32>,
) -> Result<(), Box<dyn Error>> {
let user_filter = user_filter;
let group_filter = group_filter;
let program_filter = program_filter.as_ref();
let tty_filter = tty_filter.as_ref();

Expand Down

0 comments on commit f89fdd7

Please sign in to comment.