Skip to content

Commit

Permalink
chore(deps): update non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent b7a9fca commit a890f32
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 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 crates/oaclt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
rust-version = "1.81.0"
rust-version = "1.82.0"

[dependencies]
derive_more = "0.99.18"
duplicate = "1.0.0"
oaclt_macros = { path = "../oaclt_macros" }
thiserror = "1.0.64"
thiserror = "1.0.65"

[dependencies.windows]
version = "0.51.1"
Expand Down
6 changes: 3 additions & 3 deletions crates/oaclt_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
rust-version = "1.81.0"
rust-version = "1.82.0"

[lib]
proc-macro = true

[dependencies]
itertools = "0.11.0"
proc-macro2 = "1.0.86"
proc-macro2 = "1.0.89"
quote = "1.0.37"
syn = "2.0.79"
syn = "2.0.86"
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.81.0
1.82.0

0 comments on commit a890f32

Please sign in to comment.