Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Bump paste from 1.0.4 to 1.0.5 in /rust
Browse files Browse the repository at this point in the history
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/dtolnay/paste/releases)
- [Commits](dtolnay/paste@1.0.4...1.0.5)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent 2ae789c commit f0d4aa4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish = false
[dev-dependencies]
criterion = { version = "0.3.4", features = ["html_reports"] }
num = "0.3.1"
paste = "1.0.4"
paste = "1.0.5"
xaynet-core = { path = "../xaynet-core", features = ["testutils"] }

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion rust/xaynet-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ thiserror = "1.0.24"
testutils = []

[dev-dependencies]
paste = "1.0.4"
paste = "1.0.5"
2 changes: 1 addition & 1 deletion rust/xaynet-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bincode = "1.3.2"
derive_more = { version = "0.99.11", default-features = false, features = ["from"] }
# TODO: remove once concurrent_futures.rs was moved to the e2e package
futures = "0.3.13"
paste = "1.0.4"
paste = "1.0.5"
serde = { version = "1.0.123", features = ["derive"] }
sodiumoxide = "0.2.6"
thiserror = "1.0.24"
Expand Down
2 changes: 1 addition & 1 deletion rust/xaynet-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ influxdb = { version = "0.3.0", default-features = false, features = ["h1-client
num = { version = "0.3.1", features = ["serde"] }
num_enum = "0.5.1"
once_cell = "1.7.2"
paste = "1.0.4"
paste = "1.0.5"
rand = "0.8.3"
rand_chacha = "0.3.0"
serde = { version = "1.0.123", features = ["derive"] }
Expand Down

0 comments on commit f0d4aa4

Please sign in to comment.