Skip to content

Commit

Permalink
Bump url from 2.4.1 to 2.5.0 (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 5ba85b6 commit 26c8ddd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
26 changes: 18 additions & 8 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 northstar-nstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ serde_json = "1.0.108"
serde_yaml = "0.9.25"
tokio = { version = "1.32.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt", "time"] }
tokio-util = "0.7.10"
url = "2.4.1"
url = "2.5.0"
2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tokio-eventfd = { version = "0.2.1", optional = true }
tokio-util = { version = "0.7.10", features = ["codec", "io"], optional = true }
toml = { version = "0.7.6", optional = true }
umask = { version = "2.1.0", optional = true }
url = { version = "2.4.1", features = ["serde"], optional = true }
url = { version = "2.5.0", features = ["serde"], optional = true }
uuid = { version = "1.4.1", features = ["v4"], optional = true }
validator = { version = "0.16.1", features = ["derive"] }
zeroize = { version = "1.7.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion northstar-stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ rand = "0.8.5"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "net", "time", "signal"] }
tokio-stream = { version = "0.1.14", features = ["time"] }
tokio-util = "0.7.10"
url = { version = "2.4.1", features = ["serde"] }
url = { version = "2.5.0", features = ["serde"] }
2 changes: 1 addition & 1 deletion northstar-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ northstar-tests-derive = { path = "northstar-tests-derive" }
regex = "1.10.2"
tempfile = "3.8.1"
tokio = { version = "1.32.0", features = ["fs", "time"] }
url = "2.4.1"
url = "2.5.0"
zip = { version = "0.6.6", default-features = false }

0 comments on commit 26c8ddd

Please sign in to comment.