1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-08 13:31:03 +02:00

build(deps): bump serde from 1.0.164 to 1.0.165

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.164 to 1.0.165.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.164...v1.0.165)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-03 14:47:41 +00:00 committed by GitHub
parent 7f4a816379
commit d8121de9c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 24 deletions

View file

@ -79,7 +79,7 @@ tracing-error = "0.2.0"
tracing-appender = "0.2.2"
strip-ansi-escapes = "0.1.1"
color-eyre = "0.6.2"
serde = { version = "1.0.164", features = ["derive"] }
serde = { version = "1.0.165", features = ["derive"] }
indexmap = "2.0.0"
dirs = "5.0.1"
walkdir = "2.3.2"