Skip to content

Commit

Permalink
chore(deps): update rust crate deno_core to 0.111.0 (#1325)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 17, 2021
1 parent 6ae4a33 commit a330248
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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.110.0"
deno_core = "0.111.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.110.0"
deno_core = "0.111.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
thiserror = "1.0.29"
Expand Down

0 comments on commit a330248

Please sign in to comment.