Skip to content

Commit

Permalink
Update Rust crate guppy to 0.17.5 (#4980)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Feb 5, 2024
1 parent ccb2ba1 commit f64d0ac
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
48 changes: 24 additions & 24 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 @@ -212,7 +212,7 @@ gateway-sp-comms = { git = "https://github.com/oxidecomputer/management-gateway-
gateway-test-utils = { path = "gateway-test-utils" }
gethostname = "0.4.3"
glob = "0.3.1"
guppy = "0.17.4"
guppy = "0.17.5"
headers = "0.3.9"
heck = "0.4"
hex = "0.4.3"
Expand Down
24 changes: 12 additions & 12 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish = false

### BEGIN HAKARI SECTION
[dependencies]
ahash = { version = "0.8.6" }
ahash = { version = "0.8.7" }
aho-corasick = { version = "1.0.4" }
anyhow = { version = "1.0.75", features = ["backtrace"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
Expand Down Expand Up @@ -90,7 +90,7 @@ reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls", "
ring = { version = "0.17.7", features = ["std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.21", features = ["serde"] }
serde = { version = "1.0.195", features = ["alloc", "derive", "rc"] }
serde = { version = "1.0.196", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.113", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.3.0", features = ["inline", "unicode"] }
Expand Down Expand Up @@ -121,7 +121,7 @@ zeroize = { version = "1.7.0", features = ["std", "zeroize_derive"] }
zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] }

[build-dependencies]
ahash = { version = "0.8.6" }
ahash = { version = "0.8.7" }
aho-corasick = { version = "1.0.4" }
anyhow = { version = "1.0.75", features = ["backtrace"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
Expand Down Expand Up @@ -197,7 +197,7 @@ reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls", "
ring = { version = "0.17.7", features = ["std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.21", features = ["serde"] }
serde = { version = "1.0.195", features = ["alloc", "derive", "rc"] }
serde = { version = "1.0.196", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.113", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.3.0", features = ["inline", "unicode"] }
Expand Down Expand Up @@ -232,50 +232,50 @@ zip = { version = "0.6.6", default-features = false, features = ["bzip2", "defla
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.30", features = ["fs", "termios"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.30", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.8", default-features = false, features = ["std"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.30", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.8", default-features = false, features = ["std"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.30", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.8", default-features = false, features = ["std"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.30", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
errno = { version = "0.3.8", default-features = false, features = ["std"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.30", features = ["fs", "termios"] }

[target.x86_64-unknown-illumos.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
errno = { version = "0.3.8", default-features = false, features = ["std"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.30", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
Expand All @@ -285,7 +285,7 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-f
dof = { version = "0.3.0", default-features = false, features = ["des"] }
errno = { version = "0.3.8", default-features = false, features = ["std"] }
mio = { version = "0.8.9", features = ["net", "os-ext"] }
once_cell = { version = "1.19.0", features = ["unstable"] }
once_cell = { version = "1.19.0" }
rustix = { version = "0.38.30", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
Expand Down

0 comments on commit f64d0ac

Please sign in to comment.