Skip to content

Commit

Permalink
build(deps): update boring requirement from 4.14.0 to 4.15.6 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 authored Feb 16, 2025
1 parent deca4ed commit 6b1bc53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ socket2 = { version = "0.5", features = ["all"] }
lru = { version = "0.13", default-features = false }

## boring-tls
boring2 = { version = "4.14.0", features = ["pq-experimental"] }
boring-sys2 = { version = "4.14.0", features = ["pq-experimental"] }
tokio-boring2 = { version = "4.14.0", features = ["pq-experimental"] }
boring2 = { version = "4.15.6", features = ["pq-experimental"] }
boring-sys2 = { version = "4.15.6", features = ["pq-experimental"] }
tokio-boring2 = { version = "4.15.6", features = ["pq-experimental"] }
foreign-types = "0.5.0"
linked_hash_set = "0.1"

Expand Down

0 comments on commit 6b1bc53

Please sign in to comment.