-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f11b2f
commit e5be255
Showing
1 changed file
with
45 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = [ | ||
|
@@ -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 = [ | ||
|
@@ -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 | ||
|
@@ -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"] | ||
|
@@ -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"] | ||
|
@@ -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"] | ||
|
@@ -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. | ||
|
@@ -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. | ||
""" | ||
|
@@ -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 = [ | ||
|
@@ -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 = [ | ||
|
@@ -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 = [ | ||
|
@@ -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" | ||
|
@@ -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. | ||
|
@@ -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. | ||
""" | ||
|
@@ -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 | ||
""" | ||
|
@@ -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 | ||
""" | ||
|
@@ -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 | ||
""" | ||
|
@@ -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. | ||
|
@@ -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 | ||
""" | ||
|