Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 8, 2023
1 parent 44a6c11 commit 1b22e4d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cargo-test-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ clap = { version = "4.4", features = ["cargo", "derive", "wrap_help"] }
env_logger = "0.10"
heck = "0.4"
log = "0.4"
once_cell = "1.18"
once_cell = "1.19"
paste = "1.0"
remain = "0.2"
semver = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["rc"] }
test-fuzz = { path = "../test-fuzz", version = "=4.0.4" }

[dev-dependencies]
once_cell = "1.18"
once_cell = "1.19"
parse_duration = "2.1"
serde_json = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro = true
darling = "0.20"
if_chain = "1.0"
itertools = "0.12"
once_cell = "1.18"
once_cell = "1.19"
prettyplease = "0.2"
proc-macro2 = "1.0"
quote = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion test-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test-fuzz-macro = { path = "../macro", version = "=4.0.4" }
assert_cmd = "2.0"
cargo_metadata = "0.18"
ctor = "0.2"
once_cell = "1.18"
once_cell = "1.19"
predicates = "3.0"
regex = "1.10"
semver = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ctor = "0.2"
env_logger = "0.10"
if_chain = "1.0"
log = "0.4"
once_cell = "1.18"
once_cell = "1.19"
retry = "2.0"
subprocess = "0.2"

Expand Down

0 comments on commit 1b22e4d

Please sign in to comment.