Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomblin committed Feb 9, 2025
1 parent 11d3864 commit a14fb13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ path = "src/lib.rs"

[dependencies]
env_logger = { version = "0.11.6", optional = true }
log = "0.4.22"
quick-xml = {version="0.37.1", features = ["serialize"] }
log = "0.4.25"
quick-xml = {version="0.37.2", features = ["serialize"] }
convert_string = "0.2.0"
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.28", features = ["derive"] }

[dev-dependencies]
pretty_assertions = "1.4.1"
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde-xml-rs = "0.6.0"

[features]
Expand Down
6 changes: 3 additions & 3 deletions wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]

[dependencies]
wasm-bindgen = "0.2.99"
wasm-bindgen = "0.2.100"
xml_schema_generator = { path = "../" }
quick-xml = {version="0.37.1", features = ["serialize"] }
quick-xml = {version="0.37.2", features = ["serialize"] }

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand All @@ -28,7 +28,7 @@ quick-xml = {version="0.37.1", features = ["serialize"] }
console_error_panic_hook = { version = "0.1.7", optional = true }

[dev-dependencies]
wasm-bindgen-test = "0.3.49"
wasm-bindgen-test = "0.3.50"

[profile.release]
lto = true
Expand Down

0 comments on commit a14fb13

Please sign in to comment.