Skip to content

Commit

Permalink
Merge pull request #494 from divviup/dependabot/cargo/release/0.1/url…
Browse files Browse the repository at this point in the history
…-2.3.0

build(deps): bump url from 2.2.2 to 2.3.0
  • Loading branch information
tgeoghegan authored Sep 13, 2022
2 parents cf3b8bb + 17ba59d commit a573c0f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 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 integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde_json = { version = "1", optional = true }
testcontainers = "0.14.0"
tokio = { version = "1", features = ["full", "tracing"], optional = true }
tracing = "0.1.36"
url = { version = "2.2.2", features = ["serde"] }
url = { version = "2.3.0", features = ["serde"] }

[dev-dependencies]
http = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tokio = { version = "1.21", features = ["full", "tracing"] }
tracing = "0.1.36"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] }
url = { version = "2.2.2", features = ["serde"] }
url = { version = "2.3.0", features = ["serde"] }
warp = "0.3"
zstd = { version = "0.11", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion janus_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tl
thiserror = "1.0"
tokio = { version = "1.21", features = ["full"] }
tracing = "0.1.36"
url = "2.2.2"
url = "2.3.0"

[dev-dependencies]
assert_matches = "1"
Expand Down
2 changes: 1 addition & 1 deletion janus_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ janus_core = { path = ".", features = ["test-util"] }
# Kubernetes clusters.
kube = { version = "0.65", features = ["openssl-tls"] } # ensure this remains compatible with the non-dev dependency
mockito = "0.31.0"
url = "2.2.2"
url = "2.3.0"
2 changes: 1 addition & 1 deletion janus_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tracing = "0.1.36"
tracing-log = "0.1.3"
tracing-opentelemetry = { version = "0.17.4", optional = true }
tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt", "json"] }
url = { version = "2.2.2", features = ["serde"] }
url = { version = "2.3.0", features = ["serde"] }
uuid = { version = "1.1.2", features = ["v4"] }
warp = { version = "0.3", features = ["tls"] }

Expand Down

0 comments on commit a573c0f

Please sign in to comment.