Skip to content

Commit 4579ec1

Browse files
authored
Merge pull request #94 from hug-dev/bump-prost
Bump prost and spiffe for cargo-audit
2 parents 1d26694 + 6247378 commit 4579ec1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.cargo/audit.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[advisories]
2-
ignore = ["RUSTSEC-2021-0073", # We do not use `prost_types::Timestamp` anywhere in our code.
3-
"RUSTSEC-2020-0036"] # We don't have control over the exact dependencies of `protoc-grpcio`; See https://github.com/mtp401/protoc-grpcio/issues/36
2+
ignore = []
43
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
54
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")
65

@@ -28,4 +27,4 @@ source = "all" # "all", "public" or "local"
2827

2928
[yanked]
3029
enabled = true # Warn for yanked crates in Cargo.lock
31-
update_index = true # Auto-update the crates.io index
30+
update_index = true # Auto-update the crates.io index

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ edition = "2018"
1212
documentation = "https://docs.rs/crate/parsec-client"
1313

1414
[dependencies]
15-
parsec-interface = "0.25.0"
15+
parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs", rev = "e5b7f17ac192722befd37698a07a7eb4ffabd2a4" }
1616
num = "0.3.0"
1717
log = "0.4.11"
1818
derivative = "2.1.1"
1919
zeroize = "1.1.0"
2020
users = "0.10.0"
2121
url = "2.2.0"
22-
spiffe = { version = "0.1.1", optional = true }
22+
spiffe = { version = "0.2.0", optional = true }
2323

2424
[dev-dependencies]
2525
mockstream = "0.0.3"

0 commit comments

Comments
 (0)