Skip to content

Commit

Permalink
Merge branch 'main' into documentation/cff-update-1722448226
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes authored Aug 1, 2024
2 parents 4c19058 + 2eb2fe7 commit d9358c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,19 +165,19 @@ dependencies = [

[[package]]
name = "clap"
version = "4.5.11"
version = "4.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3"
checksum = "c53aa12ec67affac065e7c7dd20a42fa2a4094921b655711d5d3107bb3d52bed"
dependencies = [
"clap_builder",
"clap_derive",
]

[[package]]
name = "clap_builder"
version = "4.5.11"
version = "4.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa"
checksum = "efbdf2dd5fe10889e0c61942ff5d948aaf12fd0b4504408ab0cbb1916c2cffa9"
dependencies = [
"anstream",
"anstyle",
Expand Down Expand Up @@ -290,9 +290,9 @@ dependencies = [

[[package]]
name = "indexmap"
version = "2.2.6"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0"
dependencies = [
"equivalent",
"hashbrown",
Expand Down

0 comments on commit d9358c9

Please sign in to comment.