Skip to content

Commit

Permalink
chore(deps): update all non-major packages >= 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent db86ab6 commit 8f2f059
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5051,14 +5051,15 @@ dependencies = [

[[package]]
name = "rhai"
version = "1.15.1"
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c2a11a646ef5d4e4a9d5cf80c7e4ecb20f9b1954292d5c5e6d6cbc8d33728ec"
checksum = "637a4f79f65571b1fd1a0ebbae05bbbf58a01faf612abbc3eea15cda34f0b87a"
dependencies = [
"ahash",
"bitflags 1.3.2",
"bitflags 2.4.0",
"instant",
"num-traits",
"once_cell",
"rhai_codegen",
"serde",
"smallvec",
Expand Down Expand Up @@ -5579,9 +5580,9 @@ dependencies = [

[[package]]
name = "serde_json"
version = "1.0.105"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
dependencies = [
"indexmap 2.0.0",
"itoa",
Expand Down
6 changes: 3 additions & 3 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ prost-types = "0.11.9"
proteus = "0.5.0"
rand = "0.8.5"
rand_core = "0.6.4"
rhai = { version = "1.15.1", features = ["sync", "serde", "internals"] }
rhai = { version = "1.16.1", features = ["sync", "serde", "internals"] }
regex = "1.9.5"
reqwest = { version = "0.11.19", default-features = false, features = [
"rustls-tls",
Expand All @@ -182,7 +182,7 @@ shellexpand = "3.1.0"
sha2 = "0.10.7"
serde = { version = "1.0.188", features = ["derive", "rc"] }
serde_json_bytes = { version = "0.2.1", features = ["preserve_order"] }
serde_json = { version = "1.0.105", features = [
serde_json = { version = "1.0.106", features = [
"preserve_order",
"float_roundtrip",
] }
Expand Down Expand Up @@ -275,7 +275,7 @@ reqwest = { version = "0.11.19", default-features = false, features = [
"json",
"stream",
] }
rhai = { version = "1.15.1", features = [
rhai = { version = "1.16.1", features = [
"sync",
"serde",
"internals",
Expand Down

0 comments on commit 8f2f059

Please sign in to comment.