Skip to content

Commit

Permalink
chore(deps): update rust crate deno_core to 0.114.0 (#1378)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 12, 2022
1 parent f2a0561 commit 487f813
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 harmonizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"

[dependencies]
apollo-federation-types = "0.1"
deno_core = "0.113.0"
deno_core = "0.114.0"
serde_json = "1"

[dependencies.serde]
Expand Down
2 changes: 1 addition & 1 deletion router-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = ["js-dist/**/*", "bundled/**/*", "src/**/*", "Cargo.toml"]

[dependencies]
anyhow = "1.0.44"
deno_core = "0.113.0"
deno_core = "0.114.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
thiserror = "1.0.29"
Expand Down

0 comments on commit 487f813

Please sign in to comment.