Skip to content

Commit

Permalink
Bump the nonbreaking group across 1 directory with 10 updates (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent fd97ed9 commit 53164b4
Show file tree
Hide file tree
Showing 9 changed files with 92 additions and 92 deletions.
122 changes: 61 additions & 61 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ wasi-common = "23"
anyhow = "1.0"
javy = { path = "crates/javy", version = "3.0.2-alpha.1" }
tempfile = "3.13.0"
uuid = { version = "1.10", features = ["v4"] }
uuid = { version = "1.11", features = ["v4"] }
serde = { version = "1.0", default-features = false }
serde_json = "1.0"

Expand Down
10 changes: 5 additions & 5 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ experimental_event_loop = []
wizer = { workspace = true }
anyhow = { workspace = true }
brotli = "7.0.0"
wasmprinter = { version = "0.218.0", optional = true }
wasmprinter = { version = "0.219.1", optional = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
walrus = "0.22.0"
swc_core = { version = "4.0.0", features = [
swc_core = { version = "4.0.3", features = [
"common_sourcemap",
"ecma_ast",
"ecma_parser",
Expand All @@ -32,21 +32,21 @@ wit-parser = "0.212.0"
convert_case = "0.6.0"
wasm-opt = "0.116.1"
tempfile = { workspace = true }
clap = { version = "4.5.19", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
serde = { workspace = true, default-features = false }
serde_json = { workspace = true }

[dev-dependencies]
lazy_static = "1.5"
criterion = "0.5"
num-format = "0.4.4"
wasmparser = "0.218.0"
wasmparser = "0.219.1"
javy-runner = { path = "../runner/" }
uuid = { workspace = true }
javy-test-macros = { path = "../test-macros/" }

[build-dependencies]
anyhow = "1.0.89"
anyhow = "1.0.92"
wizer = { workspace = true }

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion crates/javy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rmp-serde = { version = "^1.3", optional = true }
quickcheck = "1"
bitflags = "2.6.0"
fastrand = "2.1.1"
simd-json = { version = "0.14.0", optional = true, default-features = false, features = [
simd-json = { version = "0.14.2", optional = true, default-features = false, features = [
"big-int-as-float",
"serde_impl",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ wasi-common = { workspace = true }
anyhow = { workspace = true }
tempfile = { workspace = true }
uuid = { workspace = true }
wasmparser = "0.218.0"
wasmparser = "0.219.1"
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.86"
proc-macro2 = "1.0.89"
quote = "1.0.37"
syn = { version = "2.0.79", features = ["full"] }
syn = { version = "2.0.87", features = ["full"] }
2 changes: 1 addition & 1 deletion supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ end = "2025-07-02"
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
start = "2019-10-05"
end = "2024-10-26"
end = "2025-11-04"

[[trusted.async-trait]]
criteria = "safe-to-deploy"
Expand Down
8 changes: 4 additions & 4 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ version = "0.7.1"
criteria = "safe-to-deploy"

[[exemptions.simd-json]]
version = "0.14.0"
version = "0.14.2"
criteria = "safe-to-deploy"

[[exemptions.simdutf8]]
Expand Down Expand Up @@ -594,7 +594,7 @@ version = "3.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_core]]
version = "4.0.0"
version = "4.0.3"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_ast]]
Expand All @@ -606,7 +606,7 @@ version = "4.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_transforms_base]]
version = "4.0.0"
version = "4.0.1"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_utils]]
Expand Down Expand Up @@ -682,7 +682,7 @@ version = "0.2.2"
criteria = "safe-to-deploy"

[[exemptions.uuid]]
version = "1.10.0"
version = "1.11.0"
criteria = "safe-to-deploy"

[[exemptions.value-trait]]
Expand Down
32 changes: 16 additions & 16 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ user-login = "epage"
user-name = "Ed Page"

[[publisher.anyhow]]
version = "1.0.89"
when = "2024-09-15"
version = "1.0.92"
when = "2024-11-01"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand Down Expand Up @@ -128,15 +128,15 @@ user-login = "emilio"
user-name = "Emilio Cobos Álvarez"

[[publisher.clap]]
version = "4.5.19"
when = "2024-10-01"
version = "4.5.20"
when = "2024-10-08"
user-id = 6743
user-login = "epage"
user-name = "Ed Page"

[[publisher.clap_builder]]
version = "4.5.19"
when = "2024-10-01"
version = "4.5.20"
when = "2024-10-08"
user-id = 6743
user-login = "epage"
user-name = "Ed Page"
Expand Down Expand Up @@ -390,8 +390,8 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.proc-macro2]]
version = "1.0.86"
when = "2024-06-21"
version = "1.0.89"
when = "2024-10-22"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand Down Expand Up @@ -509,8 +509,8 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.serde_json]]
version = "1.0.128"
when = "2024-09-04"
version = "1.0.132"
when = "2024-10-19"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand All @@ -537,8 +537,8 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.syn]]
version = "2.0.79"
when = "2024-09-27"
version = "2.0.87"
when = "2024-11-02"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand Down Expand Up @@ -708,8 +708,8 @@ user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmparser]]
version = "0.218.0"
when = "2024-09-30"
version = "0.219.1"
when = "2024-10-10"
user-id = 73222
user-login = "wasmtime-publish"

Expand All @@ -720,8 +720,8 @@ user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmprinter]]
version = "0.218.0"
when = "2024-09-30"
version = "0.219.1"
when = "2024-10-10"
user-id = 73222
user-login = "wasmtime-publish"

Expand Down

0 comments on commit 53164b4

Please sign in to comment.