chore(deps): bump phonenumber from 0.3.2+8.13.9 to 0.3.3+8.13.9 (#2255)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-21 22:53:48 +05:30
committed by GitHub
parent 7af4c92ef2
commit 8f3721d16b
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -3574,9 +3574,9 @@ dependencies = [
[[package]]
name = "phonenumber"
version = "0.3.2+8.13.9"
version = "0.3.3+8.13.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34749f64ea9d76f10cdc8a859588b57775f59177c7dd91f744d620bd62982d6f"
checksum = "635f3e6288e4f01c049d89332a031bd74f25d64b6fb94703ca966e819488cd06"
dependencies = [
"bincode",
"either",
@ -3589,6 +3589,7 @@ dependencies = [
"regex-cache",
"serde",
"serde_derive",
"strum 0.24.1",
"thiserror",
]

View File

@ -36,7 +36,7 @@ strum = { version = "0.24.1", features = ["derive"] }
thiserror = "1.0.40"
time = { version = "0.3.21", features = ["serde", "serde-well-known", "std"] }
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"], optional = true }
phonenumber = "0.3.2"
phonenumber = "0.3.3"
# First party crates
masking = { version = "0.1.0", path = "../masking" }