Skip to content

Commit

Permalink
deps: bump the webrtc group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the webrtc group with 2 updates: [rcgen](https://github.com/rustls/rcgen) and [webrtc](https://github.com/webrtc-rs/webrtc).


Updates `rcgen` from 0.11.3 to 0.13.1
- [Commits](rustls/rcgen@v0.11.3...v0.13.1)

Updates `webrtc` from 0.9.0 to 0.10.1
- [Release notes](https://github.com/webrtc-rs/webrtc/releases)
- [Commits](webrtc-rs/webrtc@ice-v0.9.0...v0.10.1)

---
updated-dependencies:
- dependency-name: rcgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: webrtc
- dependency-name: webrtc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: webrtc
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 44bc941 commit 462cbb4
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 38 deletions.
82 changes: 48 additions & 34 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
Expand Up @@ -13,7 +13,7 @@ futures = { version = "0.3.30", default-features = false }
futures-rustls = "0.24.0"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
rcgen = "0.11.3"
rcgen = "0.13.1"
ring = "0.16.20"
thiserror = "1.0.58"
webpki = { version = "0.101.4", package = "rustls-webpki", features = ["std"] }
Expand Down
4 changes: 2 additions & 2 deletions transports/webrtc/Cargo.toml
Expand Up @@ -23,15 +23,15 @@ libp2p-identity = { workspace = true }
libp2p-webrtc-utils = { workspace = true }
multihash = { workspace = true }
rand = "0.8"
rcgen = "0.11.3"
rcgen = "0.13.1"
serde = { version = "1.0", features = ["derive"] }
stun = "0.5"
thiserror = "1"
tinytemplate = "1.2"
tokio = { workspace = true, features = ["net"], optional = true }
tokio-util = { version = "0.7", features = ["compat"], optional = true }
tracing = { workspace = true }
webrtc = { version = "0.9.0", optional = true }
webrtc = { version = "0.10.1", optional = true }

[features]
tokio = ["dep:tokio", "dep:tokio-util", "dep:webrtc", "if-watch/tokio"]
Expand Down
2 changes: 1 addition & 1 deletion transports/websocket/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ libp2p-tcp = { workspace = true, features = ["async-io"] }
libp2p-dns = { workspace = true, features = ["async-std"] }
libp2p-identity = { workspace = true, features = ["rand"] }
async-std = { version = "1.6.5", features = ["attributes"] }
rcgen = "0.11.3"
rcgen = "0.13.1"

# 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 462cbb4

Please sign in to comment.