Skip to content

Commit

Permalink
chore(deps): bump dirs from 5.0.1 to 6.0.0 (#553)
Browse files Browse the repository at this point in the history
Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.1 to 6.0.0.
- [Commits](https://github.com/soc/dirs-rs/commits)

---
updated-dependencies:
- dependency-name: dirs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Laurent Quérel <l.querel@f5.com>
  • Loading branch information
dependabot[bot] and lquerel authored Jan 17, 2025
1 parent 2c86b8a commit d616ff9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 92 deletions.
114 changes: 24 additions & 90 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ miette = { version = "7.4.0", features = ["fancy", "serde"] }
include_dir = "0.7.4"
tempdir = "0.3.7"
schemars = "0.8.21"
dirs = "5.0.1"
dirs = "6.0.0"
once_cell = "1.20.2"
opentelemetry = { version = "0.27.1", features = ["trace", "metrics", "logs", "otel_unstable"] }
rouille = "3.6.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
weaver_common = { path = "../weaver_common" }

tempdir = "0.3.7"
dirs = "5.0.1"
dirs = "6.0.0"
gix = { version = "0.69.1", default-features = false, features = [
"comfort",
"blocking-http-transport-reqwest",
Expand Down

0 comments on commit d616ff9

Please sign in to comment.