Skip to content

Commit

Permalink
build(deps): bump dirs from 4.0.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [dirs](https://github.com/soc/dirs-rs) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/soc/dirs-rs/releases)
- [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>
  • Loading branch information
dependabot[bot] authored Apr 6, 2023
1 parent dbb8563 commit d6eabf0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8 deletions.
30 changes: 25 additions & 5 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 action/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mongodb = { version = "2.3.1", default-features = false, features = ["tokio-runt
urlencoding = { version = "2.1.2", optional = true }
dynamic_reload = { version = "0.4.0", optional = true }
rlua = { version = "0.19.4", optional = true }
dirs = "4.0.0"
dirs = "5.0.0"
#quickjs_runtime = { version = "0.8", optional = true }
#hirofa_utils = { version = "0.5", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ futures = "0.3.27"
itertools = "0.10.5"
flume = "0.10.14"
structopt = "0.3"
dirs = "4.0.0"
dirs = "5.0.0"
async-recursion = "1.0.2"
colored = "2"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ regex = "1.7.1"
structopt = "0.3"
async-trait = "0.1.67"
bean = "0.1.4"
dirs = "4.0.0"
dirs = "5.0.0"
thiserror = "1.0"
chrono = { version = "0.4.24", features = ["serde"] }

0 comments on commit d6eabf0

Please sign in to comment.