Skip to content

Commit

Permalink
Bump num-bigint from 0.4.5 to 0.4.6 in /lang/rust (#2988)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 29, 2024
1 parent 82d864f commit 105d3c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lang/rust/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 lang/rust/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ crc32fast = { default-features = false, version = "1.4.2", optional = true }
digest = { default-features = false, version = "0.10.7", features = ["core-api"] }
libflate = { default-features = false, version = "2.1.0", features = ["std"] }
log = { workspace = true }
num-bigint = { default-features = false, version = "0.4.5", features = ["std", "serde"] }
num-bigint = { default-features = false, version = "0.4.6", features = ["std", "serde"] }
regex-lite = { default-features = false, version = "0.1.6", features = ["std", "string"] }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit 105d3c1

Please sign in to comment.