Skip to content

Commit c12d7a0

Browse files
dependabot[bot]DanNixon
authored andcommitted
Bump the cargo-dependencies group with 2 updates
Bumps the cargo-dependencies group with 2 updates: [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) and [url](https://github.com/servo/rust-url). Updates `lazy_static` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0) Updates `url` from 2.5.0 to 2.5.2 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.0...v2.5.2) --- updated-dependencies: - dependency-name: lazy_static dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fa0785 commit c12d7a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ futures = "0.3.30"
3434
hex = "0.4.3"
3535
hpke = { version = "0.11.0", features = ["std", "serde_impls"] }
3636
indoc = "2.0.5"
37-
lazy_static = "1.4.0"
37+
lazy_static = "1.5.0"
3838
m3u8-rs = "5.0.5"
3939
metrics = "0.21.1"
4040
metrics-exporter-prometheus = "0.12.2"
@@ -62,4 +62,4 @@ toml = "0.8"
6262
tower-http = { version = "0.5.2", features = ["fs"] }
6363
tracing = "0.1"
6464
tracing-subscriber = "0.3"
65-
url = { version = "2.3", features = ["serde"] }
65+
url = { version = "2.5", features = ["serde"] }

0 commit comments

Comments
 (0)