Skip to content

Commit

Permalink
Update Rust crate trybuild to 1.0.88
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Jan 9, 2024
1 parent 688167a commit 29174c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -384,7 +384,7 @@ trust-dns-client = "0.22"
trust-dns-proto = "0.22"
trust-dns-resolver = "0.22"
trust-dns-server = "0.22"
trybuild = "1.0.85"
trybuild = "1.0.88"
tufaceous = { path = "tufaceous" }
tufaceous-lib = { path = "tufaceous-lib" }
unicode-width = "0.1.11"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ 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.194", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.108", features = ["raw_value", "unbounded_depth"] }
serde_json = { version = "1.0.111", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.3.0", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
Expand Down Expand Up @@ -191,7 +191,7 @@ 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.194", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.108", features = ["raw_value", "unbounded_depth"] }
serde_json = { version = "1.0.111", features = ["raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.3.0", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
Expand Down

0 comments on commit 29174c4

Please sign in to comment.