Skip to content

Commit

Permalink
chore(deps): Bump fs-err from 2.11.0 to 3.0.0 (#19235)
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>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent c673db6 commit 55c4644
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 15 deletions.
25 changes: 17 additions & 8 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/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ assert_matches = "1"
criterion = { workspace = true, features = ["async_tokio", "async"] }
deltalake = { workspace = true }
expect-test = "1"
fs-err = "2"
fs-err = "3"
paste = "1"
pretty_assertions = "1"
proc-macro2 = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/connector/codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tracing = "0.1"

[dev-dependencies]
expect-test = "1"
fs-err = "2"
fs-err = "3"
hex = "0.4"
tokio = { version = "0.2", package = "madsim-tokio" }

Expand Down
2 changes: 1 addition & 1 deletion src/jni_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytes = "1"
cfg-or-panic = "0.2"
chrono = { version = "0.4", default-features = false }
foyer ={ workspace = true }
fs-err = "2"
fs-err = "3"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
itertools = { workspace = true }
jni = { version = "0.21.1", features = ["invocation"] }
Expand Down
2 changes: 1 addition & 1 deletion src/prost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tonic = { workspace = true }
workspace-hack = { path = "../workspace-hack" }

[build-dependencies]
fs-err = "2.11"
fs-err = "3.0"
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 @@ -21,7 +21,7 @@ chrono = { version = "0.4", default-features = false, features = [
] }
clap = { workspace = true }
console = "0.15"
fs-err = "2.11.0"
fs-err = "3.0.0"
glob = "0.3"
google-cloud-pubsub = "0.29"
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 = "2.11.0"
fs-err = "3.0.0"
itertools = { workspace = true }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion src/utils/resource_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ignored = ["workspace-hack"]
normal = ["workspace-hack"]

[dependencies]
fs-err = "2"
fs-err = "3"
sysinfo = { version = "0.32", default-features = false, features = ["system"] }
thiserror-ext = { workspace = true }
tracing = "0.1"
Expand Down

0 comments on commit 55c4644

Please sign in to comment.