Skip to content

Commit

Permalink
[2024-12-21]: Update Attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite authored and github-actions[bot] committed Dec 21, 2024
1 parent a4670e2 commit c390f9f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
16 changes: 8 additions & 8 deletions attribution/dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ repository = "https://github.com/oli-obk/cargo_metadata"

[[dependencies]]
name = "cc"
version = "1.2.4"
version = "1.2.5"
description = """
A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
Expand Down Expand Up @@ -540,7 +540,7 @@ repository = "https://github.com/seanmonstar/httparse"

[[dependencies]]
name = "hyper"
version = "1.5.1"
version = "1.5.2"
description = "A protective and efficient HTTP library for all."
license = "MIT"
notices = ["Copyright (c) 2014-2021 Sean McArthur"]
Expand All @@ -550,7 +550,7 @@ homepage = "https://hyper.rs"

[[dependencies]]
name = "hyper-rustls"
version = "0.27.3"
version = "0.27.5"
description = "Rustls+hyper integration for pure rust HTTPS"
license = "Apache-2.0 OR ISC OR MIT"
notices = [
Expand Down Expand Up @@ -755,7 +755,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"

[[dependencies]]
name = "libc"
version = "0.2.168"
version = "0.2.169"
description = """
Raw FFI bindings to platform libraries like libc.
"""
Expand Down Expand Up @@ -1000,7 +1000,7 @@ repository = "https://github.com/quinn-rs/quinn"

[[dependencies]]
name = "quinn-udp"
version = "0.5.8"
version = "0.5.9"
description = "UDP sockets with ECN information for the QUIC transport protocol"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) 2018 The quinn Developers"]
Expand Down Expand Up @@ -1491,7 +1491,7 @@ repository = "https://github.com/dtolnay/thiserror"

[[dependencies]]
name = "thiserror"
version = "2.0.7"
version = "2.0.8"
description = "derive(Error)"
license = "MIT OR Apache-2.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
Expand All @@ -1507,7 +1507,7 @@ repository = "https://github.com/dtolnay/thiserror"

[[dependencies]]
name = "thiserror-impl"
version = "2.0.7"
version = "2.0.8"
description = "Implementation detail of the `thiserror` crate"
license = "MIT OR Apache-2.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
Expand Down Expand Up @@ -1564,7 +1564,7 @@ repository = "https://github.com/unicode-org/icu4x"

[[dependencies]]
name = "tinyvec"
version = "1.8.0"
version = "1.8.1"
description = "`tinyvec` provides 100% safe vec-like data structures."
license = "Zlib OR Apache-2.0 OR MIT"
notices = ['Copyright (c) 2019 Daniel "Lokathor" Gee.']
Expand Down
15 changes: 12 additions & 3 deletions attribution/licenses/MIT
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ MIT License

Copyright (c) <year> <copyright holders>

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:
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 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.
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.

0 comments on commit c390f9f

Please sign in to comment.