Skip to content

Commit

Permalink
deps: Update proto to latest. (#1083)
Browse files Browse the repository at this point in the history
Update proto.
  • Loading branch information
milesj authored Sep 29, 2023
1 parent 8dda178 commit 022618b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
23 changes: 11 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pathdiff = "0.2.1"
petgraph = { version = "0.6.4", default-features = false, features = [
"serde-1",
] }
proto_core = "0.18.4"
proto_core = "0.18.6"
relative-path = { version = "1.9.0", features = ["serde"] }
regex = "1.9.5"
reqwest = { version = "0.11.20", default-features = false, features = [
Expand All @@ -48,11 +48,12 @@ reqwest = { version = "0.11.20", default-features = false, features = [
"native-tls-vendored",
] }
rustc-hash = "1.1.0"
schematic = { version = "0.11.7", default-features = false, features = [
schematic = { version = "0.11.8", default-features = false, features = [
"schema",
"url",
"yaml",
"type_semver",
"type_version_spec",
"type_warpgate",
] }
semver = "1.0.19"
Expand Down
1 change: 0 additions & 1 deletion nextgen/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
tracing = { workspace = true }
version_spec = { version = "0.1.0", features = ["schematic"] }

[dev-dependencies]
httpmock = "0.6.8"
Expand Down

0 comments on commit 022618b

Please sign in to comment.