Skip to content

Commit

Permalink
chore(deps): Bump fs-err from 3.0.0 to 3.1.0 (#20265)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bugen Zhao <[email protected]>
  • Loading branch information
dependabot[bot] and BugenZhao authored Jan 23, 2025
1 parent 12dfa28 commit 07eb582
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 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 src/prost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ workspace-hack = { path = "../workspace-hack" }
static_assertions = "1"

[build-dependencies]
fs-err = "3.0"
fs-err = "3.1"
pbjson-build = "0.7"
prost-build = { workspace = true }
tonic-build = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/risedevtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chrono = { version = "0.4", default-features = false, features = [
] }
clap = { workspace = true }
console = "0.15"
fs-err = "3.0.0"
fs-err = "3.1.0"
glob = "0.3"
google-cloud-pubsub = "0.30"
indicatif = "0.17"
Expand Down
2 changes: 1 addition & 1 deletion src/risedevtool/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = { workspace = true }
console = "0.15"
dialoguer = "0.11"
enum-iterator = "2"
fs-err = "3.0.0"
fs-err = "3.1.0"
itertools = { workspace = true }

[lints]
Expand Down

0 comments on commit 07eb582

Please sign in to comment.