Skip to content

Commit

Permalink
[#32] Fix dependencies
Browse files Browse the repository at this point in the history
Updated Cargo.lock and transitive dependencies legal docs.
  • Loading branch information
sophokles73 committed Jan 16, 2024
1 parent d7977d0 commit 0285573
Show file tree
Hide file tree
Showing 7 changed files with 201 additions and 22 deletions.
9 changes: 9 additions & 0 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ crate/cratesio/-/async-stream/0.3.5, MIT, approved, clearlydefined
crate/cratesio/-/async-stream-impl/0.3.5, MIT, approved, clearlydefined
crate/cratesio/-/async-trait/0.1.72, Apache-2.0 AND MIT AND Apache-2.0 AND MIT, approved, #6666
crate/cratesio/-/axum/0.6.19, MIT, approved, clearlydefined
crate/cratesio/-/axum/0.7.4, MIT, approved, clearlydefined
crate/cratesio/-/axum-core/0.3.4, MIT, approved, clearlydefined
crate/cratesio/-/axum-core/0.4.3, MIT, approved, clearlydefined
crate/cratesio/-/base64/0.21.2, Apache-2.0 AND MIT AND Apache-2.0 AND MIT, approved, #9764
crate/cratesio/-/bitflags/1.3.2, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/bitflags/2.3.3, MIT OR Apache-2.0, approved, clearlydefined
Expand Down Expand Up @@ -53,15 +55,21 @@ crate/cratesio/-/futures-timer/3.0.2, Apache-2.0 AND MIT, approved, clearlydefin
crate/cratesio/-/futures-util/0.3.28, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/getrandom/0.2.10, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/h2/0.3.20, MIT, approved, clearlydefined
crate/cratesio/-/h2/0.4.1, MIT, approved, clearlydefined
crate/cratesio/-/hashbrown/0.12.3, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/hashbrown/0.14.0, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/http/0.2.9, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/http/1.0.0, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/httparse/1.8.0, Apache-2.0 AND MIT AND Apache-2.0 AND MIT, approved, #4256
crate/cratesio/-/http-body/0.4.5, MIT, approved, clearlydefined
crate/cratesio/-/http-body/1.0.0, MIT, approved, clearlydefined
crate/cratesio/-/http-body-util/0.1.0, MIT, approved, clearlydefined
crate/cratesio/-/httpdate/1.0.2, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/humantime/2.1.0, Apache-2.0 OR (Apache-2.0 AND MIT), approved, clearlydefined
crate/cratesio/-/hyper/0.14.27, MIT, approved, clearlydefined
crate/cratesio/-/hyper/1.1.0, MIT, approved, clearlydefined
crate/cratesio/-/hyper-timeout/0.4.1, Apache-2.0 OR MIT, approved, clearlydefined
crate/cratesio/-/hyper-util/0.1.2, MIT, approved, clearlydefined
crate/cratesio/-/iana-time-zone/0.1.57, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/idna/0.4.0, Apache-2.0 AND MIT AND Unicode-TOU, approved, #9786
crate/cratesio/-/indexmap/1.9.3, Apache-2.0 OR MIT, approved, clearlydefined
Expand Down Expand Up @@ -131,6 +139,7 @@ crate/cratesio/-/serde_urlencoded/0.7.1, MIT OR Apache-2.0, approved, clearlydef
crate/cratesio/-/slab/0.4.8, MIT, approved, clearlydefined
crate/cratesio/-/sluice/0.5.5, MIT, approved, clearlydefined
crate/cratesio/-/socket2/0.4.9, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/socket2/0.5.5, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/spin/0.5.2, MIT, approved, clearlydefined
crate/cratesio/-/strsim/0.10.0, MIT, approved, clearlydefined
crate/cratesio/-/syn/1.0.109, MIT OR Apache-2.0, approved, clearlydefined
Expand Down
195 changes: 173 additions & 22 deletions components/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions components/LICENSES/hyper-util.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2023 Sean McArthur

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
File renamed without changes.

0 comments on commit 0285573

Please sign in to comment.