Skip to content

Commit

Permalink
Update Rust crate guppy to 0.17.17 (#7596)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Feb 23, 2025
1 parent d9c1d06 commit eca6e80
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ gateway-test-utils = { path = "gateway-test-utils" }
gateway-types = { path = "gateway-types" }
gethostname = "0.5.0"
glob = "0.3.2"
guppy = "0.17.16"
guppy = "0.17.17"
headers = "0.4.0"
heck = "0.5"
hex = "0.4.3"
Expand Down
8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ rustls-webpki = { version = "0.102.8", default-features = false, features = ["aw
schemars = { version = "0.8.21", features = ["bytes", "chrono", "semver", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.25", features = ["serde"] }
serde = { version = "1.0.217", features = ["alloc", "derive", "rc"] }
serde = { version = "1.0.218", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.139", features = ["raw_value", "unbounded_depth"] }
sha1 = { version = "0.10.6", features = ["oid"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.6.0", features = ["bytes", "inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
smallvec = { version = "1.14.0", default-features = false, features = ["const_new"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.6.1" }
Expand Down Expand Up @@ -232,13 +232,13 @@ rustls-webpki = { version = "0.102.8", default-features = false, features = ["aw
schemars = { version = "0.8.21", features = ["bytes", "chrono", "semver", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.25", features = ["serde"] }
serde = { version = "1.0.217", features = ["alloc", "derive", "rc"] }
serde = { version = "1.0.218", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.139", features = ["raw_value", "unbounded_depth"] }
sha1 = { version = "0.10.6", features = ["oid"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.6.0", features = ["bytes", "inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
smallvec = { version = "1.14.0", default-features = false, features = ["const_new"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.6.1" }
Expand Down

0 comments on commit eca6e80

Please sign in to comment.