The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump ructe from 0.15.0 to 0.16.0 (#596)

Bumps [ructe](https://github.com/kaj/ructe) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/kaj/ructe/releases)
- [Changelog](https://github.com/kaj/ructe/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kaj/ructe/compare/v0.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
a063bc97 b764de86

+4 -4
+3 -3
Cargo.lock
··· 2345 2345 2346 2346 [[package]] 2347 2347 name = "ructe" 2348 - version = "0.15.0" 2348 + version = "0.16.0" 2349 2349 source = "registry+https://github.com/rust-lang/crates.io-index" 2350 - checksum = "85517cd381cf0c34694881d8aaf173107c6af7670e66cec18d7a1a8bfce3b758" 2350 + checksum = "3a08274953d9f290e34cf6e0335d784b76248dadff96381f94ab42e91e487555" 2351 2351 dependencies = [ 2352 - "base64 0.13.1", 2352 + "base64 0.21.0", 2353 2353 "bytecount", 2354 2354 "itertools", 2355 2355 "md5",
+1 -1
Cargo.toml
··· 77 77 sdnotify = { version = "0.2", default-features = false } 78 78 79 79 [build-dependencies] 80 - ructe = { version = "0.15", features = [ "mime03" ] } 80 + ructe = { version = "0.16", features = [ "mime03" ] } 81 81 82 82 [dev-dependencies] 83 83 pfacts = "0"