Skip to content

Commit

Permalink
fix: dependabot config file remove double quotes for versions + remov…
Browse files Browse the repository at this point in the history
…e the upgrade for cap-std
  • Loading branch information
erikziyunchi committed Jan 27, 2024
1 parent e94ee16 commit ef20705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ updates:
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 5
open-pull-requests-limit: 10
ignore:
- dependency-name: wasmtime
versions:
- "17.0.0"
- 17.0.0
- dependency-name: wasmtime-wasi
versions:
- "17.0.0"
- 17.0.0
- dependency-name: wasi-common
versions:
- "17.0.0"
- 17.0.0
- dependency-name: cap-std
versions:
- "2.0.0"
- 2.0.0
2 changes: 1 addition & 1 deletion crates/water/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ wasmtime-wasi = "17.0.0"
wasi-common = "17.0.0"
wasmtime-wasi-threads = "17.0.0"
futures = "0.3"
cap-std = "3.0.0"
cap-std = "2.0.0"
libc = "0.2.147"
serde = { version = "1.0", features = ["derive"] }
url = { version = "2.2.2", features = ["serde"] }
Expand Down

0 comments on commit ef20705

Please sign in to comment.