Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Oct 29, 2023
1 parent b39abe4 commit 1d58ea1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
26 changes: 24 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ license = "The Unlicense"
keywords = ["webrtc", "whep", "gstreamer"]

[dependencies]
webrtc = "0.9.0"
tokio = "1.33.0"
anyhow = "1.0.75"
reqwest = "0.11.20"
gstreamer = "0.21.1"
gstreamer-app = "0.21.1"
log = "0.4.20"
env_logger = "0.10.0"
webrtc = "0.9"
tokio = "1.33"
anyhow = "1.0"
reqwest = "0.11"
gstreamer = "0.21"
gstreamer-app = "0.21"
log = "0.4"
env_logger = "0.10"

0 comments on commit 1d58ea1

Please sign in to comment.