Skip to content

Commit

Permalink
[Weekly run]: Update Attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwcommuny authored and github-actions[bot] committed Aug 25, 2024
1 parent 4f11b2f commit e5be255
Showing 1 changed file with 45 additions and 18 deletions.
63 changes: 45 additions & 18 deletions attribution/dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ repository = "https://github.com/fitzgen/bumpalo"

[[dependencies]]
name = "bytemuck"
version = "1.16.3"
version = "1.17.0"
description = "A crate for mucking around with piles of bytes."
license = "Zlib OR Apache-2.0 OR MIT"
notices = [
Expand All @@ -236,7 +236,7 @@ repository = "https://github.com/Lokathor/bytemuck"

[[dependencies]]
name = "bytemuck_derive"
version = "1.7.0"
version = "1.7.1"
description = "derive proc-macros for `bytemuck`"
license = "Zlib OR Apache-2.0 OR MIT"
notices = [
Expand Down Expand Up @@ -278,7 +278,7 @@ repository = "https://github.com/japaric/cast.rs"

[[dependencies]]
name = "cc"
version = "1.1.10"
version = "1.1.13"
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 @@ -340,7 +340,7 @@ homepage = "https://clap.rs/"

[[dependencies]]
name = "clap"
version = "4.5.15"
version = "4.5.16"
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
license = "MIT OR Apache-2.0"
notices = ["Copyright (c) Individual contributors"]
Expand Down Expand Up @@ -896,9 +896,17 @@ license = "MIT OR Apache-2.0"
authors = ["Stefan Lankes"]
repository = "https://github.com/hermit-os/hermit-rs"

[[dependencies]]
name = "hermit-abi"
version = "0.4.0"
description = "Hermit system calls definitions."
license = "MIT OR Apache-2.0"
authors = ["Stefan Lankes"]
repository = "https://github.com/hermit-os/hermit-rs"

[[dependencies]]
name = "indexmap"
version = "2.3.0"
version = "2.4.0"
description = "A hash table with consistent order and fast iteration."
license = "Apache-2.0 OR MIT"
notices = ["Copyright (c) 2016--2017"]
Expand All @@ -915,7 +923,7 @@ repository = "https://github.com/sebcrozet/instant"

[[dependencies]]
name = "is-terminal"
version = "0.4.12"
version = "0.4.13"
description = "Test whether a given stream is a terminal"
license = "MIT"
notices = ["Copyright (c) 2015-2019 Doug Tangren"]
Expand Down Expand Up @@ -970,7 +978,7 @@ repository = "https://github.com/dtolnay/itoa"

[[dependencies]]
name = "js-sys"
version = "0.3.69"
version = "0.3.70"
description = """
Bindings for all JS global objects and functions in all JS environments like
Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
Expand All @@ -992,7 +1000,7 @@ repository = "https://github.com/rust-lang-nursery/lazy-static.rs"

[[dependencies]]
name = "libc"
version = "0.2.155"
version = "0.2.158"
description = """
Raw FFI bindings to platform libraries like libc.
"""
Expand Down Expand Up @@ -1718,7 +1726,7 @@ repository = "https://github.com/dtolnay/semver"

[[dependencies]]
name = "serde"
version = "1.0.206"
version = "1.0.208"
description = "A generic serialization/deserialization framework"
license = "MIT OR Apache-2.0"
authors = [
Expand All @@ -1730,7 +1738,7 @@ homepage = "https://serde.rs"

[[dependencies]]
name = "serde_derive"
version = "1.0.206"
version = "1.0.208"
description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
license = "MIT OR Apache-2.0"
authors = [
Expand All @@ -1742,7 +1750,7 @@ homepage = "https://serde.rs"

[[dependencies]]
name = "serde_json"
version = "1.0.124"
version = "1.0.125"
description = "A JSON serialization file format"
license = "MIT OR Apache-2.0"
authors = [
Expand Down Expand Up @@ -1770,6 +1778,25 @@ notices = ["Copyright (c) 2019 Eliza Weisman"]
authors = ["Eliza Weisman <[email protected]>"]
repository = "https://github.com/hawkw/sharded-slab"

[[dependencies]]
name = "shlex"
version = "1.3.0"
description = "Split a string into shell words, like Python's shlex."
license = "MIT OR Apache-2.0"
notices = [
"Copyright (c) 2015 Nicholas Allegra (comex).",
"Copyright 2015 Nicholas Allegra (comex).",
]
authors = [
"comex <[email protected]>",
"Fenhl <[email protected]>",
"Adrian Taylor <[email protected]>",
"Alex Touchet <[email protected]>",
"Daniel Parks <[email protected]>",
"Garrett Berg <[email protected]>",
]
repository = "https://github.com/comex/rust-shlex"

[[dependencies]]
name = "signal-hook-registry"
version = "1.4.2"
Expand Down Expand Up @@ -2015,7 +2042,7 @@ repository = "https://github.com/bheisler/TinyTemplate"

[[dependencies]]
name = "tokio"
version = "1.39.2"
version = "1.39.3"
description = """
An event-driven, non-blocking I/O platform for writing asynchronous I/O
backed applications.
Expand Down Expand Up @@ -2401,7 +2428,7 @@ repository = "https://github.com/bytecodealliance/wasi"

[[dependencies]]
name = "wasm-bindgen"
version = "0.2.92"
version = "0.2.93"
description = """
Easy support for interacting between JS and Rust.
"""
Expand All @@ -2413,7 +2440,7 @@ homepage = "https://rustwasm.github.io/"

[[dependencies]]
name = "wasm-bindgen-backend"
version = "0.2.92"
version = "0.2.93"
description = """
Backend code generation of the wasm-bindgen tool
"""
Expand All @@ -2425,7 +2452,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"

[[dependencies]]
name = "wasm-bindgen-macro"
version = "0.2.92"
version = "0.2.93"
description = """
Definition of the `#[wasm_bindgen]` attribute, an internal dependency
"""
Expand All @@ -2437,7 +2464,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"

[[dependencies]]
name = "wasm-bindgen-macro-support"
version = "0.2.92"
version = "0.2.93"
description = """
The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate
"""
Expand All @@ -2449,7 +2476,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"

[[dependencies]]
name = "wasm-bindgen-shared"
version = "0.2.92"
version = "0.2.93"
description = """
Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
Expand All @@ -2462,7 +2489,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"

[[dependencies]]
name = "web-sys"
version = "0.3.69"
version = "0.3.70"
description = """
Bindings for all Web APIs, a procedurally generated crate from WebIDL
"""
Expand Down

0 comments on commit e5be255

Please sign in to comment.