Skip to content

Commit

Permalink
Update dependencies (02.01.2025). (#3809)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.

Co-authored-by: Remi Delmas <[email protected]>
  • Loading branch information
remi-delmas-3000 and Remi Delmas authored Jan 2, 2025
1 parent b34ed13 commit 555d52c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ dependencies = [

[[package]]
name = "bstr"
version = "1.11.1"
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
checksum = "c94feba04f99cbce6558bbe1c18e38692a056981cb66c96f0878c2452aa28023"
dependencies = [
"memchr",
"regex-automata 0.4.9",
Expand Down Expand Up @@ -307,7 +307,7 @@ dependencies = [
"heck",
"proc-macro2",
"quote",
"syn 2.0.93",
"syn 2.0.94",
]

[[package]]
Expand Down Expand Up @@ -785,7 +785,7 @@ dependencies = [
"shell-words",
"strum",
"strum_macros",
"syn 2.0.93",
"syn 2.0.94",
"tracing",
"tracing-subscriber",
"tracing-tree 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Expand Down Expand Up @@ -860,7 +860,7 @@ dependencies = [
"proc-macro-error2",
"proc-macro2",
"quote",
"syn 2.0.93",
"syn 2.0.94",
]

[[package]]
Expand Down Expand Up @@ -924,7 +924,7 @@ version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.93",
"syn 2.0.94",
]

[[package]]
Expand Down Expand Up @@ -1252,7 +1252,7 @@ dependencies = [
"proc-macro-error-attr2",
"proc-macro2",
"quote",
"syn 2.0.93",
"syn 2.0.94",
]

[[package]]
Expand Down Expand Up @@ -1497,7 +1497,7 @@ checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.93",
"syn 2.0.94",
]

[[package]]
Expand Down Expand Up @@ -1648,7 +1648,7 @@ dependencies = [
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.93",
"syn 2.0.94",
]

[[package]]
Expand All @@ -1664,9 +1664,9 @@ dependencies = [

[[package]]
name = "syn"
version = "2.0.93"
version = "2.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058"
checksum = "987bc0be1cdea8b10216bd06e2ca407d40b9543468fafd3ddfb02f36e77f71f3"
dependencies = [
"proc-macro2",
"quote",
Expand Down Expand Up @@ -1724,7 +1724,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.93",
"syn 2.0.94",
]

[[package]]
Expand All @@ -1735,7 +1735,7 @@ checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.93",
"syn 2.0.94",
]

[[package]]
Expand Down Expand Up @@ -1858,7 +1858,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.93",
"syn 2.0.94",
]

[[package]]
Expand Down Expand Up @@ -2185,9 +2185,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"

[[package]]
name = "winnow"
version = "0.6.20"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
checksum = "e6f5bb5257f2407a5425c6e749bfd9692192a73e70a6060516ac04f889087d68"
dependencies = [
"memchr",
]
Expand Down Expand Up @@ -2216,5 +2216,5 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.93",
"syn 2.0.94",
]

0 comments on commit 555d52c

Please sign in to comment.