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 May 8, 2023
1 parent ff3ef61 commit 65aef94
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 53 deletions.
147 changes: 99 additions & 48 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 @@ -25,7 +25,7 @@ camino = { version = "1", features = [ "serde1" ], optional = true }
log = { version = "0.4", optional = true }
thiserror = { version = "1", optional = true }
serde_with = { version = "1", optional = true }
serde_yaml = { version = "0.8", optional = true }
serde_yaml = { version = "0.9", optional = true }
semver = { version = "1", features = [ "serde" ] }
url = { version = "2", features = ["serde"], optional = true }

Expand All @@ -35,4 +35,4 @@ serde_json = { version = "1", optional = true }
[dev-dependencies]
assert_fs = "1"
serde_json = "1"
serde_yaml = "0.8"
serde_yaml = "0.9"
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.21"
camino = "1"
flate2 = "1"
lazy_static = "1.4"
Expand All @@ -20,6 +20,6 @@ serde_json_traversal = "0.2"
structopt = { version = "0.3", default-features = false }
tar = "0.4"
tempfile = "3.4"
toml = "0.5"
toml = "0.7"
which = "4.4"
zip = { version = "0.5", default-features = false }
zip = { version = "0.6", default-features = false }

0 comments on commit 65aef94

Please sign in to comment.