Skip to content

Commit

Permalink
Update educe requirement from 0.4 to 0.5 (#22)
Browse files Browse the repository at this point in the history
Updates the requirements on [educe](https://github.com/magiclen/educe) to permit the latest version.
- [Commits](magiclen/educe@v0.4.0...v0.4.23)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 2ab6668 commit 3097e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async-trait = "0.1.42"
base64 = "0.21"
cfg-if = "1"
config = { version = "0.13", default-features = false, features = ["toml"] }
educe = "0.4"
educe = "0.5"
form_urlencoded = "1"
futures = "0.3"
futures-channel = { version = "0.3", default-features = true }
Expand Down

0 comments on commit 3097e12

Please sign in to comment.