Skip to content

Commit

Permalink
Add location info to URI & header validations (#6636)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-apollo authored Jan 30, 2025
1 parent afabe14 commit 2b9f25f
Show file tree
Hide file tree
Showing 25 changed files with 792 additions and 449 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"

[[package]]
name = "apollo-compiler"
version = "1.25.0"
version = "1.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d810db7b42773a4082426bcd58658cb9b311c5b74febd255130a9dcfc13109d"
checksum = "615145d8c4b53ea4e6c15261adbb71cefad3a6834c4a12158f89a484f0769fb2"
dependencies = [
"ahash",
"apollo-parser",
Expand Down Expand Up @@ -6365,13 +6365,12 @@ dependencies = [

[[package]]
name = "shape"
version = "0.4.2"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7417fe45205214f2386c2dfbedc2173c4a7d7d2178cae2446b037fc6b89ec7cd"
checksum = "7972158d973c49bb15d99b3a9e02fd17a6036e1b27144b395d96e7430ba9ca70"
dependencies = [
"apollo-compiler",
"indexmap 2.7.0",
"lazy_static",
"serde_json",
"serde_json_bytes",
]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ debug = 1
# Dependencies used in more than one place are specified here in order to keep versions in sync:
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
[workspace.dependencies]
apollo-compiler = "1.25.0"
apollo-compiler = "1.26.0"
apollo-parser = "0.8.4"
apollo-smith = "0.15.0"
async-trait = "0.1.77"
Expand Down
2 changes: 1 addition & 1 deletion apollo-federation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ url = "2"
either = "1.13.0"
tracing = "0.1.40"
ron = { version = "0.8.1", optional = true }
shape = "0.4.1"
shape = "0.5.0"

[dev-dependencies]
hex.workspace = true
Expand Down
Loading

0 comments on commit 2b9f25f

Please sign in to comment.