Skip to content

Commit

Permalink
deps: update cargo semver compatible deps
Browse files Browse the repository at this point in the history
Updating hickory-resolver v0.24.0 -> v0.24.1
Updating serde v1.0.197 -> v1.0.198
Updating serde_derive v1.0.197 -> v1.0.198
Updating serde_json v1.0.115 -> v1.0.116
Updating aws-lc-rs v1.6.4 -> v1.7.0
Updating aws-lc-sys v0.14.1 -> v0.15.0
Updating hashbrown v0.13.2 -> v0.14.3
  • Loading branch information
cpu committed Apr 22, 2024
1 parent f57d4b7 commit d3f519f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 25 deletions.
46 changes: 22 additions & 24 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 rustls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustversion = { version = "1.0.6", optional = true }

[dependencies]
aws-lc-rs = { version = "1.6", optional = true, default-features = false, features = ["aws-lc-sys"] }
hashbrown = { version = "0.13", optional = true } # 0.14+ requires 1.63 MSRV
hashbrown = { version = "0.14", optional = true, default-features = false, features = ["ahash", "inline-more"] }
log = { version = "0.4.4", optional = true }
# remove once our MSRV is >= 1.70
once_cell = { version = "1.16", default-features = false, features = ["alloc", "race"] }
Expand Down

0 comments on commit d3f519f

Please sign in to comment.