Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump clap from 4.5.22 to 4.5.23 in the nonbreaking group #857

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wit-parser = "0.212.0"
convert_case = "0.6.0"
wasm-opt = "0.116.1"
tempfile = { workspace = true }
clap = { version = "4.5.22", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
serde = { workspace = true, default-features = false }
serde_json = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/plugin-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod namespace;

const FUNCTION_MODULE_NAME: &str = "function.mjs";

static mut COMPILE_SRC_RET_AREA: [u32; 2] = [0; 2];
static COMPILE_SRC_RET_AREA: [u32; 2] = [0; 2];

static mut RUNTIME: OnceCell<Runtime> = OnceCell::new();
static mut EVENT_LOOP_ENABLED: bool = false;
Expand Down
12 changes: 6 additions & 6 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ user-login = "emilio"
user-name = "Emilio Cobos Álvarez"

[[publisher.clap]]
version = "4.5.22"
when = "2024-12-03"
version = "4.5.23"
when = "2024-12-05"
user-id = 6743
user-login = "epage"
user-name = "Ed Page"

[[publisher.clap_builder]]
version = "4.5.22"
when = "2024-12-03"
version = "4.5.23"
when = "2024-12-05"
user-id = 6743
user-login = "epage"
user-name = "Ed Page"
Expand All @@ -149,8 +149,8 @@ user-login = "epage"
user-name = "Ed Page"

[[publisher.clap_lex]]
version = "0.7.1"
when = "2024-06-06"
version = "0.7.4"
when = "2024-12-05"
user-id = 6743
user-login = "epage"
user-name = "Ed Page"
Expand Down
Loading