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 Mar 23, 2023
1 parent 61a5624 commit e8ff1a8
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 52 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.

2 changes: 1 addition & 1 deletion 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 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.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 e8ff1a8

Please sign in to comment.