Skip to content

Commit

Permalink
fix: Allow relative urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Threated committed Apr 24, 2024
1 parent 5711763 commit e303922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ reqwest = { version = "0.12", features = ["rustls-tls", "stream"], default-featu
clap = { version = "4.5", features = ["derive", "env"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal", "fs", "io-std"] }
once_cell = "1"
beam-lib = { git = "https://github.com/samply/beam", branch = "hyper-1", features = ["http-util", "sockets"] }
beam-lib = { git = "https://github.com/samply/beam", branch = "fix/relative-urls", features = ["http-util", "sockets"] }
serde_json = "1"
serde = { version = "1", features = ["derive"] }
tokio-util = { version = "0.7", features = ["io"] }
Expand Down

0 comments on commit e303922

Please sign in to comment.