Skip to content

Commit 988d285

Browse files
committed
Update dependencies
1 parent 501bd66 commit 988d285

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Cargo.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "xml-to-postgres"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
authors = ["Bart Noordervliet <[email protected]>"]
55
edition = "2021"
66
description = "Fast converter from XML to PostgreSQL dump format"
77
publish = false
88

99
[dependencies]
10-
quick-xml = "0.22"
10+
quick-xml = "0.23"
1111
yaml-rust = "0.4"
1212
regex = "1"
1313
lazy_static = "1"

0 commit comments

Comments
 (0)