Skip to content

Commit e70aa1f

Browse files
Update Rust crate fs-err to 3.1.1 (#8314)
1 parent e9cde56 commit e70aa1f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ flate2 = "1.1.2"
428428
float-ord = "0.3.2"
429429
flume = "0.11.1"
430430
foreign-types = "0.3.2"
431-
fs-err = "3.1.0"
431+
fs-err = "3.1.1"
432432
futures = "0.3.31"
433433
gateway-api = { path = "gateway-api" }
434434
gateway-client = { path = "clients/gateway-client" }

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std
5050
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
5151
flate2 = { version = "1.1.2" }
5252
foldhash = { version = "0.1.5" }
53-
fs-err = { version = "3.1.0", default-features = false, features = ["tokio"] }
53+
fs-err = { version = "3.1.1", default-features = false, features = ["tokio"] }
5454
futures = { version = "0.3.31" }
5555
futures-channel = { version = "0.3.31", features = ["sink"] }
5656
futures-core = { version = "0.3.31" }
@@ -176,7 +176,7 @@ elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std
176176
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
177177
flate2 = { version = "1.1.2" }
178178
foldhash = { version = "0.1.5" }
179-
fs-err = { version = "3.1.0", default-features = false, features = ["tokio"] }
179+
fs-err = { version = "3.1.1", default-features = false, features = ["tokio"] }
180180
futures = { version = "0.3.31" }
181181
futures-channel = { version = "0.3.31", features = ["sink"] }
182182
futures-core = { version = "0.3.31" }

0 commit comments

Comments
 (0)