Skip to content

Commit

Permalink
fix(deps): update cargo pre-1.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 53e523b commit dc84258
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 49 deletions.
137 changes: 95 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apollo-federation-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ camino = {version = "1", features = ["serde1"], optional = true}
log = {version = "0.4", optional = true}
semver = {version = "1", features = ["serde"]}
serde_with = {version = "3", default-features = false, features = ["macros"], optional = true}
serde_yaml = {version = "0.8", optional = true}
serde_yaml = {version = "0.9", optional = true}
thiserror = {version = "1", optional = true}
url = {version = "2", features = ["serde"], optional = true}

Expand All @@ -37,4 +37,4 @@ serde_json = {version = "1", optional = true}
assert_fs = "1"
rstest = "0.21.0"
serde_json = "1"
serde_yaml = "0.8"
serde_yaml = "0.9"
2 changes: 1 addition & 1 deletion harmonizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ insta = "1.34.0"
deno_core = "0.200.0"
semver = "1"
serde_json = "1"
toml_edit = "0.19"
toml_edit = "0.22"
which = "4.4.2"
2 changes: 1 addition & 1 deletion router-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ futures = "0.3.29"
insta = { version = "1.34.0", features = ["json"] }
pretty_assertions = "1.4.0"
tracing-test = "0.2.1"
criterion = { version = "0.4", features = ["async_tokio", "async_futures"] }
criterion = { version = "0.5", features = ["async_tokio", "async_futures"] }

[build-dependencies]
deno_console = "0.115.0"
Expand Down
6 changes: 3 additions & 3 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
ansi_term = "0.12"
anyhow = "1"
base64 = "0.13"
base64 = "0.22"
flate2 = "1"
lazy_static = "1.4"
log = "0.4.21"
Expand All @@ -21,6 +21,6 @@ simple_logger = "5.0.0"
structopt = { version = "0.3", default-features = false }
tar = "0.4"
tempfile = "3.9"
toml = "0.5"
toml = "0.8"
which = "4.4"
zip = { version = "0.5", default-features = false }
zip = { version = "0.6", default-features = false }

0 comments on commit dc84258

Please sign in to comment.