Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Dec 3, 2024
1 parent 65f46e4 commit 82abc71
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ sailfish = { version = "0.9.0", default-features = false, features = [
"derive",
"perf-inline",
] }
schemars = { version = "1.0.0-alpha.16", features = ["semver1"] }
schemars = { version = "1.0.0-alpha.17", features = ["semver1"] }
scoped-futures = { version = "0.1.4", default-features = false }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.215", features = ["derive"] }
Expand All @@ -315,7 +315,7 @@ syn = { version = "2.0.90", features = ["full"] }
sync_wrapper = "1.0.2"
tempfile = "3.14.0"
thiserror = "2.0.3"
time = "0.3.36"
time = "0.3.37"
tokio = { version = "1.41.1", features = ["full"] }
tokio-postgres = "0.7.12"
tokio-postgres-rustls = "0.13.0"
Expand Down Expand Up @@ -356,8 +356,8 @@ urlencoding = "2.1.3"
uuid = { version = "1.11.0", features = ["fast-rng", "v7"] }
uuid-simd = { version = "0.8.0", features = ["uuid"] }
walkdir = "2.5.0"
wasm-encoder = "0.221.0"
wasmparser = "0.221.0"
wasm-encoder = "0.221.2"
wasmparser = "0.221.2"
wasmtime = { version = "27.0.0", default-features = false, features = [
"addr2line",
"async",
Expand All @@ -368,7 +368,7 @@ wasmtime = { version = "27.0.0", default-features = false, features = [
"runtime",
] }
wasmtime-wasi = { version = "27.0.0", default-features = false }
wat = "1.221.0"
wat = "1.221.2"
whatlang = "0.16.4"
whichlang = "0.1.0"
wit-bindgen = "0.36.0"
Expand Down

0 comments on commit 82abc71

Please sign in to comment.