Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Jul 3, 2022
1 parent 62a03e5 commit cac5af0
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 44 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ winres = "0.1.12"
[dependencies]
bitflags = "1.3.2"
cpal = "0.13.5"
crossbeam-channel = "0.5.4"
crossbeam-channel = "0.5.5"
dirs = "4.0.0"
fltk = { version = "1.3.8", features = ["use-ninja"] }
fltk = { version = "1.3.10", features = ["use-ninja"] }
#fltk-flow = "0.1.4"
htmlescape = "0.3.1"
if-addrs = "0.7.0"
Expand All @@ -30,7 +30,7 @@ log = { version = "0.4.17", features = [
"serde",
] }
parking_lot = "0.12.1"
serde = { version = "1.0.137", features = ["derive"] }
serde = { version = "1.0.138", features = ["derive"] }
simplelog = "0.12.0"
strfmt = "0.1.6"
stringreader = "0.1.1"
Expand Down
2 changes: 2 additions & 0 deletions src/openhome/rendercontrol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ static AV_SET_TRANSPORT_URI_TEMPLATE: &str = "\
static L16_PROT_INFO: &str = "http-get:*:audio/L16;rate={sample_rate};channels=2:DLNA.ORG_PN=LPCM";
static L24_PROT_INFO: &str = "http-get:*:audio/L24;rate={sample_rate};channels=2:DLNA.ORG_PN=LPCM";
static WAV_PROT_INFO: &str = "http-get:*:audio/wav:DLNA.ORG_PN=WAV;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=03700000000000000000000000000000";
#[allow(dead_code)]
static FLAC_PROT_INFO: &str = "http-get:*:audio/flac:DLNA.ORG_PN=FLAC;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01700000000000000000000000000000";

/// didl metadata template
static DIDL_TEMPLATE: &str = "\
Expand Down

0 comments on commit cac5af0

Please sign in to comment.