Skip to content

Commit

Permalink
Merge branch 'apache:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
chupaty authored Dec 31, 2024
2 parents de29a12 + b2771cb commit 5cdb0cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ documentation = "https://docs.rs/apache-avro"
# dependencies used by more than one members
[workspace.dependencies]
log = { default-features = false, version = "0.4.22" }
serde = { default-features = false, version = "1.0.216", features = ["derive"] }
serde = { default-features = false, version = "1.0.217", features = ["derive"] }
serde_bytes = { default-features = false, version = "0.11.15", features = ["std"] }
serde_json = { default-features = false, version = "1.0.134", features = ["std"] }

Expand Down
2 changes: 1 addition & 1 deletion avro_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ darling = { default-features = false, version = "0.20.10" }
proc-macro2 = { default-features = false, version = "1.0.91" }
quote = { default-features = false, version = "1.0.38" }
serde_json = { workspace = true }
syn = { default-features = false, version = "2.0.92", features = ["full", "fold"] }
syn = { default-features = false, version = "2.0.93", features = ["full", "fold"] }

[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features = ["derive"] }
Expand Down

0 comments on commit 5cdb0cd

Please sign in to comment.