Skip to content

Commit

Permalink
Bump url from 2.3.1 to 2.4.1 (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 2cb320e commit df8369c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 22 deletions.
26 changes: 8 additions & 18 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.95"
serde_yaml = "0.9.25"
tokio = { version = "1.32.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt", "time"] }
tokio-util = "0.7.8"
url = "2.3.1"
url = "2.4.1"
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.8", features = ["codec", "io"], optional = true }
toml = { version = "0.7.6", optional = true }
umask = { version = "2.1.0", optional = true }
url = { version = "2.3.1", features = ["serde"], optional = true }
url = { version = "2.4.1", features = ["serde"], optional = true }
uuid = { version = "1.4.1", features = ["v4"], optional = true }
validator = { version = "0.16.1", features = ["derive"] }
zeroize = { version = "1.6.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.8"
url = { version = "2.3.1", features = ["serde"] }
url = { version = "2.4.1", 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.7.3"
tempfile = "3.5.0"
tokio = { version = "1.32.0", features = ["fs", "time"] }
url = "2.3.1"
url = "2.4.1"
zip = { version = "0.6.6", default-features = false }

0 comments on commit df8369c

Please sign in to comment.