mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:05:40 +02:00
build(deps): bump quick-xml from 0.37.1 to 0.37.5 (#16086)
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -885,7 +885,7 @@ dependencies = [
|
||||
"encoding_rs",
|
||||
"fast-float2",
|
||||
"log",
|
||||
"quick-xml 0.37.1",
|
||||
"quick-xml 0.37.5",
|
||||
"serde",
|
||||
"zip",
|
||||
]
|
||||
@ -3761,7 +3761,7 @@ dependencies = [
|
||||
"pretty_assertions",
|
||||
"print-positions",
|
||||
"procfs",
|
||||
"quick-xml 0.37.1",
|
||||
"quick-xml 0.37.5",
|
||||
"rand 0.9.0",
|
||||
"rand_chacha 0.9.0",
|
||||
"rayon",
|
||||
@ -4518,7 +4518,7 @@ dependencies = [
|
||||
"md-5",
|
||||
"parking_lot",
|
||||
"percent-encoding",
|
||||
"quick-xml 0.37.1",
|
||||
"quick-xml 0.37.5",
|
||||
"rand 0.9.0",
|
||||
"reqwest",
|
||||
"ring",
|
||||
@ -5688,9 +5688,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.37.1"
|
||||
version = "0.37.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03"
|
||||
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
|
||||
dependencies = [
|
||||
"encoding_rs",
|
||||
"memchr",
|
||||
|
@ -132,7 +132,7 @@ proc-macro-error2 = "2.0"
|
||||
proc-macro2 = "1.0"
|
||||
procfs = "0.17.0"
|
||||
pwd = "1.3"
|
||||
quick-xml = "0.37.0"
|
||||
quick-xml = "0.37.5"
|
||||
quickcheck = "1.0"
|
||||
quickcheck_macros = "1.1"
|
||||
quote = "1.0"
|
||||
|
Reference in New Issue
Block a user