Skip to content

Commit

Permalink
Merge pull request apollographql#18 from apollographql/renovate/thise…
Browse files Browse the repository at this point in the history
…rror-1.x

Update Rust crate thiserror to 1.0.26
  • Loading branch information
BrynCooke committed Jul 5, 2021
2 parents 8a0801a + 192fe55 commit 7b320b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 crates/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license-file = "./LICENSE"
[dependencies]
serde_yaml = "0.8.17"
serde = { version = "1.0.126", features = ["derive"] }
thiserror = "1.0.25"
thiserror = "1.0.26"
maplit = "1.0.2"
[dev-dependencies]

2 changes: 1 addition & 1 deletion crates/execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures = "0.3.15"
serde_json = "1.0.64"
serde = { version = "1.0.126", features = ["derive"] }
derive_more = "0.99.14"
thiserror = "1.0.25"
thiserror = "1.0.26"
reqwest = { version = "0.11.3", features = ["json", "stream"] }
tokio = { version = "1.6.2", features = ["full"] }
bytes = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/query-planner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ harmonizer = { git = "https://github.com/apollographql/federation.git", branch =
serde_json = "1.0.64"
serde = { version = "1.0.126", features = ["derive"] }
derive_more = "0.99.14"
thiserror = "1.0.25"
thiserror = "1.0.26"


[dev-dependencies]
Expand Down

0 comments on commit 7b320b1

Please sign in to comment.