mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
Bump quick-xml from 0.27.1 to 0.28.1 (#8533)
This commit is contained in:
parent
93e5d8edc9
commit
b0be6c3013
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2831,7 +2831,7 @@ dependencies = [
|
||||
"powierza-coefficient",
|
||||
"print-positions",
|
||||
"proptest",
|
||||
"quick-xml 0.27.1",
|
||||
"quick-xml 0.28.1",
|
||||
"quickcheck",
|
||||
"quickcheck_macros",
|
||||
"rand 0.8.5",
|
||||
@ -4097,9 +4097,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.27.1"
|
||||
version = "0.28.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
|
||||
checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
@ -70,7 +70,7 @@ once_cell = "1.17"
|
||||
open = "4.0.0"
|
||||
pathdiff = "0.2.1"
|
||||
powierza-coefficient = "1.0.2"
|
||||
quick-xml = "0.27"
|
||||
quick-xml = "0.28"
|
||||
rand = "0.8"
|
||||
rayon = "1.7.0"
|
||||
regex = "1.7.1"
|
||||
|
Loading…
Reference in New Issue
Block a user