Skip to content

Commit

Permalink
Update Rust crate socket2 to v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed May 15, 2024
1 parent ce4c9b4 commit 361f44a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ serde_json = { version = "1.0.116", features = ["raw_value", "unbounded_depth"]
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.4.0", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
socket2 = { version = "0.5.7", default-features = false, features = ["all"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand Down Expand Up @@ -201,6 +202,7 @@ serde_json = { version = "1.0.116", features = ["raw_value", "unbounded_depth"]
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.4.0", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
socket2 = { version = "0.5.7", default-features = false, features = ["all"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand Down

0 comments on commit 361f44a

Please sign in to comment.