Skip to content

Commit

Permalink
Bump the nonbreaking group across 1 directory with 13 updates (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent d4a6e14 commit d7a5e47
Show file tree
Hide file tree
Showing 9 changed files with 264 additions and 188 deletions.
150 changes: 69 additions & 81 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ wasmtime-wasi = "19"
wasi-common = "19"
anyhow = "1.0"
once_cell = "1.19"
bitflags = "2.5.0"
bitflags = "2.6.0"
javy-config = { path = "crates/config" }
javy = { path = "crates/javy", version = "3.0.0" }
tempfile = "3.10.1"
uuid = { version = "1.8", features = ["v4"] }
uuid = { version = "1.9", features = ["v4"] }

[profile.release]
lto = true
Expand Down
8 changes: 4 additions & 4 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ experimental_event_loop = []
wizer = { workspace = true }
anyhow = { workspace = true }
brotli = "6.0.0"
wasmprinter = { version = "0.209.1", optional = true }
wasmprinter = { version = "0.212.0", optional = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
Expand All @@ -32,15 +32,15 @@ wit-parser = "0.212.0"
convert_case = "0.6.0"
wasm-opt = "0.116.1"
tempfile = { workspace = true }
clap = { version = "4.5.7", features = ["derive"] }
clap = { version = "4.5.8", features = ["derive"] }

[dev-dependencies]
serde_json = "1.0"
lazy_static = "1.4"
lazy_static = "1.5"
serde = { version = "1.0", default-features = false, features = ["derive"] }
criterion = "0.5"
num-format = "0.4.4"
wasmparser = "0.209.1"
wasmparser = "0.212.0"
javy-runner = { path = "../runner/" }
uuid = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/quickjs-wasm-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ once_cell = "1.19"

[dev-dependencies]
quickcheck = "1"
serde_bytes = "0.11.14"
serde_bytes = "0.11.15"

[features]
# Re-exports the quickjs-wasm-sys module and exposes additional, unstable APIs.
Expand Down
4 changes: 2 additions & 2 deletions crates/quickjs-wasm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ walkdir = "2"
anyhow.workspace = true
tokio = { version = "1.38", default-features = false, features = ["rt", "macros"] }
http-body-util = "0.1.1"
hyper = "1.3"
hyper = "1.4"
hyper-tls = "0.6.0"
hyper-util = { version = "0.1.5", features = ["http1"] }
hyper-util = { version = "0.1.6", features = ["http1"] }

[badges]
maintenance = { status = "deprecated" }
4 changes: 2 additions & 2 deletions crates/test-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ doctest = false

[dependencies]
anyhow = { workspace = true }
proc-macro2 = "1.0.85"
proc-macro2 = "1.0.86"
quote = "1.0.36"
syn = { version = "2.0.66", features = ["full"] }
syn = { version = "2.0.68", features = ["full"] }
66 changes: 66 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,42 @@ user-id = 6825 # Dan Gohman (sunfishcode)
start = "2021-04-14"
end = "2024-07-25"

[[trusted.anstream]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2023-03-16"
end = "2025-07-02"

[[trusted.anstyle]]
criteria = "safe-to-run"
user-id = 6743 # Ed Page (epage)
start = "2022-05-18"
end = "2024-10-26"

[[trusted.anstyle]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2022-05-18"
end = "2025-07-02"

[[trusted.anstyle-parse]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2023-03-08"
end = "2025-07-02"

[[trusted.anstyle-query]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2023-04-13"
end = "2025-07-02"

[[trusted.anstyle-wincon]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2023-03-08"
end = "2025-07-02"

[[trusted.anyhow]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
Expand Down Expand Up @@ -105,18 +135,48 @@ user-id = 2915 # Amanieu d'Antras (Amanieu)
start = "2024-02-20"
end = "2025-03-01"

[[trusted.clap]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2021-12-08"
end = "2025-07-02"

[[trusted.clap_builder]]
criteria = "safe-to-run"
user-id = 6743 # Ed Page (epage)
start = "2023-03-28"
end = "2024-10-26"

[[trusted.clap_builder]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2023-03-28"
end = "2025-07-02"

[[trusted.clap_derive]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2021-12-08"
end = "2025-07-02"

[[trusted.clap_lex]]
criteria = "safe-to-run"
user-id = 6743 # Ed Page (epage)
start = "2022-04-15"
end = "2024-10-26"

[[trusted.clap_lex]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2022-04-15"
end = "2025-07-02"

[[trusted.colorchoice]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2023-04-13"
end = "2025-07-02"

[[trusted.csv]]
criteria = "safe-to-deploy"
user-id = 189 # Andrew Gallant (BurntSushi)
Expand Down Expand Up @@ -243,6 +303,12 @@ user-id = 6825 # Dan Gohman (sunfishcode)
start = "2022-01-22"
end = "2025-04-16"

[[trusted.is_terminal_polyfill]]
criteria = "safe-to-deploy"
user-id = 6743 # Ed Page (epage)
start = "2024-05-02"
end = "2025-07-02"

[[trusted.itoa]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
Expand Down
52 changes: 6 additions & 46 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,26 +62,6 @@ criteria = "safe-to-deploy"
version = "0.2.18"
criteria = "safe-to-deploy"

[[exemptions.anstream]]
version = "0.6.14"
criteria = "safe-to-deploy"

[[exemptions.anstyle]]
version = "1.0.7"
criteria = "safe-to-deploy"

[[exemptions.anstyle-parse]]
version = "0.2.4"
criteria = "safe-to-deploy"

[[exemptions.anstyle-query]]
version = "1.1.0"
criteria = "safe-to-deploy"

[[exemptions.anstyle-wincon]]
version = "3.0.3"
criteria = "safe-to-deploy"

[[exemptions.ast_node]]
version = "0.9.8"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -110,6 +90,10 @@ criteria = "safe-to-deploy"
version = "1.3.3"
criteria = "safe-to-deploy"

[[exemptions.bitflags]]
version = "2.6.0"
criteria = "safe-to-deploy"

[[exemptions.bitvec]]
version = "1.0.1"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -143,7 +127,7 @@ version = "0.1.8"
criteria = "safe-to-deploy"

[[exemptions.cc]]
version = "1.0.99"
version = "1.0.104"
criteria = "safe-to-deploy"

[[exemptions.ciborium]]
Expand All @@ -162,26 +146,6 @@ criteria = "safe-to-run"
version = "1.8.1"
criteria = "safe-to-deploy"

[[exemptions.clap]]
version = "4.5.7"
criteria = "safe-to-deploy"

[[exemptions.clap_builder]]
version = "4.5.7"
criteria = "safe-to-deploy"

[[exemptions.clap_derive]]
version = "4.5.5"
criteria = "safe-to-deploy"

[[exemptions.clap_lex]]
version = "0.7.1"
criteria = "safe-to-deploy"

[[exemptions.colorchoice]]
version = "1.0.1"
criteria = "safe-to-deploy"

[[exemptions.convert_case]]
version = "0.6.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -378,10 +342,6 @@ criteria = "safe-to-deploy"
version = "0.3.5"
criteria = "safe-to-deploy"

[[exemptions.is_terminal_polyfill]]
version = "1.70.0"
criteria = "safe-to-deploy"

[[exemptions.itertools]]
version = "0.10.3"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -827,7 +787,7 @@ version = "0.2.2"
criteria = "safe-to-deploy"

[[exemptions.uuid]]
version = "1.8.0"
version = "1.9.1"
criteria = "safe-to-deploy"

[[exemptions.value-trait]]
Expand Down
Loading

0 comments on commit d7a5e47

Please sign in to comment.