build(deps): bump paste from 1.0.14 to 1.0.15 (#304)

Bumps [paste](https://github.com/dtolnay/paste) from 1.0.14 to 1.0.15.
- [Release notes](https://github.com/dtolnay/paste/releases)
- [Commits](https://github.com/dtolnay/paste/compare/1.0.14...1.0.15)

---
updated-dependencies:
- dependency-name: paste
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-08 11:02:31 +05:30
committed by GitHub
parent e17d8cd559
commit b77eccffc0
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ base64ct = {version = "1.6.0", default-features=false}
zeroize = "1.7.0"
memoffset = "0.9.1"
thiserror = "1.0.60"
paste = "1.0.14"
paste = "1.0.15"
env_logger = "0.10.2"
toml = "0.7.8"
static_assertions = "1.1.0"