Skip to content

Commit

Permalink
Update multimap requirement from 0.9.1 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [multimap](https://github.com/havarnov/multimap) to permit the latest version.
- [Commits](https://github.com/havarnov/multimap/commits)

---
updated-dependencies:
- dependency-name: multimap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent 534f5dc commit 8288a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde_json = "1.0.109"
uuid = "1.6.1"
url = "2.5.0"
serde_urlencoded = "0.7.1"
multimap = { version = "0.9.1", features = ["serde"] }
multimap = { version = "0.10.0", features = ["serde"] }
mime = "0.3.17"
tempfile = "3.9.0"
textnonce = "1.0.0"
Expand Down

0 comments on commit 8288a85

Please sign in to comment.