Skip to content

Commit

Permalink
security fix: updated obws (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigio committed Jan 26, 2024
1 parent 1215a91 commit eddd742
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 53 deletions.
145 changes: 93 additions & 52 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "obs-cmd"

[dependencies]
tokio = { version = "1.28.1", features = ["rt-multi-thread", "macros"] }
obws = "0.11.0"
obws = "0.11.5"
clap = { version = "4.4.8", features = ["derive"] }
url = "2.4.1"

Expand Down

0 comments on commit eddd742

Please sign in to comment.