Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.201 to 1.0.206 (#702)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.201 to 1.0.206.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.201...v1.0.206)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 20, 2024
1 parent 847083e commit 72c475d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/file_search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ ignore = "0.4.22" #parallel walker from ripgrep
walkdir = "2.5.0" #walker from ripgrep
clipboard = "0.5.0" #for clipboard
dirs = "5.0.1" #for getting config file
serde = { version="1.0.201", features=["derive"]} #save config
serde = { version="1.0.206", features=["derive"]} #save config
toml = "0.8.11" #config format
uuid = { version = "1.8.0", features = ["v4"] }

0 comments on commit 72c475d

Please sign in to comment.