-
-
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
04be32a
commit 0b18273
Showing
3 changed files
with
15 additions
and
15 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 |
---|---|---|
|
@@ -149,7 +149,7 @@ repository = "https://github.com/BurntSushi/bstr" | |
|
||
[[dependencies]] | ||
name = "bumpalo" | ||
version = "3.16.0" | ||
version = "3.17.0" | ||
description = "A fast bump allocation arena for Rust." | ||
license = "MIT OR Apache-2.0" | ||
notices = ["Copyright (c) 2019 Nick Fitzgerald"] | ||
|
@@ -531,19 +531,19 @@ repository = "https://github.com/hyperium/http-body" | |
|
||
[[dependencies]] | ||
name = "httparse" | ||
version = "1.9.5" | ||
version = "1.10.0" | ||
description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser." | ||
license = "MIT OR Apache-2.0" | ||
notices = ["Copyright (c) 2015-2024 Sean McArthur"] | ||
notices = ["Copyright (c) 2015-2025 Sean McArthur"] | ||
authors = ["Sean McArthur <[email protected]>"] | ||
repository = "https://github.com/seanmonstar/httparse" | ||
|
||
[[dependencies]] | ||
name = "hyper" | ||
version = "1.5.2" | ||
version = "1.6.0" | ||
description = "A protective and efficient HTTP library for all." | ||
license = "MIT" | ||
notices = ["Copyright (c) 2014-2021 Sean McArthur"] | ||
notices = ["Copyright (c) 2014-2025 Sean McArthur"] | ||
authors = ["Sean McArthur <[email protected]>"] | ||
repository = "https://github.com/hyperium/hyper" | ||
homepage = "https://hyper.rs" | ||
|
@@ -1171,7 +1171,7 @@ repository = "https://github.com/rust-lang/rustc-hash" | |
|
||
[[dependencies]] | ||
name = "rustls" | ||
version = "0.23.21" | ||
version = "0.23.22" | ||
description = "Rustls is a modern TLS library written in Rust." | ||
license = "Apache-2.0 OR ISC OR MIT" | ||
notices = [ | ||
|
@@ -1193,7 +1193,7 @@ repository = "https://github.com/rustls/pemfile" | |
|
||
[[dependencies]] | ||
name = "rustls-pki-types" | ||
version = "1.10.1" | ||
version = "1.11.0" | ||
description = "Shared types for the rustls PKI ecosystem" | ||
license = "MIT OR Apache-2.0" | ||
notices = [ | ||
|
@@ -1220,7 +1220,7 @@ repository = "https://github.com/dtolnay/rustversion" | |
|
||
[[dependencies]] | ||
name = "ryu" | ||
version = "1.0.18" | ||
version = "1.0.19" | ||
description = "Fast floating point to string conversion" | ||
license = "Apache-2.0 OR BSL-1.0" | ||
authors = ["David Tolnay <[email protected]>"] | ||
|
@@ -1277,7 +1277,7 @@ homepage = "https://serde.rs" | |
|
||
[[dependencies]] | ||
name = "serde_json" | ||
version = "1.0.137" | ||
version = "1.0.138" | ||
description = "A JSON serialization file format" | ||
license = "MIT OR Apache-2.0" | ||
authors = [ | ||
|
@@ -1648,7 +1648,7 @@ repository = "https://github.com/toml-rs/toml" | |
|
||
[[dependencies]] | ||
name = "toml_edit" | ||
version = "0.22.22" | ||
version = "0.22.23" | ||
description = "Yet another format-preserving TOML parser." | ||
license = "MIT OR Apache-2.0" | ||
notices = ["Copyright (c) Individual contributors"] | ||
|
@@ -1749,7 +1749,7 @@ repository = "https://github.com/seanmonstar/try-lock" | |
|
||
[[dependencies]] | ||
name = "unicode-ident" | ||
version = "1.0.15" | ||
version = "1.0.16" | ||
description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31" | ||
license = "(MIT OR Apache-2.0) AND Unicode-3.0" | ||
notices = ["Copyright © 1991-2023 Unicode, Inc."] | ||
|
@@ -1923,7 +1923,7 @@ repository = "https://github.com/daxpedda/web-time" | |
|
||
[[dependencies]] | ||
name = "webpki-roots" | ||
version = "0.26.7" | ||
version = "0.26.8" | ||
description = "Mozilla's CA root certificates for use with webpki" | ||
license = "MPL-2.0" | ||
repository = "https://github.com/rustls/webpki-roots" | ||
|
@@ -2056,7 +2056,7 @@ repository = "https://github.com/microsoft/windows-rs" | |
|
||
[[dependencies]] | ||
name = "winnow" | ||
version = "0.6.24" | ||
version = "0.7.0" | ||
description = "A byte-oriented, zero-copy, parser combinators library" | ||
license = "MIT" | ||
repository = "https://github.com/winnow-rs/winnow" | ||
|
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