Skip to content

Commit

Permalink
Merge pull request conjure-cp#256 from conjure-cp/dependabot/cargo/al…
Browse files Browse the repository at this point in the history
…l-8b60255591

Bump the all group with 2 updates
  • Loading branch information
ozgurakgun authored Mar 6, 2024
2 parents 1536753 + fc48310 commit 16380a2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 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 conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default-run = "conjure_oxide"

# these are available inside build.rs
[build-dependencies]
walkdir = "2.4.0"
walkdir = "2.5.0"

[dependencies]
conjure_core = {path = "../crates/conjure_core" }
Expand All @@ -23,7 +23,7 @@ strum_macros = "0.26.1"
strum = "0.26.1"
versions = "6.1.0"
linkme = "0.3.22"
walkdir = "2.4.0"
walkdir = "2.5.0"

[features]

Expand Down
2 changes: 1 addition & 1 deletion crates/conjure_rules_proc_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ proc_macro = true
[dependencies]
quote = "1.0.34"
conjure_core = {path= "../conjure_core"}
syn = { version = "2.0.51", features = ["full"] }
syn = { version = "2.0.52", features = ["full"] }
proc-macro2 = "1.0.78"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/enum_compatability_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ proc_macro = true

[dependencies]
quote = "1.0.34"
syn = { version = "2.0.51", features = ["parsing","visit-mut","full"] }
syn = { version = "2.0.52", features = ["parsing","visit-mut","full"] }
itertools = "0.12"

[lints]
Expand Down

0 comments on commit 16380a2

Please sign in to comment.