chore: update base64 and fancy-regex
This commit is contained in:
parent
a706a7011b
commit
d8889ed5d4
5 changed files with 17 additions and 6 deletions
|
|
@ -26,7 +26,7 @@ rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]
|
|||
# quick-js = "0.4.1"
|
||||
quick-js = { path = "../quickjs-rs", default-features = false }
|
||||
once_cell = "1.12.0"
|
||||
fancy-regex = "0.10.0"
|
||||
fancy-regex = "0.11.0"
|
||||
thiserror = "1.0.36"
|
||||
url = "2.2.2"
|
||||
log = "0.4.17"
|
||||
|
|
@ -48,7 +48,7 @@ time = { version = "0.3.15", features = [
|
|||
futures = "0.3.21"
|
||||
ress = "0.11.4"
|
||||
phf = "0.11.1"
|
||||
base64 = "0.20.0"
|
||||
base64 = "0.21.0"
|
||||
urlencoding = "2.1.2"
|
||||
quick-xml = { version = "0.26.0", features = ["serialize"], optional = true }
|
||||
|
||||
|
|
|
|||
Reference in a new issue