Skip to content

Commit 38c9632

Browse files
[cargo](deps): Bump the deps group with 12 updates
Bumps the deps group with 12 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.76` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.61` | `0.10.62` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.0.1` | `1.1.0` | | [time](https://github.com/time-rs/time) | `0.3.30` | `0.3.31` | | [tokio](https://github.com/tokio-rs/tokio) | `1.35.0` | `1.35.1` | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.17` | `0.8.18` | | [futures-channel](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [object](https://github.com/gimli-rs/object) | `0.32.1` | `0.32.2` | | [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.27` | `0.3.28` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.70` | `1.0.71` | | [syn](https://github.com/dtolnay/syn) | `2.0.41` | `2.0.43` | Updates `anyhow` from 1.0.75 to 1.0.76 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.75...1.0.76) Updates `futures-util` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.29...0.3.30) Updates `openssl` from 0.10.61 to 0.10.62 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.61...openssl-v0.10.62) Updates `rustls-pki-types` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/commits) Updates `time` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.30...v0.3.31) Updates `tokio` from 1.35.0 to 1.35.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.0...tokio-1.35.1) Updates `crossbeam-utils` from 0.8.17 to 0.8.18 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.17...crossbeam-utils-0.8.18) Updates `futures-channel` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.29...0.3.30) Updates `object` from 0.32.1 to 0.32.2 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/commits) Updates `pkg-config` from 0.3.27 to 0.3.28 - [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/pkg-config-rs@0.3.27...0.3.28) Updates `proc-macro2` from 1.0.70 to 1.0.71 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.70...1.0.71) Updates `syn` from 2.0.41 to 2.0.43 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.41...2.0.43) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: rustls-pki-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: crossbeam-utils dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: futures-channel dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: object dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: pkg-config dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a96b4e0 commit 38c9632

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

Cargo.lock

+38-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ categories = ["command-line-utilities", "network-programming"]
1313
exclude = ["/.*"]
1414

1515
[dependencies]
16-
anyhow = "1.0.75"
16+
anyhow = "1.0.76"
1717
async-stream = "0.3.5"
1818
bytes = "1.5.0"
1919
cfg-if = "1.0.0"
2020
clap = { version = "4.4.10", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] }
2121
crossterm = "0.27.0"
22-
futures-util = { version = "0.3.29", default-features = false, features = ["sink"] }
22+
futures-util = { version = "0.3.30", default-features = false, features = ["sink"] }
2323
itertools = "0.12.0"
24-
openssl = { version = "0.10.60", optional = true }
24+
openssl = { version = "0.10.62", optional = true }
2525
pin-project-lite = "0.2.13"
2626
rustls-native-certs = { version = "0.7.0", optional = true }
27-
rustls-pki-types = { version = "1.0.1", optional = true }
27+
rustls-pki-types = { version = "1.1.0", optional = true }
2828
rustyline-async = "0.4.1"
2929
thiserror = "1.0.51"
30-
time = { version = "0.3.30", default-features = false, features = ["std", "local-offset", "macros", "formatting"] }
31-
tokio = { version = "1.35.0", features = ["fs", "io-util", "macros", "net", "rt", "time"] }
30+
time = { version = "0.3.31", default-features = false, features = ["std", "local-offset", "macros", "formatting"] }
31+
tokio = { version = "1.35.1", features = ["fs", "io-util", "macros", "net", "rt", "time"] }
3232
tokio-native-tls = { version = "0.3.1", optional = true }
3333
tokio-rustls = { version = "0.25.0", optional = true }
3434
tokio-util = { version = "0.7.10", features = ["codec"] }
@@ -43,15 +43,15 @@ serde = { version = "1.0.193", features = ["derive"] }
4343
serde-jsonlines = "0.5.0"
4444
serde_json = "1.0.108"
4545
tempfile = "3.8.1"
46-
time = { version = "0.3.30", default-features = false, features = ["serde", "parsing"] }
47-
tokio = { version = "1.35.0", features = ["sync"] }
46+
time = { version = "0.3.31", default-features = false, features = ["serde", "parsing"] }
47+
tokio = { version = "1.35.1", features = ["sync"] }
4848
tokio-stream = { version = "0.1.14", features = ["time"] }
4949

5050
[build-dependencies]
51-
anyhow = "1.0.75"
51+
anyhow = "1.0.76"
5252
cargo_metadata = "0.18.1"
5353
semver = "1.0.20"
54-
time = { version = "0.3.30", default-features = false, features = ["std", "formatting"] }
54+
time = { version = "0.3.31", default-features = false, features = ["std", "formatting"] }
5555

5656
[features]
5757
default = ["rustls"]

0 commit comments

Comments
 (0)