-
-
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
91fce04
commit ffa0f91
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -167,7 +167,7 @@ repository = "https://github.com/BurntSushi/byteorder" | |
|
||
[[dependencies]] | ||
name = "bytes" | ||
version = "1.8.0" | ||
version = "1.9.0" | ||
description = "Types and traits for working with bytes" | ||
license = "MIT" | ||
notices = ["Copyright (c) 2018 Carl Lerche"] | ||
|
@@ -192,7 +192,7 @@ repository = "https://github.com/camino-rs/camino" | |
|
||
[[dependencies]] | ||
name = "cargo-platform" | ||
version = "0.1.8" | ||
version = "0.1.9" | ||
description = "Cargo's representation of a target platform." | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/rust-lang/cargo" | ||
|
@@ -207,7 +207,7 @@ repository = "https://github.com/oli-obk/cargo_metadata" | |
|
||
[[dependencies]] | ||
name = "cc" | ||
version = "1.2.1" | ||
version = "1.2.2" | ||
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 | ||
|
@@ -742,7 +742,7 @@ repository = "https://github.com/rust-itertools/itertools" | |
|
||
[[dependencies]] | ||
name = "itoa" | ||
version = "1.0.13" | ||
version = "1.0.14" | ||
description = "Fast integer primitive to string conversion" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["David Tolnay <[email protected]>"] | ||
|
@@ -763,7 +763,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/" | |
|
||
[[dependencies]] | ||
name = "libc" | ||
version = "0.2.164" | ||
version = "0.2.167" | ||
description = """ | ||
Raw FFI bindings to platform libraries like libc. | ||
""" | ||
|
@@ -774,7 +774,7 @@ repository = "https://github.com/rust-lang/libc" | |
|
||
[[dependencies]] | ||
name = "litemap" | ||
version = "0.7.3" | ||
version = "0.7.4" | ||
description = "A key-value Map implementation based on a flat, sorted Vec." | ||
license = "Unicode-3.0" | ||
notices = ["Copyright © 2020-2024 Unicode, Inc."] | ||
|
@@ -1179,7 +1179,7 @@ repository = "https://github.com/rust-lang/rustc-hash" | |
|
||
[[dependencies]] | ||
name = "rustls" | ||
version = "0.23.18" | ||
version = "0.23.19" | ||
description = "Rustls is a modern TLS library written in Rust." | ||
license = "Apache-2.0 OR ISC OR MIT" | ||
notices = [ | ||
|
@@ -1354,7 +1354,7 @@ repository = "https://github.com/servo/rust-smallvec" | |
|
||
[[dependencies]] | ||
name = "socket2" | ||
version = "0.5.7" | ||
version = "0.5.8" | ||
description = """ | ||
Utilities for handling networking sockets with a maximal amount of configuration | ||
possible intended. | ||
|
@@ -1671,7 +1671,7 @@ repository = "https://github.com/tower-rs/tower" | |
|
||
[[dependencies]] | ||
name = "tracing" | ||
version = "0.1.40" | ||
version = "0.1.41" | ||
description = """ | ||
Application-level tracing for Rust. | ||
""" | ||
|
@@ -1686,7 +1686,7 @@ homepage = "https://tokio.rs" | |
|
||
[[dependencies]] | ||
name = "tracing-attributes" | ||
version = "0.1.27" | ||
version = "0.1.28" | ||
description = """ | ||
Procedural macro attributes for automatically instrumenting functions. | ||
""" | ||
|
@@ -1702,7 +1702,7 @@ homepage = "https://tokio.rs" | |
|
||
[[dependencies]] | ||
name = "tracing-core" | ||
version = "0.1.32" | ||
version = "0.1.33" | ||
description = """ | ||
Core primitives for application-level tracing. | ||
""" | ||
|
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