Skip to content

Commit

Permalink
Remove fs2 dependency (#8350)
Browse files Browse the repository at this point in the history
The fs2 dependency is not needed anymore after commit d427002.
  • Loading branch information
japinli committed Jul 12, 2024
1 parent 2e37aa3 commit 86d6ef3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ enumset = "1.0.12"
fail = "0.5.0"
fallible-iterator = "0.2"
framed-websockets = { version = "0.1.0", git = "https://github.com/neondatabase/framed-websockets" }
fs2 = "0.4.3"
futures = "0.3"
futures-core = "0.3"
futures-util = "0.3"
Expand Down
1 change: 0 additions & 1 deletion safekeeper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ clap = { workspace = true, features = ["derive"] }
const_format.workspace = true
crc32c.workspace = true
fail.workspace = true
fs2.workspace = true
git-version.workspace = true
hex.workspace = true
humantime.workspace = true
Expand Down

1 comment on commit 86d6ef3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3135 tests run: 3008 passed, 0 failed, 127 skipped (full report)


Code coverage* (full report)

  • functions: 32.7% (6979 of 21326 functions)
  • lines: 50.1% (54965 of 109620 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
86d6ef3 at 2024-07-12T11:22:12.411Z :recycle:

Please sign in to comment.