Skip to content

Commit

Permalink
Bump the non-critical group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the non-critical group with 4 updates: [async-trait](https://github.com/dtolnay/async-trait), [log](https://github.com/rust-lang/log), [serde](https://github.com/serde-rs/serde) and [tokio](https://github.com/tokio-rs/tokio).


Updates `async-trait` from 0.1.72 to 0.1.73
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.72...0.1.73)

Updates `log` from 0.4.19 to 0.4.20
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.19...0.4.20)

Updates `serde` from 1.0.179 to 1.0.183
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.179...v1.0.183)

Updates `tokio` from 1.30.0 to 1.31.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.30.0...tokio-1.31.0)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and maciektr committed Aug 15, 2023
1 parent d089c7c commit fc6b3bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repository = "https://github.com/software-mansion/scarb"
[workspace.dependencies]
anyhow = "1.0.72"
assert_fs = "1.0.13"
async-trait = "0.1.72"
async-trait = "0.1.73"
cairo-lang-compiler = { git = "https://github.com/starkware-libs/cairo", rev = "84f933b" }
cairo-lang-defs = { git = "https://github.com/starkware-libs/cairo", rev = "84f933b" }
cairo-lang-filesystem = { git = "https://github.com/starkware-libs/cairo", rev = "84f933b" }
Expand Down Expand Up @@ -67,7 +67,7 @@ pathdiff = { version = "0.2.1", features = ["camino"] }
petgraph = "0.6.3"
predicates = "3.0.3"
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0.179", features = ["serde_derive"] }
serde = { version = "1.0.183", features = ["serde_derive"] }
serde-value = "0.7.0"
serde_json = "1.0.104"
serde_test = "1.0.176"
Expand All @@ -78,7 +78,7 @@ tempfile = "3.7.1"
test-case = "3.1.0"
thiserror = "1.0.44"
time = "0.3.25"
tokio = { version = "1.30.0", features = ["macros", "io-util", "rt", "rt-multi-thread", "sync"] }
tokio = { version = "1.31.0", features = ["macros", "io-util", "rt", "rt-multi-thread", "sync"] }
toml = "0.7.5"
toml_edit = { version = "0.19.9", features = ["serde"] }
tracing = "0.1.37"
Expand Down

0 comments on commit fc6b3bc

Please sign in to comment.