Skip to content

Commit 8fbdfc8

Browse files
committed
chore: update codegen deps
1 parent 57c4102 commit 8fbdfc8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/codegen/cargo.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ mod versions {
1717
// https://crates.io/crates/chrono
1818
pub const CHRONO: &str = "0.4.42";
1919
// https://crates.io/crates/uuid
20-
pub const UUID: &str = "1.18.1";
20+
pub const UUID: &str = "1.19.0";
2121
// https://crates.io/crates/eui48
2222
pub const EUI48: &str = "1.1.0";
2323
// https://crates.io/crates/rust-decimal
2424
pub const RUST_DECIMAL: &str = "1.39.0";
2525
// https://crates.io/crates/serde
2626
pub const SERDE: &str = "1.0.228";
2727
// https://crates.io/crates/serde-json
28-
pub const SERDE_JSON: &str = "1.0.145";
28+
pub const SERDE_JSON: &str = "1.0.149";
2929
// https://crates.io/crates/futures
3030
pub const FUTURES: &str = "0.3.31";
3131
// https://crates.io/crates/deadpool-postgres

tests/codegen/codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)