Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| npm        | @mdx-js/react   | 1.6.22 | 3.0.0  |
| nuget      | NUnit.Analyzers | 3.8.0  | 3.9.0  |
| crate      | futures         | 0.3.28 | 0.3.29 |
| crate      | wasmer          | 4.2.2  | 4.2.3  |
| crate      | wasmer-cache    | 4.2.2  | 4.2.3  |
| crate      | wasmer-registry | 5.8.0  | 5.9.0  |
| crate      | wasmer-vm       | 4.2.2  | 4.2.3  |
| crate      | wasmer-wasix    | 0.15.0 | 0.16.0 |
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 38148ab commit 8027873
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 55 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.8.0">
<PackageReference Include="NUnit.Analyzers" Version="3.9.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
92 changes: 46 additions & 46 deletions packages/rust-core/Cargo.lock

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

12 changes: 6 additions & 6 deletions packages/rust-core/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ independent = true


[dependencies]
wasmer = "4.2.2"
wasmer-registry = "5.8.0"
wasmer-vm = "4.2.2"
wasmer-cache = { version = "4.2.2", features = ["blake3-pure"] }
wasmer-wasix = { version = "0.15.0", features = [
wasmer = "4.2.3"
wasmer-registry = "5.9.0"
wasmer-vm = "4.2.3"
wasmer-cache = { version = "4.2.3", features = ["blake3-pure"] }
wasmer-wasix = { version = "0.16.0", features = [
"sys",
"sys-poll",
"logging",
Expand Down Expand Up @@ -42,6 +42,6 @@ tokio = { version = "1.33.0", features = [
] }
once_cell = "1.18.0"
async-trait = "0.1.74"
futures = "0.3.28"
futures = "0.3.29"
tracing = "0.1.40"
derivative = "2.2.0"
21 changes: 20 additions & 1 deletion yarn.lock

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

0 comments on commit 8027873

Please sign in to comment.