Skip to content

Commit

Permalink
chore(deps): bump serde to 1.0.99 to match chrono min version
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Nov 27, 2024
1 parent 07fc691 commit 2fbb530
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
#Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
346 changes: 346 additions & 0 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 libs/karp-lex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"

[dependencies]
chrono = { version = "0.4.22", features = ["serde"] }
serde = { version = "^1.0", features = ["derive"] }
serde = { version = "1.0.99", features = ["derive"] }
ulid = { version = "1.0.0", features = ["serde", "uuid"] }
uuid = { version = "1.1.2", features = ["v4", "serde"] }

0 comments on commit 2fbb530

Please sign in to comment.