Skip to content

Commit

Permalink
Bump multimap from 0.8.3 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [multimap](https://github.com/havarnov/multimap) from 0.8.3 to 0.9.0.
- [Release notes](https://github.com/havarnov/multimap/releases)
- [Commits](https://github.com/havarnov/multimap/commits)

---
updated-dependencies:
- dependency-name: multimap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 22, 2023
1 parent 8fc04da commit 6634773
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion flowr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_derive = "~1.0.27"
serde = "~1.0.158"
serde_json = { version = "1.0", default-features = false }
error-chain = "0.12.2"
multimap = "~0.8"
multimap = "~0.9"
portpicker = "0.1.1"
zmq = "0.10.0"
image = "=0.24.5"
Expand Down
2 changes: 1 addition & 1 deletion flowrlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_derive = "~1.0.27"
serde = "~1.0.158"
serde_json = { version = "1.0", default-features = false }
error-chain = "0.12.2"
multimap = "~0.8"
multimap = "~0.9"
rand = "0.8"
wasmtime = { version = "7.0.0", default-features = false, features = ["cranelift"] }
zmq = "0.10.0"
Expand Down

0 comments on commit 6634773

Please sign in to comment.