Skip to content

Commit

Permalink
deduplicate fastrand
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan committed Apr 17, 2024
1 parent 2d9c41c commit f26da41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
24 changes: 10 additions & 14 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 transports/uds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio = { workspace = true, default-features = false, features = ["net"], option
tracing = { workspace = true }

[dev-dependencies]
tempfile = "3.10"
tempfile = "3.6"

# Passing arguments to the docsrs builder in order to properly document cfg's.
# More information: https://docs.rs/about/builds#cross-compiling
Expand Down

0 comments on commit f26da41

Please sign in to comment.