Skip to content

Commit

Permalink
Bump rust-embed from 8.0.0 to 8.1.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 3cb4ca4 commit 6aea76e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 servers/media-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ poem = { version = "1.3", features = ["embed"] }
poem-openapi = { version = "3.0", features = ["swagger-ui", "static-files"] }
serde = { workspace = true }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "std"] }
rust-embed = { version = "8.0", optional = true }
rust-embed = { version = "8.1", optional = true }
transport-webrtc = { workspace = true, optional = true }
transport-rtmp = { workspace = true, optional = true }
transport-sip = { workspace = true, optional = true }
Expand Down

0 comments on commit 6aea76e

Please sign in to comment.