Skip to content

Commit

Permalink
fix(deps): update rust crate phf to ^0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 16, 2023
1 parent e1a4855 commit d4fb64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ serde = { version = "^1", features = ["derive"] }
serde_with = { version = "^1.13", features = ["chrono"] }
toml = "^0.5"
chrono = { version = "^0.4", features = ["serde"] }
phf = { version = "^0.10" }
phf = { version = "^0.11.1" }
urlencoding = { version = "^2.1" }
2 changes: 1 addition & 1 deletion grpc-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async-trait = { version = "^0.1", optional = true }
cbor4ii = { version = "^0.2", features = ["serde1", "use_std"] }
prost = { git = "https://github.com/eexsty/prost", branch = "no-message-trait" }
rustls = { version = "^0.20", optional = true }
phf = { version = "^0.10", features = ["macros"] }
phf = { version = "^0.11.1", features = ["macros"] }
lazy_static = { version = "^1.3", optional = true }
heck = { version = "^0.4", optional = true }
image = { version = "^0.24", optional = true }
Expand Down

0 comments on commit d4fb64c

Please sign in to comment.