Skip to content

Commit

Permalink
deps: bump futures-rustls from 0.24.0 to 0.25.1
Browse files Browse the repository at this point in the history
Bumps [futures-rustls](https://github.com/quininer/futures-rustls) from 0.24.0 to 0.25.1.
- [Commits](https://github.com/quininer/futures-rustls/commits)

---
updated-dependencies:
- dependency-name: futures-rustls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 3b4c636 commit 572184d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
41 changes: 36 additions & 5 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/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = ["src/test_assets"]

[dependencies]
futures = { version = "0.3.30", default-features = false }
futures-rustls = "0.24.0"
futures-rustls = "0.25.1"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
rcgen = "0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion transports/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
futures-rustls = "0.24.0"
futures-rustls = "0.25.1"
either = "1.9.0"
futures = "0.3.30"
libp2p-core = { workspace = true }
Expand Down

0 comments on commit 572184d

Please sign in to comment.