Skip to content

Commit

Permalink
chore(deps): update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jun 1, 2023
1 parent 2dc6015 commit fc2d6bc
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
30 changes: 13 additions & 17 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ indoc = "2.0.1"
is-root = "0.1.2"
itertools = "0.10.5"
macro_rules_attribute = "0.2.0"
once_cell = "1.17.1"
once_cell = "1.17.2"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.19.0" }
paste = "1.0.12"
regex = { version = "1.8.3", default-features = false, features = [
Expand All @@ -52,7 +52,7 @@ regex = { version = "1.8.3", default-features = false, features = [
serde = { version = "1.0.163", features = ["derive"] }
tap = "1.0.1"
thiserror = "1.0.40"
tokio = { version = "1.28.1", features = [
tokio = { version = "1.28.2", features = [
"io-std",
"io-util",
"macros",
Expand Down
2 changes: 1 addition & 1 deletion crates/pacaptr-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true
anyhow = "1.0.71"
itertools = "0.10.5"
litrs = "0.4.0"
once_cell = "1.17.1"
once_cell = "1.17.2"
proc-macro2 = "1.0.59"
quote = "1.0.28"
regex = "1.8.3"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.19.0"

[dependencies]
anyhow = "1.0.71"
const_format = "0.2.30"
const_format = "0.2.31"
pico-args = "0.5.0"
regex = { version = "1.8.3", default-features = false, features = [
"std",
Expand Down

0 comments on commit fc2d6bc

Please sign in to comment.