Skip to content

Commit e8a542c

Browse files
Update Rust crate guppy to 0.17.12
1 parent eeeb429 commit e8a542c

File tree

3 files changed

+30
-19
lines changed

3 files changed

+30
-19
lines changed

Diff for: Cargo.lock

+29-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ gateway-test-utils = { path = "gateway-test-utils" }
408408
gateway-types = { path = "gateway-types" }
409409
gethostname = "0.5.0"
410410
glob = "0.3.1"
411-
guppy = "0.17.8"
411+
guppy = "0.17.12"
412412
headers = "0.4.0"
413413
heck = "0.5"
414414
hex = "0.4.3"

Diff for: workspace-hack/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6363
getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6464
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6565
hashbrown = { version = "0.15.1" }
66-
heck = { version = "0.4.1" }
6766
hex = { version = "0.4.3", features = ["serde"] }
6867
hickory-proto = { version = "0.24.2", features = ["text-parsing"] }
6968
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
@@ -184,7 +183,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
184183
getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
185184
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
186185
hashbrown = { version = "0.15.1" }
187-
heck = { version = "0.4.1" }
188186
hex = { version = "0.4.3", features = ["serde"] }
189187
hickory-proto = { version = "0.24.2", features = ["text-parsing"] }
190188
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }

0 commit comments

Comments
 (0)