Skip to content

Commit

Permalink
Fix rcgen version in webrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
haurog committed Sep 4, 2024
1 parent bd8871b commit 80fc4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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/webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libp2p-identity = { workspace = true }
libp2p-webrtc-utils = { workspace = true }
multihash = { workspace = true }
rand = "0.8"
rcgen = { workspace = true }
rcgen = "0.11"
serde = { version = "1.0", features = ["derive"] }
stun = "0.6"
thiserror = "1"
Expand Down

0 comments on commit 80fc4fe

Please sign in to comment.