Skip to content

Commit

Permalink
Bump tokio from 1.8.1 to 1.10.0 (xou816#271)
Browse files Browse the repository at this point in the history
* Bump tokio from 1.8.1 to 1.10.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.8.1 to 1.10.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.8.1...tokio-1.10.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump zvariant from 2.7.0 to 2.8.0

Bumps zvariant from 2.7.0 to 2.8.0.

---
updated-dependencies:
- dependency-name: zvariant
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump serde_json from 1.0.64 to 1.0.66

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.64 to 1.0.66.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.64...v1.0.66)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump serde from 1.0.126 to 1.0.127

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.126 to 1.0.127.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.126...v1.0.127)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump futures from 0.3.15 to 0.3.16

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.15 to 0.3.16.
- [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.15...0.3.16)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* update sources

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Trendel <[email protected]>
  • Loading branch information
dependabot[bot] and xou816 authored Aug 19, 2021
1 parent 5f4bebd commit 97348af
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 109 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ features = ["rt", "macros", "sync"]

[dependencies.futures]
package = "futures"
version = "0.3.15"
version = "0.3.16"

[dependencies.serde]
version = "^1.0.126"
version = "^1.0.127"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0.64"
version = "^1.0.66"

[dependencies.isahc]
version = "^1.2.0"
Expand All @@ -68,7 +68,7 @@ regex = "^1.4.6"
async-std = "^1.9.0"
form_urlencoded = "^1.0.1"
zbus = "^2.0.0-beta.3"
zvariant = "^2.7.0"
zvariant = "^2.8.0"
zvariant_derive = "^2.5.0"
thiserror = "^1.0.26"
lazy_static = "^1.4.0"
Loading

0 comments on commit 97348af

Please sign in to comment.